Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ekka_guid): support NEW_PID_EXT to generate guid #77

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

HJianBo
Copy link
Member

@HJianBo HJianBo commented Aug 12, 2020

  1. Fix the ekka_guid failures on OTP 23

In OTP 23 distribution flag DFLAG_BIG_CREATION became mandatory. All pids are now encoded using NEW_PID_EXT, even external pids received as PID_EXT from older nodes.

see: http://erlang.org/doc/apps/erts/erl_ext_dist.html#new_pid_ext

  1. Eliminate compiling warnings on OTP 23

- eliminate compilng warnings on otp 23
@HJianBo HJianBo merged commit a1676e0 into master Aug 13, 2020
@HJianBo HJianBo deleted the improve/otp23 branch August 13, 2020 02:48
@HJianBo HJianBo added this to the 0.7.4 milestone Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants