You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/02/21 07:56:19 UTC

[GitHub] [ignite] ygerzhedovich commented on a change in pull request #7461: IGNITE-12710 Extension log in rebuild indexes to search problems.

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


With regards,
Apache Git Services