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

Stopped applications are logged at error level, perhaps unintentionally #3900

Closed
delescailled opened this issue Dec 16, 2021 · 0 comments
Closed
Milestone

Comments

@delescailled
Copy link

delescailled commented Dec 16, 2021

Good Morning,
I have a question about the stopping process between 2 version of RabbitMQ.
We are currently run the version 3.8.5 on redhat 7 (Erlang 23.0.2) and want to upgrade to 3.9.x ( Erlang 23.3.4.8) .
I need to test a upgrade scenario before applied this on every systems.
Apparently with the version 3.9.x when i stop the service some errors about Erlang VM is throwing but without details.
When started the instance seems to work correctly but I have to be sure that everything is ok
With version 3.8.5

 2021-12-16 09:06:04.968 [info] <0.1271.0> Halting Erlang VM with the following applications:
    lager
    observer_cli
    stdout_formatter
    gen_batch_server
    aten
    cuttlefish
    inets
    credentials_obfuscation
    recon
    ranch
    jsx
    goldrush
    xmerl
    tools
    syntax_tools
    ssl
    public_key
    asn1
    crypto
    compiler
    sasl
    stdlib
    kernel

On 3.9.X

 2021-12-16 09:26:00.167938+01:00 [info] <0.1215.0> Successfully stopped RabbitMQ and its dependencies
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0> Halting Erlang VM with the following applications:
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     amqp10_common
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     seshat
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     observer_cli
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     stdout_formatter
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     gen_batch_server
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     aten
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     ranch
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     inets
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     systemd
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     enough
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     cuttlefish
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     credentials_obfuscation
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     recon
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     jsx
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     xmerl
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     tools
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     syntax_tools
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     ssl
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     public_key
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     asn1
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     crypto
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     compiler
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     sasl
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     stdlib
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>     kernel
2021-12-16 09:26:00.168150+01:00 [erro] <0.1215.0>

A slack membre tell's me that is apparently a wrong message maybe related to this article :
cdcf602749a#diff-5d9f448b943b2c77af7822440fc8df8af02bf2001d1c51a484413f69cad37a62L473-R486

@michaelklishin michaelklishin changed the title Wrong erlang error message in log since 3.9.x Stopped applications are logged at error level, perhaps unintentionally Dec 16, 2021
@michaelklishin michaelklishin added this to the 3.9.12 milestone Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants