Merge branch 'cassandra-3.X' into trunk

This commit is contained in:
Jason Brown 2016-12-12 16:45:35 -08:00
commit e8b8a90336
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class HintsBufferPoolTest
});
blocked.start();
Util.spinAssertEquals(State.WAITING, () -> blocked.getState(), 1);
Util.spinAssertEquals(true, () -> blockedOnBackpressure, 60);
while (blocked.isAlive())
if (!returnedBuffers.isEmpty())