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-20912 switching debug log level for ConflictResolver during runtime #282

Merged
merged 6 commits into from
Aug 9, 2024

Conversation

J-Bakuli
Copy link
Contributor

Currently, we can not switch debug log level for conflict resolver during runtime. There are two conflict resolvers, one of which is chosen in CacheConflictResolutionManagerImpl during cache start. For DEBUG level DebugCacheVersionConflictResolverImpl is used, otherwise CacheVersionConflictResolverImpl is chosen.

If you enable or disable log debug level for conflict resolver during runtime, switching of conflict resolver implementation is not performed and you have to restart server node in order to provide necessary log level.

@NSAmelchev NSAmelchev merged commit 2e49deb into apache:master Aug 9, 2024
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.

2 participants