pat-lego commented on code in PR #2978:
URL: https://github.com/apache/jackrabbit-oak/pull/2978#discussion_r3536880148
##########
oak-segment-remote/src/main/java/org/apache/jackrabbit/oak/segment/remote/persistentcache/RemotePersistentCacheService.java:
##########
@@ -120,6 +127,11 @@ private PersistentCache
createPersistentCache(Configuration configuration, Close
configuration.redisMinConnections(),
configuration.redisMaxConnections(), configuration.redisMaxTotalConnections(),
configuration.redisDBIndex(), redisCacheIOMonitor);
closer.register(redisCache);
+ // OAK-12282: expose the bounded write-queue kill switch. Requires
a restart to take effect.
Review Comment:
I cleared these comments as part of the fix since we can simply increase the
list size no need for the toggle
--
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]