scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
28 stars 52 forks source link

Restart to "scylla-jmx.service" reseting "Uptime" in "nodetool info" : #154

Open yakirgb opened 3 years ago

yakirgb commented 3 years ago

Hi, i'm using Scylla 4.1, looks that restart to scylla-jmx.service reseting Uptime in nodetool info, how to reproduce:

[root@r1 ~]# nodetool info | grep Uptime
Uptime (seconds)       : 7852
[root@r1 ~]# systemctl restart scylla-jmx.service
[root@r1 ~]# nodetool info | grep Uptime
Uptime (seconds)       : 2

Uptime should be base on scylla-server and not scylla-jmx

Thank you, Yakir Gibraltar

slivne commented 3 years ago

we have a metric in scylla for uptime - need to connect jmx to that.