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
./scripts/run.py --api
....
exception was caught for /jolokia/read/java.lang:type=Memory/HeapMemoryUsage/used: No JVM running
exception was caught for /jolokia/read/java.lang:type=MemoryPool,name=*: No JVM running
exception was caught for /jolokia/read/org.apache.cassandra.db:type=StorageService/LiveNodes: No JVM running
The text was updated successfully, but these errors were encountered:
Right now, the only way to check if Cassandra or JVM is available is to call the REST API and fail. @amnonh should we add a REST API to report which API are available?
On Sun, Oct 5, 2014 at 3:23 PM, Tzach Livyatan [email protected]
wrote:
Right now, the only way to check if Cassandra or JVM is available is to
call the REST API and fail. @amnonhhttps://github.com/amnonh should we add a REST API to report
which API are available?
There's a waiting to review patch that allows dynamically register API, so
a call to api-doc would only return the registered API
—
Reply to this email directly or view it on GitHub #65 (comment)
.
Reproduce:
build without Java or Cassandra:
Run
The text was updated successfully, but these errors were encountered: