yifan-c commented on code in PR #171:
URL: https://github.com/apache/cassandra-sidecar/pull/171#discussion_r1928065636


##########
server/src/test/integration/org/apache/cassandra/sidecar/testing/IntegrationTestModule.java:
##########
@@ -99,6 +100,7 @@ public SidecarConfiguration 
configuration(CoordinationConfiguration clusterLease
                                                                                
               .isEnabled(true)
                                                                                
               .build())
                                   
.coordinationConfiguration(clusterLeaseClaimTaskConfiguration)
+                                  .sstableUploadConfiguration(new 
SSTableUploadConfigurationImpl(0F))

Review Comment:
   so.. my local dev environment has almost full disk and tests are failing for 
me, due to the default threshold of 10%. Since the disk space protection is not 
the concern here, I set it to the minimum of 0%. 



-- 
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]

Reply via email to