Skip to content

Commit

Permalink
Make OutboundConnections' metrics public
Browse files Browse the repository at this point in the history
  • Loading branch information
driftx committed Dec 19, 2024
1 parent 315a0e1 commit de0ad33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/net/OutboundConnections.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class OutboundConnections
- Math.max(Math.max(LegacyLZ4Constants.HEADER_LENGTH, FrameEncoderCrc.HEADER_AND_TRAILER_LENGTH), FrameEncoderLZ4.HEADER_AND_TRAILER_LENGTH);

private final SimpleCondition metricsReady = new SimpleCondition();
private volatile InternodeOutboundMetrics metrics;
public volatile InternodeOutboundMetrics metrics;
private final ResourceLimits.Limit reserveCapacity;

private OutboundConnectionSettings template;
Expand Down

0 comments on commit de0ad33

Please sign in to comment.