-
Notifications
You must be signed in to change notification settings - Fork 40
Should I be worried about messages such as Cannot deliver class..., client not found for correlationId
#80
Comments
Most probably it means that operation triggered this action already expired and replied with |
Other possible variant that |
Thanks. Is it possible that using the stream API, some events are simply skipped when these messages appear? Or all errors would be properly forwarded as stream errors? |
afaik first error forwarded and stream gets closed |
Another question: Does the JVMClient built-in retry mechanism would retry on these errors? So, If I don't see any error on the stream, could it mean that JVMClient already retried the operation? |
yep, there is |
Is there any config I can activate to know more about this specific problem? Since I suspect that this issue might be related to some memory leaks I am seeing, I am trying to reproduce the problem in a sandbox, outside of my application logic, but of course, I can't seem to figure out how to trigger the same error messages. Even when I try to reproduce the same access patterns, I don't get the So anything that could help me figure out the cause of these messages is welcome. The part of the code that seems to trigger these messages basically reads a stream, and for each element of the stream, reads all the elements of the stream until that element. But of course, in isolation, I can't get those messages, so can't profile the memory usage to see if anything strange appears. |
So far, I have been able to reproduce the message using something along the lines of readStream()
.take(50) This doesn't seem to reproduce the memory leak I am looking for, but I am curious why |
Could you please post a complete example to reproduce your issue ? |
What does this mean exactly?
Thanks
The text was updated successfully, but these errors were encountered: