AMashenkov 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_r400806708
########## 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: Looks like all of these 3 params can be squashed into single closure right here. ---------------------------------------------------------------- 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