[
https://issues.apache.org/jira/browse/GEODE-6733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844976#comment-16844976
]
ASF subversion and git services commented on GEODE-6733:
--------------------------------------------------------
Commit 3ec8459e9254b7b5a553965c40b75668f9e8b673 in geode's branch
refs/heads/develop from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3ec8459 ]
GEODE-6733 Remove mutable static
org.apache.geode.internal.net.Buffers.buffersQueue
Converted static Buffers class to be a non-static buffer pool.
> Remove mutable static org.apache.geode.internal.net.Buffers.buffersQueue
> ------------------------------------------------------------------------
>
> Key: GEODE-6733
> URL: https://issues.apache.org/jira/browse/GEODE-6733
> Project: Geode
> Issue Type: Sub-task
> Components: core
> Reporter: Robert Houghton
> Assignee: Bruce Schuchardt
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Changes to Geode have caused unit test ordering to shift in such a way that
> NioPlainEngineTest:ensureWrappedCapacity fails because the static
> Buffers.buffersQueue object is not empty at test time.
> Solution:
> Refactor the Buffers class to be non-static, and owned by its consumers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)