timoninmaxim commented on a change in pull request #8490:
URL: https://github.com/apache/ignite/pull/8490#discussion_r575337978
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
##########
@@ -2686,7 +2685,7 @@ private void finishUpdate(GridCacheContext cctx,
CacheDataRow newRow, @Nullable
GridCacheQueryManager qryMgr = cctx.queries();
- if (qryMgr.enabled())
+ if (qryMgr.enabled() || cctx.kernalContext().indexing().enabled())
Review comment:
> no sense having Indexing enabled, but qryMgr disabled.
Hi. It was a workaround, because for some reasons this condition was
required at beginning of development. Currently I don't see in code any reasons
to have this condition. So I'll remove it and check that everything is fine.
----------------------------------------------------------------
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:
[email protected]