You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Scylla dtest materialized_views_test.py:TestMaterializedViews.mv_populating_from_existing_data_during_node_decommission_test used to decomission of the nodes of the cluster with "nodetool decomission", and later used "nodetool info" on it. It runs a command like "nodetool -h localhost -p 7277 info", because ccm deploys several servers on multiple ports.
We see the following output from from nodetool, which then fails:
Nodetool command '/jenkins/workspace/scylla-3.0/scylla-dtest/label/scylla-dtest/mode/release/smp/2/scylla/resources/cassandra/bin/nodetool -h localhost -p 7277 info' failed; exit status: 1; stdout: ID : 926bfd57-91b3-4f1b-8650-2f6803dbaebe
Gossip active : false
Thrift active : false
Native Transport active: false
Load : 8.03 MB
Generation No : 0
Uptime (seconds) : 272
Heap Memory (MB) : 97.28 / 247.50
Off Heap Memory (MB) : 125.87
Data Center : dc1
Rack : RAC1
Exceptions : 0
Key Cache : entries 0, size 0 bytes, capacity 0 bytes, 0 hits, 0 requests, 0.000 recent hit rate, 0 save period in seconds
Row Cache : entries 133890, size 130.75 KiB, capacity 5.47 GiB, 13769 hits, 13769 requests, 1.000 recent hit rate, 0 save period in seconds
Counter Cache : entries 0, size 0 bytes, capacity 0 bytes, 0 hits, 0 requests, 0.000 recent hit rate, 0 save period in seconds
Percent Repaired : 0.0%
nodetool: Scylla API server HTTP GET to URL '/storage_service/tokens/null' failed: Wrong format for IPv4 address null. Please ensure it's in dotted-decimal format
See 'nodetool help' or 'nodetool help <command>'.
I don't know why some of the information is still available, apparently the decomission did not really kill the node or at least its left its JMX server orphan (?). But what bothers me (the problem which caused nodetool to report a failure) is at the end, where we run some malformed REST API request and fail.
The text was updated successfully, but these errors were encountered:
The Scylla dtest materialized_views_test.py:TestMaterializedViews.mv_populating_from_existing_data_during_node_decommission_test used to decomission of the nodes of the cluster with "nodetool decomission", and later used "nodetool info" on it. It runs a command like "nodetool -h localhost -p 7277 info", because ccm deploys several servers on multiple ports.
We see the following output from from nodetool, which then fails:
I don't know why some of the information is still available, apparently the decomission did not really kill the node or at least its left its JMX server orphan (?). But what bothers me (the problem which caused nodetool to report a failure) is at the end, where we run some malformed REST API request and fail.
The text was updated successfully, but these errors were encountered: