frankgh commented on code in PR #15:
URL:
https://github.com/apache/cassandra-analytics/pull/15#discussion_r1334733370
##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/CassandraDataLayer.java:
##########
@@ -685,6 +700,7 @@ private void readObject(ObjectInputStream in) throws
IOException, ClassNotFoundE
}
this.rfMap = (Map<String, ReplicationFactor>) in.readObject();
this.initInstanceMap();
+ this.startupValidate();
Review Comment:
initInstanceMap, will instantiate the sidecar client, which is needed to
perform the connection checks
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]