[ https://issues.apache.org/jira/browse/GEODE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987086#comment-15987086 ]
ASF subversion and git services commented on GEODE-2632: -------------------------------------------------------- Commit b2493bf066f7743b5a297243ef118cba67fda685 in geode's branch refs/heads/feature/GEM-1299 from [~apa...@the9muses.net] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=b2493bf ] GEODE-2632: fix ParallelQueueRemovalMessageJUnitTest Fakes.cache() mocks GemFireCacheImpl without specifying a "when" for getRegion(String). When that method is final, Mockito can't override it, so it ends up calling getRegion(String, boolean) which is overridden by the test. When it's non-final Mockito overrides it but the test doesn't specify a "when" so the getRegion(String) method becomes a no-op. This change restores final on getRegion(String) and removes @Ignore from the test. > Integrated Security performance improvements > -------------------------------------------- > > Key: GEODE-2632 > URL: https://issues.apache.org/jira/browse/GEODE-2632 > Project: Geode > Issue Type: Improvement > Components: security > Reporter: Jinmei Liao > Assignee: Kirk Lund > Labels: performance > > There is a security check in Put65.cmdExecute() that, if removed, improved > the performance. > The expense of this security call needs to be reduced in order to get the > performance back. -- This message was sent by Atlassian JIRA (v6.3.15#6346)