From Fedora Project Wiki
(Announcing the change proposal)
m (Restore the macro for updating the "last updated" field)
 
(12 intermediate revisions by 2 users not shown)
Line 18: Line 18:
== Current status ==
== Current status ==
* Targeted release: [[Releases/33|Fedora 33]]  
* Targeted release: [[Releases/33|Fedora 33]]  
* Last updated: 2020-04-13
* Last updated: {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}}
<!-- After the change proposal is accepted by FESCo, tracking bug is created in Bugzilla and linked to this page  
<!-- After the change proposal is accepted by FESCo, tracking bug is created in Bugzilla and linked to this page  
Bugzilla states meaning as usual:
Bugzilla states meaning as usual:
Line 27: Line 27:
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development
-->
-->
* Tracker bug: []
* FESCo issue: [https://pagure.io/fesco/issue/2380 #2380]
* Release Notes tracker: []
* Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=1830381 #1830381]
* Release Notes tracker: [https://pagure.io/fedora-docs/release-notes/issue/501 #501]


== Detailed Description ==
== Detailed Description ==
Upgrade Erlang to version 23 which brings a lot of changes. Just a few highlights:
Upgrade Erlang to version 23 which brings a lot of changes. [http://blog.erlang.org/OTP-23-Highlights/ Just a few highlights]:


* Numerous scalability and performance improvements.
* Numerous scalability and performance improvements.
Line 57: Line 58:
== Scope ==
== Scope ==
* Proposal owners:
* Proposal owners:
** [https://bugzilla.redhat.com/807897 Upgrade Erlang to the latest version (23.0)].
** <s>[https://bugzilla.redhat.com/1807897 Upgrade Erlang to the latest version (23.0)]</s>. Done.
** We must rebuild every package which requires NIF version (listed below in the [[#Dependencies|Dependencies]] section) against Erlang 23.x.y.
** <s>We must rebuild every package which requires NIF version (listed below in the [[#Dependencies|Dependencies]] section) against Erlang 23.x.y</s>. No need to rebuild anything this time.
** Every Erlang daemon's systemd unit must require epmd.socket.
** Every Erlang daemon's systemd unit must require epmd.socket.
** We need to fill new review request for [https://github.com/lizenn/erlang-dbus erlang-dbus]
** We need to fill new review request for [https://github.com/lizenn/erlang-dbus erlang-dbus]
Line 93: Line 94:
| {{package|elixir}} || {{no}}
| {{package|elixir}} || {{no}}
|-
|-
| {{package|rabbitmq-server}} || {{no}}
| {{package|rabbitmq-server}} || {{yes}}
|-
|-
| {{package|riak}} || {{no}} (package was retired :( )
| {{package|riak}} || {{no}} (package was retired :( )
Line 107: Line 108:
== Dependencies ==
== Dependencies ==


The following packages must be rebuilt:
The following packages must be rebuilt: N/A. This time there is no API/ABi change in NIF or Driver API.
 
{| border="1"
|-
| '''Name''' || '''Rebuilt'''
|-
| {{package|couchdb}}  || {{no}}
|-
| {{package|erlang-basho_metrics}}  || {{no}}
|-
| {{package|erlang-bitcask}}  || {{no}}
|-
| {{package|erlang-cache_tab}}  || {{no}}
|-
| {{package|erlang-cl}}  || {{no}}
|-
| {{package|erlang-ebloom}}  || {{no}}
|-
| {{package|erlang-eleveldb}}  || {{no}}
|-
| {{package|erlang-emmap}}  || {{no}}
|-
| {{package|erlang-erlsyslog}}  || {{no}}
|-
| {{package|erlang-esasl}}  || {{no}}
|-
| {{package|erlang-esdl}}  || {{no}}
|-
| {{package|erlang-esip}}  || {{no}}
|-
| {{package|erlang-fast_tls}}  || {{no}}
|-
| {{package|erlang-fast_xml}}  || {{no}}
|-
| {{package|erlang-fast_yaml}}  || {{no}}
|-
| {{package|erlang-hyper}}  || {{no}}
|-
| {{package|erlang-iconv}}  || {{no}}
|-
| {{package|erlang-jiffy}}  || {{no}}
|-
| {{package|erlang-js}}  || {{no}}
|-
| {{package|erlang-lfe}}  || {{no}}
|-
| {{package|erlang-riak_ensemble}}  || {{no}}
|-
| {{package|erlang-sd_notify}}  || {{no}}
|-
| {{package|erlang-skerl}}  || {{no}}
|-
| {{package|erlang-snappy}}  || {{no}}
|-
| {{package|erlang-stringprep}}  || {{no}}
|-
| {{package|erlang-xmpp}}  || {{no}}
|}


== Contingency Plan ==
== Contingency Plan ==
Line 178: Line 122:
<!-- N/A (not a System Wide Change) -->
<!-- N/A (not a System Wide Change) -->


* [https://www.erlang.org/news/138 Erlang/OTP 23 Release Candidate 2 release notes]
* [https://www.erlang.org/news/141 Erlang/OTP 23.1 release notes]


== Release Notes ==
== Release Notes ==


Erlang/OTP 23.0 is available in Fedora 33.
Erlang/OTP 23.1 is available in Fedora 33.


[[Category:ChangeAnnounced]]
[[Category:ChangeAcceptedF33]]
<!-- [[Category:ChangePageIncomplete]] -->
<!-- [[Category:ChangePageIncomplete]] -->
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- When your change proposal page is completed and ready for review and announcement -->

Latest revision as of 13:23, 5 October 2020

Erlang 23

Summary

Update Erlang/OTP to version 23.

Owner

Current status

Detailed Description

Upgrade Erlang to version 23 which brings a lot of changes. Just a few highlights:

  • Numerous scalability and performance improvements.
  • New modules - pg (pool group) and erpc (enhanced RPC).
  • Removed SSL 3.0 support entirely.
  • Removed deprecated part of erl_interface API
  • An experimental socket backend for TCP and UDP API.
  • Even faster SSL/TLS operations.
  • Now it's possible to work w/o external EPMD in production-ready applications

Aside from this, we plan to improve quality of Erlang and related packages. These are shortcomings we want to address: Besides that we still have a lengthy list of TODOs:

  • Every daemon written in Erlang has its own logging solution which doesn't use neither syslog nor Journald. We should start switching them to unified logger..
  • We should allow D-Bus API via erlang-dbus library or any other recent implementations..
  • Further improve Erlang Packaging Guidelines and promote it as the official guideline.
  • Switch to rebar3 as a main build tool.
  • SELinux rules for main Erlang applications (Ejabberd, CouchDB, RabbitMQ) are outdated or missing.

Benefit to Fedora

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

  • Improved scalability and robustness.

Scope

  • Proposal owners:
  • Other developers: N/A
  • Release engineering: TBA
  • Policies and guidelines:
  • Trademark approval: N/A (not needed for this Change)

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.
  • So-called HiPE continues to deteriorate. In this version it's barely functional and likely is going to be removed in the next one.

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.pngrabbitmq-server Yes
Package-x-generic-16.pngriak No (package was retired :( )
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: N/A. This time there is no API/ABi change in NIF or Driver API.

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, Erlang 18, Erlang 19, Erlang 20, Erlang 21 and Erlang 22). 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 23.1 is available in Fedora 33.