Skip to content

Commit

Permalink
disable uptime for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tarzanek committed Nov 15, 2019
1 parent 4cbb881 commit 6e17cd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/java/org/apache/cassandra/tools/RESTNodeProbe.java
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,9 @@ public int getCurrentGenerationNumber()
@Override
public long getUptime()
{
log(" getUptime()");
return client.getLongValue("/system/uptime_ms");
return super.getUptime();
// log(" getUptime()");
// return client.getLongValue("/system/uptime_ms");
}

@Override
Expand Down

0 comments on commit 6e17cd3

Please sign in to comment.