Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
nodetool stopdaemon works, but it prints a java.net.ConnectException: Connection refused error message in NodeProbe.close() - which is expected.
Attached patch prevents that error message (i.e. it expects close() to fail for stopdaemon).
Additionally, on trunk a call to DD.clientInit() has been added, because JVMStabilityInspector.inspectThrowable implicitly requires this.