Github user jonmeredith commented on a diff in the pull request:

    https://github.com/apache/cassandra/pull/279#discussion_r225639620
  
    --- Diff: 
test/burn/org/apache/cassandra/utils/memory/LongBufferPoolTest.java ---
    @@ -88,37 +110,51 @@ public void testAllocate(int threadCount, long 
duration, int poolSize) throws In
             final CountDownLatch latch = new CountDownLatch(threadCount);
             final SPSCQueue<BufferCheck>[] sharedRecycle = new 
SPSCQueue[threadCount];
             final AtomicBoolean[] makingProgress = new 
AtomicBoolean[threadCount];
    +        AtomicBoolean burnFreed = new AtomicBoolean(false);
    --- End diff --
    
    thx, fixed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to