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-6550 Remote iterator does not work in compatibility mode #4271

Closed
wants to merge 4 commits into from

Conversation

gustavocoding
Copy link

@@ -98,7 +98,7 @@ class DefaultIterationManager(val cacheManager: EmbeddedCacheManager) extends It
})

val segmentListener = new IterationSegmentsListener
val compatInfo = CompatInfo(cacheManager.getCacheConfiguration(cacheName).compatibility())
val compatInfo = CompatInfo(cacheManager.getCache(cacheName).getCacheConfiguration.compatibility())
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason cacheManager.getCacheConfiguration(cacheName).compatibility() returns the wrong cache configuration (from the default one) instead of the cacheName's cache configuration.
This needs more investigation (another JIRA)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for another JIRA

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slaskawi
Copy link
Contributor

Looks good to me..

@tristantarrant
Copy link
Member

Pushing to master, but the backport will need another PR as there are compilation issues

@gustavocoding gustavocoding deleted the ISPN-6550 branch February 20, 2018 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants