nabarunnag commented on a change in pull request #7456:
URL: https://github.com/apache/geode/pull/7456#discussion_r834789389
##########
File path:
geode-core/src/main/java/org/apache/geode/cache/query/internal/QueryMonitor.java
##########
@@ -332,12 +331,7 @@ public void setLowMemory(final ScheduledThreadPoolExecutor
executor,
final boolean isLowMemory,
final long usedBytes,
final InternalCache cache) {
- if (cache.isQueryMonitorDisabledForLowMemory()) {
Review comment:
Will this be new behavior that we can set the low memory even if the
query monitor is disabled?
--
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]