JohnNPhillips commented on a change in pull request #484: PHOENIX-5239: Send
persistent subquery caches to all regionservers
URL: https://github.com/apache/phoenix/pull/484#discussion_r275987741
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java
##########
@@ -349,7 +350,7 @@ public TaskExecutionMetricsHolder getTaskExecutionMetric()
{
}
}
}
- if (LOG.isDebugEnabled()) {LOG.debug(addCustomAnnotations("Cache " +
cacheId + " successfully added to servers.", connection));}
Review comment:
`cacheId` is a byte array which as-is generates useless logs like `Cache
[B@dcf3e99 successfully added to servers`
----------------------------------------------------------------
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