frankgh commented on code in PR #209:
URL:
https://github.com/apache/cassandra-analytics/pull/209#discussion_r3256220963
##########
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/partitioner/TokenPartitioner.java:
##########
@@ -116,17 +116,17 @@ private void calculateTokenRangeMap()
validateCompleteRangeCoverage();
validateRangesDoNotOverlap();
- LOGGER.info("Number of partitions {}", reversePartitionMap.size());
- LOGGER.info("Partition map " + partitionMap);
- LOGGER.info("Reverse partition map " + reversePartitionMap);
+ LOGGER.debug("Number of partitions {}", reversePartitionMap.size());
Review Comment:
I have found this information useful when debugging jobs in the past. I do
agree that these log messages are not needed in the majority of case. I wonder
if there's a better way to control when to log this information.
--
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]