opened Pull Request #2923 on apache/cassandra
#2923 CASSANDRA-18935 3.0 rpc readiness flag revert followup
opened Pull Request #2922 on apache/cassandra
#2922 CASSNADRA-19040 5.0: Consider CONTAINS KEY in unindexed index contexts
opened Pull Request #2921 on apache/cassandra
#2921 Backport CASSANDRA-16418 to 3.x
opened Pull Request #2920 on apache/cassandra
#2920 CASSANDRA-18926 trunk: SAI in-memory index should check max term size
Mentioned @cassandra
Mentioned @cassandra
Inevitably, over time, some of those stick to you as being really cool/friendly/interesting.
It's always a fun day to me when I have the chance to work with @ApacheActiveMQ Artemis, @cassandra and PostgreSQL.
opened Pull Request #2919 on apache/cassandra
#2919 CASSANDRA-19015 Nodetool 'tablestats' formatting uses inconsistent significant digits
commented Pull Request #2563 on apache/cassandra
@shyla226 this is looking good. i have further questions about tightening up the messages, and avoiding us having to edit hardcoded numbers.
these are best expressed in the following suggested patch. does it make sense ? are you...
@shyla226 this is looking good. i have further questions about tightening up the messages, and avoiding us having to edit hardcoded numbers.
these are best expressed in the following suggested patch. does it make sense ? are you willing to squash it into your work ? https://github.com/apache/cassandra/commit/90974e4222fab9beb0e5abea40503a13c4c3985f
(if you agree, it would need to be re-applied to each of the modified files)
commented Pull Request #2896 on apache/cassandra
are we (and how) dtesting this config too ? (java and python dtests), separate ticket ?
commented Pull Request #2895 on apache/cassandra
@michaelsembwever @polandll I will rebase and merge on Monday-ish.
opened Pull Request #2918 on apache/cassandra
#2918 CASSANDRA-18926 5.0: SAI in-memory index should check max term size
opened Pull Request #2917 on apache/cassandra
#2917 CASSANDRA-18166 Improve code model around IndexContext
opened Pull Request #2916 on apache/cassandra
#2916 CASSANDRA-18166 Improve code model around IndexContext
opened Pull Request #2915 on apache/cassandra
#2915 CASSANDRA-19002 3.11 Set gcgs in HintsMaker to Integer.MAX_VALUE
opened Pull Request #2914 on apache/cassandra
#2914 CASSANDRA-19002 4.0 Set gcgs in HintsMaker to Integer.MAX_VALUE
opened Pull Request #2913 on apache/cassandra
#2913 CASSANDRA-19002 4.1 Set gcgs in HintsMaker to Integer.MAX_VALUE
opened Pull Request #2912 on apache/cassandra
#2912 CASSANDRA-19002 5.0 Set gcgs in HintsMaker to Integer.MAX_VALUE
opened Pull Request #2911 on apache/cassandra
#2911 CASSANDRA-19002 trunk Set gcgs in HintsMaker to Integer.MAX_VALUE
With CassandraRelevantProperties what has changed is how system properties are accessed within the codebase, but they are still passed as system properties when executing the process, see
With CassandraRelevantProperties what has changed is how system properties are accessed within the codebase, but they are still passed as system properties when executing the process, see https://docs.datastax.com/en/dse/6.8/docs/managing/configure/cassandra-system-properties.html. If you're changing the contents of cassandra.yaml, make sure to pass the correct location via -Dcassandra.config and restart the node.
I wasn't able to find a reference to SAI_VECTOR_ALLOW_CUSTOM_PARAMETERS in Cassandra's system properties or cassandra.yaml, so I'm not sure where this configuration would go or look like.