Open bhalevy opened 4 years ago
As I wrote on https://github.com/scylladb/scylla-ccm/issues/223#issuecomment-624079777 I saw this today:
Using config file: /jenkins/workspace/scylla-master/byo/dtest-byo/scylla/.dtest/dtest-3ngmni08/test/node1/conf/scylla.yaml
library initialization failed - unable to allocate file descriptor table - out of memory
@bhalevy The "unable to allocate file descriptor table" is an artifact of the node running out of memory. You ran the test on thor
so it's unfortunately pretty common scenario...
See https://github.com/scylladb/scylla-ccm/issues/223#issuecomment-595040717
Still seeing this, e.g. https://jenkins.scylladb.com/view/master/job/scylla-master/job/next/1678/testReport/junit/bootstrap_test/TestBootstrap/start_stop_test/ Scylla version 359b32fb63e2c5f88ff855e535b647984e2fe623
https://jenkins.scylladb.com/view/master/job/scylla-master/job/next/1678/artifact/logs-release.2/dtest.log indicates that 2 processes were killed. Since the test starts only 1 node these should be
scylla
andscylla-jmx
So it seems like the scylla-jmx process is up but unresponsive.