final CountDownLatch latch=new CountDownLatch(1); | final AtomicReference<CountDownLatch> latchReference=new AtomicReference<>(new CountDownLatch(1)); | new CountDownLatch(1) | new AtomicReference<>(new CountDownLatch(1)) | elasticsearch | f7ebe9d18f03db0719bf23074bd2bf236ce3ad51 | org.elasticsearch.index.engine.InternalEngineTests | | | | - java.util.concurrent.atomic.AtomicReference
| | AssignedTo | True |