nginthfs commented on code in PR #1205:
URL: https://github.com/apache/solr/pull/1205#discussion_r1038399026
##########
solr/core/src/java/org/apache/solr/cloud/Overseer.java:
##########
@@ -336,8 +337,8 @@ public void run() {
for (Pair<String, byte[]> head : queue) {
byte[] data = head.second();
final ZkNodeProps message = ZkNodeProps.load(data);
- if (log.isDebugEnabled()) {
Review Comment:
This was made INFO level because it's helpful for debugging Solr admin
issues. It's only one log per operation, so it shouldn't be too verbose, and on
our fork in practice it hasn't been an issue. (same goes for the other log made
INFO level)
##########
solr/core/src/java/org/apache/solr/cloud/Overseer.java:
##########
@@ -336,8 +337,8 @@ public void run() {
for (Pair<String, byte[]> head : queue) {
byte[] data = head.second();
final ZkNodeProps message = ZkNodeProps.load(data);
- if (log.isDebugEnabled()) {
Review Comment:
This was made INFO level because it's helpful for debugging Solr admin
issues when they happen in production. It's only one log per operation, so it
shouldn't be too verbose, and on our fork in practice it hasn't been an issue.
(same goes for the other log made INFO level)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]