-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with Infinispan counter since 2.14 #29733
Comments
and the code: counterManager.defineCounter("users",
CounterConfiguration.builder(CounterType.UNBOUNDED_STRONG).storage(Storage.PERSISTENT).build());
|
@ia3andy checking on it |
@ia3andy I have updated the IT tests to check counters type, and I can't reproduce. Could you be running the Infinispan 13 image (in the dev services or locally) instead of 14? I experienced this when I was upgrading to 14 a while ago |
@karesti updating the Infinispan image to 14 is indeed fixing the problem. Is there no way to detect this and add a log explaining the api is not compatible with the image? |
FYI the default OpenShift Helm to install Infinispan uses the 13 image. |
Clients if newer than the server, as of ISPN 10, should negotiate down to the older version. Are you explicitly setting the protocol version in your configuration? |
@wburns no, it's default config (I am just setting the server and the credentials). |
That is odd, for the time being you can override the protocol version in the configuration to workaround the issue |
@karesti Can you make sure we get a bug logged against ISPN with the reproducer to fix this? |
Yes, we will fix the compatibility issue in Infinispan @wburns @ia3andy https://issues.redhat.com/browse/ISPN-14090 |
@karesti should I re-open until this gets fixed? |
@ia3andy no, since this is not a quarkus extension issue. the version here should be working with Infinispan 14. The bug that needs fixing is a compatibility issue of the server that we need to fix and needs to be backported to other versions too. |
Describe the bug
When upgrading to 2.14.3.Final (from 2.13.2.Final), I've got this blocking exception:
Switching back to 2.13.2.Final fixed the problem.
This is on OpenShift and Infinispan deployed with the helm chart.
I can share the cluster credentials if needed.
The text was updated successfully, but these errors were encountered: