[ https://issues.apache.org/jira/browse/GEODE-7710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198549#comment-17198549 ]
ASF subversion and git services commented on GEODE-7710: -------------------------------------------------------- Commit a11b9c076a72609ff00802c010b6e32262228776 in geode's branch refs/heads/develop from Bruce Schuchardt [ https://gitbox.apache.org/repos/asf?p=geode.git;h=a11b9c0 ] GEODE-8506: BufferPool returns byte buffers that may be much larger t… (#5525) * GEODE-8506: BufferPool returns byte buffers that may be much larger than requested Create a "slice" of the acquired buffer to return to the caller instead of returning a buffer larger than what was requested. On return we fish out the parent buffer and put it back in the pool. * cache reflection method, remove magic numbers in test and BufferPool The one dunit failure seems to be GEODE-7710 > JMXMBeanReconnectDUnitTest fails intermittently because one locator is > missing the LockServiceMXBean > ---------------------------------------------------------------------------------------------------- > > Key: GEODE-7710 > URL: https://issues.apache.org/jira/browse/GEODE-7710 > Project: Geode > Issue Type: Bug > Components: tests > Affects Versions: 1.13.0 > Reporter: Kirk Lund > Assignee: Kirk Lund > Priority: Major > Labels: flaky > Time Spent: 5h > Remaining Estimate: 0h > > Multiple tests in JMXMBeanReconnectDUnitTest may fail an await due to one of > the locators missing the LockServiceMXBean for the cluster config service. > {noformat} > but could not find: > > <[GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator1]> > {noformat} > These test failures are caused by *GEODE-7739*. -- This message was sent by Atlassian Jira (v8.3.4#803005)