[ 
https://issues.apache.org/jira/browse/CASSANALYTICS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANALYTICS-52:
-------------------------------------------
    Description: 
In TokenPartitioner, this is painful to see when running jobs where number of 
tokens of a node is e.g. 256. Probably not too painful for 16 tokens per node 
but still, it is a redundant information, mostly. 
{code:java}
LOGGER.info("Partition map " + partitionMap);
LOGGER.info("Reverse partition map " + reversePartitionMap);
LOGGER.info("Number of partitions {}", nrPartitions);{code}
Logging that on {{debug}} would be just enough?

Similar for "TokenPartitioner: Initial ranges:"

  was:
In TokenPartitioner, this is painful to see when running jobs where number of 
tokens of a node is e.g. 256. Probably not too painful for 16 tokens per node 
but still, it is a redundant information, mostly.
 
{code:java}
LOGGER.info("Partition map " + partitionMap);
LOGGER.info("Reverse partition map " + reversePartitionMap);
LOGGER.info("Number of partitions {}", nrPartitions);{code}
Logging that on {{debug}} would be just enough?


> Consider logging on DEBUG level for some jobs
> ---------------------------------------------
>
>                 Key: CASSANALYTICS-52
>                 URL: https://issues.apache.org/jira/browse/CASSANALYTICS-52
>             Project: Apache Cassandra Analytics
>          Issue Type: Improvement
>            Reporter: Stefan Miklosovic
>            Priority: Normal
>
> In TokenPartitioner, this is painful to see when running jobs where number of 
> tokens of a node is e.g. 256. Probably not too painful for 16 tokens per node 
> but still, it is a redundant information, mostly. 
> {code:java}
> LOGGER.info("Partition map " + partitionMap);
> LOGGER.info("Reverse partition map " + reversePartitionMap);
> LOGGER.info("Number of partitions {}", nrPartitions);{code}
> Logging that on {{debug}} would be just enough?
> Similar for "TokenPartitioner: Initial ranges:"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to