Skip to content
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

ISPN-15197 Near Cache With Bloom Filter enabled doesn't work properly… #11337

Merged
merged 1 commit into from Sep 29, 2023

Conversation

jabolina
Copy link
Member

… if jboss-marshalling is used

https://issues.redhat.com/browse/ISPN-15197

This seems to affect near + bloom. So there is a change for the client and another for the server. Updating both should fix everything, otherwise:

  • Only the server is updated, the cache needs to be configured to use the same format as the marshaller. That is, using GenericJBossMarshaller needs to configure the cache with a key of MediaType.APPLICATION_JBOSS_MARSHALLING;
  • Updating only the client, the media type is exchanged, so it should work fine. Since the bloom filter requires version 3.1, the media type is exchanged.

From what I could see, using the ProtoStreamMarshaller works fine. There might be other marshallers with the same issue.

@jabolina jabolina added the 14.0.x Annotate a PR with this label if you want it to be backported to the 14.0.x branch label Sep 28, 2023
@wburns wburns merged commit 3338cc5 into infinispan:main Sep 29, 2023
3 of 4 checks passed
@wburns
Copy link
Member

wburns commented Sep 29, 2023

Integrated into main, thanks @jabolina !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
14.0.x Annotate a PR with this label if you want it to be backported to the 14.0.x branch
Projects
None yet
2 participants