alex-rufous commented on a change in pull request #32: QPID-8294:
[Brojer-J][JDBC] Configure 'qpid.jdbcstore.inClauseMaxSize' as context variable
URL: https://github.com/apache/qpid-broker-j/pull/32#discussion_r280926580
##########
File path:
broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/AbstractJDBCMessageStore.java
##########
@@ -230,6 +233,8 @@ public Thread newThread(final Runnable r)
});
_executor.prestartAllCoreThreads();
+ _contextKeys = parent.getContextKeys(false);
+ _inClauseMaxSize = getContextValue(Integer.class, IN_CLAUSE_MAX_SIZE,
IN_CLAUSE_MAX_SIZE_DEFAULT);
Review comment:
Actually, I think that adding field '_contextKeys' is premature
optimization. I will delete it
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]