Israel Fruchter
Israel Fruchter
PR switch to the new node tool: - https://github.com/scylladb/scylla-cluster-tests/pull/8803
> > > I thought we already removed jmx from the offline installer, as part of #18487. > > > > @denesb that PR only disabled the installation of it,...
> > The required nr_event (1) exceeds the limit of request capacity in /proc/sys/fs/aio-max-nr (65536) > > This message makes sense. The current limit is `65536`, yet nodetool fails to...
> seastar bug which causes this failing check: [scylladb/seastar#2453](https://github.com/scylladb/seastar/issues/2453). @denesb this didn't solved the issue, see this run: https://jenkins.scylladb.com/job/scylla-staging/job/fruch/job/artifacts-ubuntu2404-test/16/ it's running scylla `6.3.0~dev-0.20241004.882a3c60e4a5` but still failing to run nodetool: ```...
running it again with seastar tracing: - [x] 🔴 https://jenkins.scylladb.com/job/scylla-staging/job/fruch/job/artifacts-ubuntu2404-test/17/ [argus](https://argus.scylladb.com/test/ca80b296-cfee-43a9-a441-8831e28271a2/runs?additionalRuns[]=20c61cfb-89c4-4eeb-bba0-ad1b49ebdf54)
@denesb `/home/scylla-test/scylladb/bin/nodetool --logger-log-level seastar=trace status` doesn't seem to work... I have no idea how to pass this into the tool. I would suggest someone would run the staging job mentioned...
the test model is: ``` class TestModel(Model): test_id = columns.Integer(primary_key=True) attempt_id = columns.Integer(primary_key=True) description = columns.Text() expected_result = columns.Integer() test_result = columns.Integer() ``` the schema: ``` CREATE TABLE cqlengine_test.test_model (...
@nyh can you give me a hand understanding this one ? is that a scylla limitation ? is there a way around it ? is this limitation documented anywhere ?
@roydahan can you set triage for all devs here ? so we can label and assign issues ?
test seems to be failing in CI, when working locally... I have zero clue, as for why...