ibessonov commented on a change in pull request #402:
URL: https://github.com/apache/ignite-3/pull/402#discussion_r731795855



##########
File path: 
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbTableStorage.java
##########
@@ -184,13 +198,9 @@ else if (handleName.startsWith(CF_PARTITION_PREFIX)) {
     /** {@inheritDoc} */
     @Override public void stop() throws StorageException {
         try {
-            List<AutoCloseable> copy = new ArrayList<>(autoCloseables);
-
-            Collections.reverse(copy);
-
             IgniteUtils.closeAll(concat(

Review comment:
       Adding atomic reference array into list won't look good either. I'll 
rewrite this method anyway




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