Skip to content

Commit

Permalink
Add some comment clarification from CNDB-11356, the rest is already here
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaterinadimitrova2 committed Nov 7, 2024
1 parent 3554475 commit 60053e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/java/org/apache/cassandra/service/StorageService.java
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ private static int getSchemaDelay()

private final SamplingManager samplingManager = new SamplingManager();

// Newer versions of mockito contain mockito-inline which creates an issue in our test environment. Without this
// change, mocking of static methods is a problem with our DTest framework
@VisibleForTesting // this is used for dtests only, see CASSANDRA-18152
public volatile boolean skipNotificationListeners = false;

Expand Down

0 comments on commit 60053e1

Please sign in to comment.