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

LazyServiceConfiguration.equalIgnoreNodeFilter comparing srvcBytes instead of class name breaking node scaling #10901

Open
austinwellman opened this issue Aug 17, 2023 · 1 comment

Comments

@austinwellman
Copy link

austinwellman commented Aug 17, 2023

We deploy a cluster of multiple nodes of the same type to scale our services. The changes from IGNITE-17296 (specifically where it is comparing marshaled bytes instead of class name) have resulted in the equalsIgnoreNodeFilter to now return false, resulting in multiple client services of the same type connecting to a common ignite server to fail.

It isn't entirely clear if this is a regression or we are doing something wrong. Looking at the JdkMarshaller and related classes it isn't exactly clear how to resolve this if we are doing something incorrectly.

@xtern
Copy link
Contributor

xtern commented Aug 29, 2023

@austinwellman

resulting in multiple client services of the same type connecting to a common ignite server to fail

I don't quite understand the problem you are facing.
Could you provide some more details, for example a step by step scenario (with service configuration description) on how to reproduce this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants