ibessonov commented on a change in pull request #7984:
URL: https://github.com/apache/ignite/pull/7984#discussion_r531457238
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java
##########
@@ -447,6 +472,32 @@ private DataRegionConfiguration
createMetastoreDataRegionConfig(DataStorageConfi
return cfg;
}
+ /** */
+ private DataRegionConfiguration createDefragmentationDataRegionConfig(long
regionSize) {
Review comment:
No, node must be restarted when defragmentation is completed. It's not
part of the topology during this process, so everything's fine here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]