Skip to content

Commit

Permalink
Remove sys log statements.
Browse files Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
  • Loading branch information
Rishikesh1159 committed Dec 2, 2022
1 parent 5812e6c commit 46dd09a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ public void testCoordinatingPrimaryThreadedUpdateToShardLimitsAndRejections() th

nodeStats = shardIndexingPressure.stats();
IndexingPressurePerShardStats shardStoreStats = shardIndexingPressure.shardStats().getIndexingPressureShardStats(shardId1);
System.out.println("rejection count is: "+rejectionCount.get());
if(rejectionCount.get() == NUM_THREADS){
assertEquals(10, shardStoreStats.getCurrentPrimaryAndCoordinatingLimits());
}
Expand Down

0 comments on commit 46dd09a

Please sign in to comment.