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

   CASSANDRA-19677: Adds new size Guardrails
   
   This commit adds these column size guardrails:
   ```
   column_ascii_value_size_warn_threshold
   column_ascii_value_size_fail_threshold
   column_blob_value_size_warn_threshold
   column_blob_value_size_fail_threshold
   column_text_value_size_warn_threshold
   column_text_value_size_fail_threshold
   column_varchar_value_size_warn_threshold
   column_varchar_value_size_fail_threshold
   ```
   
   And these collection size guardrails:
   ```
   collection_map_size_warn_threshold
   collection_map_size_fail_threshold
   collection_set_size_warn_threshold
   collection_set_size_fail_threshold
   collection_list_size_warn_threshold
   collection_list_size_fail_threshold
   ```
   
   patch by Bernardo Botella Corbi; reviewed by <Reviewers> for CASSANDRA-19677
   
   


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