michaelsembwever commented on code in PR #2226:
URL: https://github.com/apache/cassandra/pull/2226#discussion_r1142255735


##########
src/java/org/apache/cassandra/utils/binlog/BinLog.java:
##########
@@ -75,6 +77,12 @@ public class BinLog implements Runnable
     public static final String VERSION = "version";
     public static final String TYPE = "type";
 
+    static
+    {
+        // 
https://github.com/OpenHFT/Chronicle-Core/blob/chronicle-core-2.23.36/src/main/java/net/openhft/chronicle/core/announcer/Announcer.java#L32-L33
+        System.setProperty("chronicle.announcer.disable", "true");

Review Comment:
   pushed update: 
https://github.com/apache/cassandra/pull/2226/commits/60732e4a4f1561371d60b1ce26285531e1fecbb1



##########
.build/cassandra-deps-template.xml:
##########
@@ -211,6 +213,40 @@
       <groupId>net.openhft</groupId>
       <artifactId>chronicle-threads</artifactId>
     </dependency>
+    <dependency>
+      <!-- transitive to chronicle-core -->

Review Comment:
   pushed update: 
https://github.com/apache/cassandra/pull/2226/commits/60732e4a4f1561371d60b1ce26285531e1fecbb1



-- 
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]

Reply via email to