mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 17:09:18 +00:00
Fix visibility issue in RetryTests
This commit is contained in:
parent
05c42c1989
commit
3f87b0809e
@ -126,9 +126,9 @@ public class RetryTests extends ESTestCase {
|
||||
|
||||
private static class AssertingListener implements ActionListener<BulkResponse> {
|
||||
private final CountDownLatch latch;
|
||||
private int countOnResponseCalled = 0;
|
||||
private Throwable lastFailure;
|
||||
private BulkResponse response;
|
||||
private volatile int countOnResponseCalled = 0;
|
||||
private volatile Throwable lastFailure;
|
||||
private volatile BulkResponse response;
|
||||
|
||||
private AssertingListener() {
|
||||
latch = new CountDownLatch(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user