dineshjoshi commented on a change in pull request #388: CASSANDRA-15429: Support NodeTool in
dtest
URL: https://github.com/apache/cassandra/pull/388#discussion_r357303075
##########
File path: src/java/org/apache/cassandra/tools/NodeProbe.java
##########
@@ -313,7 +313,7 @@ public void repairAsync(final PrintStream out, final String keyspace,
Map<String
RepairRunner runner = new RepairRunner(out, ssProxy, keyspace, options);
try
{
- jmxc.addConnectionNotificationListener(runner, null, null);
+ if (jmxc != null) jmxc.addConnectionNotificationListener(runner, null, null);
Review comment:
Nit: the body should appear on the next line.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org
|