Ilya Shishkov created IGNITE-20912: -------------------------------------- Summary: Ability to switch debug log level for ConflictResolver during runtime Key: IGNITE-20912 URL: https://issues.apache.org/jira/browse/IGNITE-20912 Project: Ignite Issue Type: Task Reporter: Ilya Shishkov
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 {{DebugCacheVersionConflictResolverImpl}} is used, otherwise {{CacheVersionConflictResolverImpl}} is chosen. If you enable or disable log level for conflict resolver during runtime, switching of conflict is not performed and you have to restart server node in order to provide necessary log level. -- This message was sent by Atlassian Jira (v8.20.10#820010)