[GitHub] cassandra pull request #288: In BufferPool, make allocating thread receive a...

2018-10-26 Thread belliottsmith
Github user belliottsmith commented on a diff in the pull request: https://github.com/apache/cassandra/pull/288#discussion_r228448169 --- Diff: src/java/org/apache/cassandra/utils/memory/BufferPool.java --- @@ -237,23 +237,25 @@ void check() /** Return a chunk, the

[GitHub] cassandra pull request #288: In BufferPool, make allocating thread receive a...

2018-10-18 Thread jonmeredith
GitHub user jonmeredith opened a pull request: https://github.com/apache/cassandra/pull/288 In BufferPool, make allocating thread receive a Chunk. Prevents a condition where the thread allocating the macro chunk could have all of the chunks taken from the queue before it is able to