File tree 2 files changed +3
-2
lines changed
plugins/arrow-flight-rpc/src/test/java/org/opensearch/arrow/flight/bootstrap
server/src/main/java/org/opensearch/common/util
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ public void testLifecycleStateTransitions() throws Exception {
148
148
@ Override
149
149
public void tearDown () throws Exception {
150
150
super .tearDown ();
151
+ ffLock .close ();
151
152
}
152
153
153
154
private DiscoveryNode createNode (int port ) throws Exception {
Original file line number Diff line number Diff line change 28
28
*/
29
29
public class FeatureFlags {
30
30
// Prefixes public for testing
31
- public static final String OS_EXPERIMENTAL_PREFIX = "opensearch.experimental." ;
32
- public static final String FEATURE_FLAG_PREFIX = OS_EXPERIMENTAL_PREFIX + "feature." ;
31
+ private static final String OS_EXPERIMENTAL_PREFIX = "opensearch.experimental." ;
32
+ static final String FEATURE_FLAG_PREFIX = OS_EXPERIMENTAL_PREFIX + "feature." ;
33
33
34
34
/**
35
35
* Gates the visibility of the remote store to docrep migration.
You can’t perform that action at this time.
0 commit comments