animovscw opened a new pull request, #12579:
URL: https://github.com/apache/ignite/pull/12579
- As part of the qryResCache investigation, test-only instrumentation has
been added: a hit counter in GridCacheQueryManager.executeFieldsQuery(...) +
the resetExecuteFieldsQueryHitCount() / executeFieldsQueryHitCount() methods.
- Added a GridCacheQueryManagerExecuteFieldsQueryTest reproducer test, which
verifies that executeFieldsQuery(...) is not called when executing a
SqlFieldsQuery:
- for local=true (including parallel execution in two threads),
- and for local=false on two nodes with keys distributed across the
primary nodes.
### Result:
The counter remains 0, meaning executeFieldsQuery(...) is not involved in
the SqlFieldsQuery execution path, and qryResCache is not involved in this
scenario.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]