5 commented on code in PR #198:
URL: https://github.com/apache/cassandra-sidecar/pull/198#discussion_r1984014907
##########
server/src/main/java/org/apache/cassandra/sidecar/server/MainModule.java:
##########
@@ -902,7 +912,8 @@ public IdentifiersProvider identifiersProvider(@NotNull
InstanceMetadataFetcher
@NotNull
protected String initialize()
{
- return fetcher.callOnFirstAvailableInstance(i ->
i.delegate().storageOperations().clusterName());
+ return fetcher.callOnFirstAvailableInstance(instance ->
+ instance.delegate().storageOperations().clusterName());
Review Comment:
Reverted.
--
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]