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

Configured net_ticktime is ignored in RabbitMQ 3.8.4 #2377

Closed
dumbbell opened this issue Jun 10, 2020 · 0 comments · Fixed by #2378
Closed

Configured net_ticktime is ignored in RabbitMQ 3.8.4 #2377

dumbbell opened this issue Jun 10, 2020 · 0 comments · Fixed by #2378
Assignees
Labels
Milestone

Comments

@dumbbell
Copy link
Member

This problem was reported on the mailing-list:
https://groups.google.com/forum/#!topic/rabbitmq-users/PGG-LVpUJSM/discussion

Indeed, rabbit_prelaunch starts Erlang distribution before the configuration is checked and loaded:

%% 2. Erlang distribution check + start.
ok = rabbit_prelaunch_dist:setup(Context),
%% 3. Configuration check + loading.
ok = rabbit_prelaunch_conf:setup(Context),

@dumbbell dumbbell added the bug label Jun 10, 2020
@dumbbell dumbbell added this to the 3.8.5 milestone Jun 10, 2020
@dumbbell dumbbell self-assigned this Jun 10, 2020
dumbbell added a commit that referenced this issue Jun 10, 2020
The reason is that kernel's `net_ticktime` can be configured in the
Cuttlefish or Erlang configuration files. If we start the distribution
first, then the configuration parameter is ignored.

Fixes #2377.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant