Coder Social home page Coder Social logo

No communication after recovery about lyra HOT 4 CLOSED

neuhaus avatar neuhaus commented on July 18, 2024
No communication after recovery

from lyra.

Comments (4)

michaelklishin avatar michaelklishin commented on July 18, 2024

I don't know about Lyra but RabbitMQ Java client does not guarantee publisher recovery: it will recover channels, topology, consumers but any concurrent publishes or other actions from applications will fail and may interfere with recovery process (cause channel exceptions as in the protocol). Clients cannot handle every possible scenario like that so developers need to make sure their applications can handle down connections and channel exceptions.

from lyra.

neuhaus avatar neuhaus commented on July 18, 2024

Well I switched from the normal RabbitMQ java client to Lyra to use the high availability features. It's Lyra's raison d'Γͺtre.

I don't see any exceptions getting thrown. From the log it appears as if everything is recovering, however it's not working after the recovery so i guess there's a bug.

from lyra.

michaelklishin avatar michaelklishin commented on July 18, 2024

There is a channel exception logged but it's impossible to tell why: only RabbitMQ logs can clarify this. There are scenarios in which neither Lyra nor automatic connection recovery in the Java client can avoid channel exceptions (the topology might have changed since connection termination, e.g. by other apps).

Without a way to reproduce there is no evidence that this is not one of those cases and it's an issue in Lyra.

from lyra.

neuhaus avatar neuhaus commented on July 18, 2024

Thanks for getting back to me. We have decided to migrate this project away form Lyra do the the problems with recovery so i will no longer be able to assist with this issue.

from lyra.

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.