You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the issue you observed:
In a production environment I had many cache client stuck in fetch or invalidate calls for the same key. Each client was "competing" for the same key locking the other ones.
What did you do?
To resolve I just needed to stop cache requests on such stuck key. The concurrency problem resolved itself and restarting cache request on such key it didn't happen anymore
What did you expect to see?
Concurrent fetch&invalidate from different clients shouldn't lock themselves.
What did you see instead?
Cache clients were unresponsive on stuck key (waiting till timeout) and on cache server i found many broacast pending #17023914 invalidateKey stukkey from java@server1_13152799140601533 started at 2023-01-26 11:01:27.523, remaining [java@server2_13152759600094298, java@server3_13153278964203632
The text was updated successfully, but these errors were encountered:
BUG REPORT
Please describe the issue you observed:
In a production environment I had many cache client stuck in fetch or invalidate calls for the same key. Each client was "competing" for the same key locking the other ones.
What did you do?
To resolve I just needed to stop cache requests on such stuck key. The concurrency problem resolved itself and restarting cache request on such key it didn't happen anymore
What did you expect to see?
Concurrent fetch&invalidate from different clients shouldn't lock themselves.
What did you see instead?
Cache clients were unresponsive on stuck key (waiting till timeout) and on cache server i found many
broacast pending #17023914 invalidateKey stukkey from java@server1_13152799140601533 started at 2023-01-26 11:01:27.523, remaining [java@server2_13152759600094298, java@server3_13153278964203632
The text was updated successfully, but these errors were encountered: