frankgh commented on code in PR #209:
URL:
https://github.com/apache/cassandra-analytics/pull/209#discussion_r3328725024
##########
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:
yeah, I second Yifan here. We should keep the log message. +1 to logging
this from the driver
--
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]