michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent
Apache License 2.0
163 stars 228 forks source link

cassandra.yaml changes for latest versions of apache cassandra 3.11 #384

Closed ankit-agarwal-E1304 closed 1 year ago

ankit-agarwal-E1304 commented 1 year ago

New config settings have been added to cassandra.yaml in latest versions of 3.11 like "repair_session_max_tree_depth" in 3.11.6 Is someone maintaining it on this chef cookbook?

michaelklishin commented 1 year ago

@ankit-agarwal-E1304 this is open source software, you are welcome to contribute the changes you need. Asking others to do the work you need is not how open source works.

ankit-agarwal-E1304 commented 1 year ago

Thanks for the response @michaelklishin I will raise a PR with the desired changes.