ifesdjeen commented on code in PR #105:
URL: https://github.com/apache/cassandra-accord/pull/105#discussion_r1684095196
##########
accord-core/src/test/java/accord/utils/ReducingRangeMapTest.java:
##########
@@ -214,7 +215,8 @@ private void testRandomAdds(long seed, int numberOfMerges,
int numberOfAdditions
try
{
Random random = new Random(seed);
- logger.info(id);
+ if (ENABLE_LOGGING)
Review Comment:
The log was extremely spammy on a CI, so I had to disable this. Left the
boolean here in case someone wants to debug this.
--
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]