ygerzhedovich commented on a change in pull request #7461: IGNITE-12710 
Extension log in rebuild indexes to search problems.
URL: https://github.com/apache/ignite/pull/7461#discussion_r382440685
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/SchemaIndexCacheVisitorImpl.java
 ##########
 @@ -157,8 +171,55 @@ public SchemaIndexCacheVisitorImpl(GridCacheContext cctx, 
SchemaIndexCacheFilter
             throw e;
         }
 
-        if (fut != null)
-            fut.get();
+        if (fut != null && stat != null) {
 
 Review comment:
   Before the change we were waiting complete compound future, now we can skip 
it. It looks strange.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to