Replies: 1 comment 6 replies
-
@ajheres Can you provide the full stack trace, please? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In our setup with two clusters, both running an Infinispan server managed by the Infinispan operator, we are suffering from a flood of reports, like this:
The reports contain a number of keys, but the errors for these keys are repeated many times (hundreds per second). This happens during a few minutes.
The cache is configured as replicated with backup:
The key/values in the store are continuously updated. +/- 1000 items in store. +/- 50 updates/s. One side is writing. Writing bandwidth is +/- 1KB/s.
I have the impression that it has to do with the backup. Tried all kind of cache and server settings, but the errors keep coming with intervals.
Can anyone help me further to solve this problem?
Server version: 15.2.1.Final.
Beta Was this translation helpful? Give feedback.
All reactions