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/03/31 12:46:11 UTC

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

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

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/SchemaIndexCachePartitionWorker.java
 ##########
 @@ -227,7 +237,7 @@ private void processKey(KeyCacheObject key) throws IgniteCheckedException {
                 GridCacheEntryEx entry = cctx.cache().entryEx(key);
 
                 try {
-                    entry.updateIndex(rowFilter, clo);
+                    entry.updateIndex(rowFilter, clo, indexCacheStat);
 
 Review comment:
   Done

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