Israel Fruchter
Israel Fruchter
We had few reports across the broad that nodetool commands are getting stuck. a suggestion was raise by @elcallio to try catch and collect enough information when those things happen:...
Relocatable package has `build_mode='reloc'` hardcoded, we should fix it to support the real types (dev/debug/release), once we'll have those types of packages
Right now doing ``` ccm create scylla-reloc-1 -n 1 --scylla --version unstable/master:390 ``` and then ``` ccm create scylla-reloc-1 -n 1 --scylla --version unstable/master:390 --scylla-core-package-uri=../scylla-next/build/release/scylla-package.tar.gz ``` Second command won't have...
Right now the README file is totally out of date
## Issue description - [ ] This issue is a regression. - [x] It is unknown if this issue is a regression. During the end of the stress command one...
## Issue description - [ ] This issue is a regression. - [x] It is unknown if this issue is a regression. at the end of c-s we are seeing...
there are cases we want to use CCM with non-released versions, like: ``` unstable/master:latest 13812adsaf # version crafted from a local unified package, and uses scylla sha, this is how...
3 test are failing consistently on the java-driver-matrix runs * com.datastax.driver.core.SessionLeakTest.connectionLeakTest * com.datastax.driver.core.PoolingOptionsIntegrationTest.should_be_able_to_use_custom_initialization_executor * com.datastax.driver.core.ClusterStressTest.clusters_should_not_leak_connections https://jenkins.scylladb.com/job/scylla-master/job/driver-tests/job/java-driver-matrix-test/993
``` should_send_down_notifications_after_init_when_contact_points_are_down(com.datastax.driver.core.LoadBalancingPolicyBootstrapTest) Time elapsed: 5.497 sec
since ccm change the default smp for scylla to be 2, there are extra connections open to a single node and test fails like that: ``` expected [2] but found...