Botond Dénes
Botond Dénes
@scylladb/scylla-maint please consider merging. This was queue once already but was dequeued due to a failing test, which was fixed.
@scylladb/scylla-maint ping for merge.
New in v6: * Rebased and resolved logical conflict with vector data type.
New in v6: * Improve the tests to remove flakyness (hopefully).
@scylladb/scylla-maint ping for 3rd queue. Hopefully the last one.
@scylladb/scylla-maint ping for merge.
@scylladb/scylla-maint ping for merge.
> I need clarify: > > * Can we drop java and jmx submodules now? Not just yet, we need https://github.com/scylladb/scylla-ccm/pull/565 to go in first. Dtests still use the java...
@syuu1228 we will need something like this too: ```diff diff --git a/bin/nodetool b/bin/nodetool new file mode 100755 index 0000000000..968457f0c6 --- /dev/null +++ b/bin/nodetool @@ -0,0 +1,8 @@ +#!/bin/bash + +SCRIPT_PATH=$(dirname...
Hi @syuu1228 I think we should start with a smaller-scope change, dropping just JMX first. I ended up reducing the scope of https://github.com/scylladb/scylla-ccm/pull/565 to prepare for JMX being dropped. Once...