From Fedora Project Wiki
(Added elixir to watchlist)
(Updated current Erlang 19 status)
 
(12 intermediate revisions by 2 users not shown)
Line 55: Line 55:
== Scope ==
== Scope ==
* Proposal owners:
* Proposal owners:
** [https://bugzilla.redhat.com/1348957 Upgrade Erlang to the latest version (19.0.2)].
** <s>[https://bugzilla.redhat.com/1348957 Upgrade Erlang to the latest version (19.0.2)]</s>. Done!
** We must rebuild every package which requires NIF or Driver version (listed below in the [[#Dependencies|Dependencies]] section) against Erlang 19.x.y.
** <s>We must rebuild every package which requires NIF version (listed below in the [[#Dependencies|Dependencies]] section) against Erlang 19.x.y. THis time Erlang uses the same Driver version API/ABI as in a previous release so driver libraries rebuild isn't necessary</s>. Done!
** Upgrade erlang-rebar to the recently released version 2.6.2 and rebase/drop unneeded patches.
** <s>Upgrade erlang-rebar to the recently released version 2.6.2 and rebase/drop unneeded patches</s>. Done.
** Make Erlang RPM build macros more consistent with Golang RPM macros.
** Make Erlang RPM build macros more consistent with Golang RPM macros.
** Every Erlang daemon's systemd unit should require epmd.socket.
** Every Erlang daemon's systemd unit should require epmd.socket.
Line 113: Line 113:
| '''Name''' || '''Rebuilt'''
| '''Name''' || '''Rebuilt'''
|-
|-
| {{package|couchdb}}  || {{no}}
| {{package|couchdb}}  || {{yes}}
|-
| {{package|erlang-basho_metrics}}  || {{yes}}
|-
| {{package|erlang-bitcask}}  || {{Yes}}
|-
| {{package|erlang-cl}}  || {{yes}}
|-
| {{package|erlang-ebloom}}  || {{yes}}
|-
| {{package|erlang-eleveldb}}  || {{yes}}
|-
| {{package|erlang-emmap}}  || {{yes}}
|-
| {{package|erlang-erlsyslog}}  || n/a
|-
|-
| {{package|ejabberd}}  || {{no}}
| {{package|erlang-esasl}}  || n/a
|-
|-
| {{package|erlang-basho_metrics}}  || {{no}}
| {{package|erlang-esdl}}  || n/a
|-
|-
| {{package|erlang-bitcask}}  || {{no}}
| {{package|erlang-esip}}  || {{yes}}
|-
|-
| {{package|erlang-cl}}  || {{no}}
| {{package|erlang-fast_tls}}  || {{yes}}
|-
|-
| {{package|erlang-ebloom}}  || {{no}}
| {{package|erlang-fast_xml}}  || {{yes}}
|-
|-
| {{package|erlang-eleveldb}}  || {{no}}
| {{package|erlang-fast_yaml}}  || {{yes}}
|-
|-
| {{package|erlang-emmap}}  || {{no}}
| {{package|erlang-iconv}}  || {{yes}}
|-
|-
| {{package|erlang-erlsyslog}}  || {{no}}
| {{package|erlang-jiffy}}  || {{yes}}
|-
|-
| {{package|erlang-esasl}}  || {{no}}
| {{package|erlang-js}}  || n/a
|-
|-
| {{package|erlang-esdl}}  || {{no}}
| {{package|erlang-lfe}}  || n/a
|-
|-
| {{package|erlang-js}}  || {{no}}
| {{package|erlang-riak_ensemble}}  || {{yes}}
|-
|-
| {{package|erlang-lfe}}  || {{no}}
| {{package|erlang-sd_notify}}  || {{yes}}
|-
|-
| {{package|erlang-sd_notify}}  || {{no}}
| {{package|erlang-skerl}}  || {{yes}}
|-
|-
| {{package|erlang-skerl}}  || {{no}}
| {{package|erlang-snappy}}  || {{yes}}
|-
|-
| {{package|erlang-snappy}}  || {{no}}
| {{package|erlang-stringprep}}  || {{yes}}
|-
|-
| {{package|wings}}  || {{no}}
| {{package|wings}}  || n/a
|}
|}



Latest revision as of 15:24, 4 September 2016

Erlang 19

Summary

Update Erlang/OTP to version 19, and improve Erlang support in Fedora.

Owner

Current status

Detailed Description

Upgrade Erlang to version 19 which brings a lot of good stuff. Just a few highlights:

  • A new state machine behavior - gen_statem.
  • An experimental plugin to mnesia which allows using expernal storage solutions (leveldb, for example) - mnesia_ext.
  • Cryptographic functions speedups.
  • Even better dirty NIF schedulers.
  • Experimental support for Unix Domain Sockets which opens a door for native Journald, systemd-notify, D-Bus implementations.

Aside from this, we plan to improve quality of Erlang and related packages. These are shortcomings we want to address:

  • We should enable so-called dirty NIF scheduler which is still disabled currently.
  • Every daemon written in Erlang has its own logging solution which doesn't use neither syslog nor Journald. We should start switching them to Journald.
  • We should add ability to use D-Bus via erlang-dbus library.
  • Further improve Erlang Packaging Guidelines.

Benefit to Fedora

Fedora users, both developers and end-users, will have visible benefits from using Fedora-provided packages. Namely:

  • Even faster and better EC support in Erlang. Fast enough to start experimenting with cryptocurrencies using Erlang out of the box.
  • More scalable and reliable applications with better performance.
  • Improved logging, better unified with the rest of system.
  • Packagers won't be afraid of packaging Erlang-related applications anymore. They will spend even less time on packaging and more time on actual development.

Scope

  • Proposal owners:
    • Upgrade Erlang to the latest version (19.0.2). Done!
    • We must rebuild every package which requires NIF version (listed below in the Dependencies section) against Erlang 19.x.y. THis time Erlang uses the same Driver version API/ABI as in a previous release so driver libraries rebuild isn't necessary. Done!
    • Upgrade erlang-rebar to the recently released version 2.6.2 and rebase/drop unneeded patches. Done.
    • Make Erlang RPM build macros more consistent with Golang RPM macros.
    • Every Erlang daemon's systemd unit should require epmd.socket.
    • Consider allowing EPMD implementation switching. Erlang is about choice!
    • We need to fill new review request for erlang-ejournald
    • We need to fill new review request for erlang-dbus
    • Add another default directory to look for Erlang *.beam files.
    • Upgrade outdated packages:
      • Package-x-generic-16.pngRiak
        • Package-x-generic-16.pngRiak has has been retired. We have to re-add it back.
  • Other developers: N/A
  • Release engineering: N/A
  • Policies and guidelines:

Upgrade/compatibility impact

Every Erlang upgrade requires the rebuilding of modules which contains ports or NIFs, and we will rebuild all such modules in Fedora. However if a user has some additional modules not available in a Fedora repository, then these modules must be rebuilt manually.

How To Test

  • Ensure that high-grade Erlang applications are still working:
Name Tested
Package-x-generic-16.pngcouchdb No
Package-x-generic-16.pngejabberd No
Package-x-generic-16.pngelixir No
Package-x-generic-16.pngmochiweb No
Package-x-generic-16.pngrabbitmq-server No
Package-x-generic-16.pngriak No (package was retired :( )
Package-x-generic-16.pngtsung No
Package-x-generic-16.pngwings No
  • Collect feedback from volunteers regarding their experience with this Erlang/OTP version

User Experience

Users will get more robust, scalable, and fast Erlang applications.

Dependencies

The following packages must be rebuilt:

Name Rebuilt
Package-x-generic-16.pngcouchdb Yes
Package-x-generic-16.pngerlang-basho_metrics Yes
Package-x-generic-16.pngerlang-bitcask Yes
Package-x-generic-16.pngerlang-cl Yes
Package-x-generic-16.pngerlang-ebloom Yes
Package-x-generic-16.pngerlang-eleveldb Yes
Package-x-generic-16.pngerlang-emmap Yes
Package-x-generic-16.pngerlang-erlsyslog n/a
Package-x-generic-16.pngerlang-esasl n/a
Package-x-generic-16.pngerlang-esdl n/a
Package-x-generic-16.pngerlang-esip Yes
Package-x-generic-16.pngerlang-fast_tls Yes
Package-x-generic-16.pngerlang-fast_xml Yes
Package-x-generic-16.pngerlang-fast_yaml Yes
Package-x-generic-16.pngerlang-iconv Yes
Package-x-generic-16.pngerlang-jiffy Yes
Package-x-generic-16.pngerlang-js n/a
Package-x-generic-16.pngerlang-lfe n/a
Package-x-generic-16.pngerlang-riak_ensemble Yes
Package-x-generic-16.pngerlang-sd_notify Yes
Package-x-generic-16.pngerlang-skerl Yes
Package-x-generic-16.pngerlang-snappy Yes
Package-x-generic-16.pngerlang-stringprep Yes
Package-x-generic-16.pngwings n/a

Contingency Plan

  • Contingency mechanism: None necessary. Instead of falling back to the previous version we should fix existing packages in order to help the Community. We should also monitor upstream development process for potentially discovered issues and proactively apply patches (as we already did with Erlang R14, Erlang R15, Erlang R16, Erlang 17, and Erlang 18). It should be noted that this change consists from an independent or loosely coupled smaller changes. If we fail to deliver some changes in time, we should reschedule these exact changes to the future Fedora release while keeping already implemented ones.
  • Contingency deadline: N/A
  • Blocks release? N/A
  • Blocks product? N/A

Documentation

Release Notes

Erlang/OTP 19.0.2 is available in Fedora 25.