frankgh commented on code in PR #181:
URL: https://github.com/apache/cassandra-sidecar/pull/181#discussion_r1938340607
##########
integration-framework/src/main/java/org/apache/cassandra/sidecar/testing/SharedClusterIntegrationTestBase.java:
##########
@@ -736,8 +734,11 @@ static InstanceMetadata buildInstanceMetadata(Vertx vertx,
.id(config.num())
.host(hostName)
.port(port)
-
.dataDirs(Arrays.asList(dataDirectories))
- .storageDir(storageDir)
+ .dataDirs(List.of(dataDirectories))
+
.cdcDir(config.getString("cdc_raw_directory"))
Review Comment:
this is to address a spotbugs issue that was missed in `CASSSIDECAR-179` and
is causing the [build to
fail](https://ci-cassandra.apache.org/job/cassandra%7Esidecar/)
--
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]