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

Introduce ability to create MD5 of Coherence NamedCaches #370

Open
brianoliver opened this issue Nov 2, 2016 · 1 comment
Open

Introduce ability to create MD5 of Coherence NamedCaches #370

brianoliver opened this issue Nov 2, 2016 · 1 comment

Comments

@brianoliver
Copy link
Contributor

As a developer sometimes I'd like to compare NamedCaches across clusters. Comparing each entry between clusters can be expensive in terms of CPU, Memory and Network. As a shortcut, instead we could simply create a MD5 of NamedCache contents and then compare those.

@brianoliver brianoliver added this to the 4.2.0-SNAPSHOT milestone Nov 2, 2016
@brianoliver brianoliver self-assigned this Nov 2, 2016
@brianoliver brianoliver modified the milestones: 4.x, 4.2.0-SNAPSHOT Dec 22, 2016
@brianoliver
Copy link
Contributor Author

This is probably best achieved using a custom aggregator, that creates local MD5s and then combines them, say on a partition basis.

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

No branches or pull requests

1 participant