sashapolo commented on code in PR #3352:
URL: https://github.com/apache/ignite-3/pull/3352#discussion_r1512891698


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/PersistentPageMemoryStorageEngine.java:
##########
@@ -77,6 +87,8 @@ public class PersistentPageMemoryStorageEngine implements 
StorageEngine {
     @Nullable
     private volatile CheckpointManager checkpointManager;
 
+    private volatile ExecutorService destructionExecutor;

Review Comment:
   Yeah, I understand what you mean, but we have the same problem with the 
volatile storage, so I think these pools should be fixed together in a separate 
issue.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to