jaydeepkumar1984 opened a new pull request, #4116:
URL: https://github.com/apache/cassandra/pull/4116

   ```
   Increasing default for auto_repair.sstable_upper_threshold considering large 
Cassandra tables & revert three lines removed from CHANGES.txt due to a merge 
mistake (CASSANDRA-20586)
   
   Auto repair's sstable_upper_threshold default is currently defined as:
   #     # Threshold to skip repairing tables with too many SSTables. Defaults 
to 10,000 SSTables to avoid penalizing good
   #     # tables.
   #     sstable_upper_threshold: 10000
   For clusters with denser nodes (multi-TB) and with LCS, 10k+ SSTables for a 
given table is not unusual. It's probably best to have a higher threshold so 
repairs don't completely stop working for a table, so maybe we should perhaps 
set this to a default value that is higher and operators can decrease it 
selectively?
   A default between 30000-50000 would probably be more sensible.
   
   patch by jaydeepkumar1984 <[email protected]>; reviewed by 
<Reviewers> for CASSANDRA-20586
   
   ```
   
   The [Cassandra Jira](https://issues.apache.org/jira/browse/CASSANDRA-20586)
   
   


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