Code Monkey home page Code Monkey logo

Comments (9)

michaelklishin avatar michaelklishin commented on June 2, 2024 1

@lukebakken should we simply ignore this message in the writer and try to log some context at debug level? I mean, the writer cannot do much about this message, and this may allow us to log relevant details about the sender.

from rabbitmq-server.

michaelklishin avatar michaelklishin commented on June 2, 2024 1

Don't worry about the release notes, we can leave it open

from rabbitmq-server.

lukebakken avatar lukebakken commented on June 2, 2024

This feels like a warning level sort of message, maybe?

from rabbitmq-server.

michaelklishin avatar michaelklishin commented on June 2, 2024

@lukebakken logging a warning works for me #9994.

Those who have a way to reproduce and are interested in digging in now have a place to add more logging and tracing.

from rabbitmq-server.

michaelklishin avatar michaelklishin commented on June 2, 2024

rabbit_writer interacts with

  • A socket, which in Erlang is a source of messages
  • A statistics timer, which uses a reference for identity
  • It implements a few bits required by the sys module

I'd start with those three for most likely senders of these stray {ref(), ok} messages.

from rabbitmq-server.

lukebakken avatar lukebakken commented on June 2, 2024

I'm going to re-open this issue to devote some time (at some point) to figure out the root cause.

@michaelklishin will having this issue open affect release notes? I can open a new issue if so.

from rabbitmq-server.

kjnilsson avatar kjnilsson commented on June 2, 2024

I can't see any usages in Ra of {ref, ok} the closest I have is https://github.com/rabbitmq/ra/blob/ba3293a3ea29e6aa738726ba22e951f1ce8e7af4/src/ra_server_sup_sup.erl#L243
but that should be a proper reference() not the atom ref.

from rabbitmq-server.

lukebakken avatar lukebakken commented on June 2, 2024

@kjnilsson yes, the error in the logs shows an actual reference, not the atom ref

from rabbitmq-server.

michaelklishin avatar michaelklishin commented on June 2, 2024

I've closed this because as of #9991, we hope that the writer process does not die. If someone wants to investigate where these messages originate from, you are welcome to do it.

It's just that this specific issue, as it is worded right now, should be addressed.

from rabbitmq-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.