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

IGNITE-12527 repair Deployment Modes-Un-Deployment and User Versions function can not use #7230

Closed
wants to merge 1 commit into from

Conversation

pop443
Copy link

@pop443 pop443 commented Jan 9, 2020

When using continuous deployment mode, the custom entryprocessor works correctly the first time it is loaded; however, it does not work properly after that, because the custom entryprocessor is cached by igniteutils concurrentmap < classloader, concurrentmap < string, class > >.
When processing custom entryprocessor, it will directly return to class without adding cache

fixed Versions function bug
@pop443 pop443 changed the title fixed Versions function bug fixed User Versions function bug Jan 9, 2020
@pop443
Copy link
Author

pop443 commented Jan 10, 2020

other class like:
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap
org.apache.ignite.internal.processors.cache.EntryProcessorResourceInjectorProxy
will be cached in org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore class

@pop443 pop443 changed the title fixed User Versions function bug IGNITE-12527 repair Deployment Modes-Un-Deployment and User Versions function can not use Jan 13, 2020
@pop443 pop443 closed this Jan 13, 2020
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

Successfully merging this pull request may close these issues.

1 participant