Re: Review Request 56514: GEODE-2455: change test to use AssertJ assertThatThrownBy

2017-02-09 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56514/ --- (Updated Feb. 9, 2017, 7:46 p.m.) Review request for geode, Jinmei Liao, Jared

Re: Review Request 56514: GEODE-2455: change test to use AssertJ assertThatThrownBy

2017-02-09 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56514/#review164996 --- Ship it! Ship It! - Kevin Duling On Feb. 9, 2017, 11:44

Removal of distributed transaction tests

2017-02-09 Thread Kirk Lund
Do we really want our nightly build and precheckin runs to waste time running these tests? DistributedTransactionDUnitTest DistTXDebugDUnitTest DistTXOrderDUnitTest DistTXPersistentDebugDUnitTest DistTXRestrictionsDUnitTest DistTXWithDeltaDUnitTest DistributedTransactionDUnitTest

[jira] [Commented] (GEODE-2456) Distributed Transaction dunit tests are failing during tearDown

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860095#comment-15860095 ] ASF subversion and git services commented on GEODE-2456: Commit

Re: Removal of distributed transaction tests

2017-02-09 Thread Dan Smith
What's wrong with these tests? Are you saying there is coverage elsewhere? -Dan On Thu, Feb 9, 2017 at 12:02 PM, Kirk Lund wrote: > Do we really want our nightly build and precheckin runs to waste time > running these tests? > > DistributedTransactionDUnitTest >

[jira] [Commented] (GEODE-1964) Add docs for native client to native client repo

2017-02-09 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860118#comment-15860118 ] Dave Barnes commented on GEODE-1964: Changed title: "add to develop branch" => "add to native client

[jira] [Resolved] (GEODE-2455) DescribeDiskStoreFunctionJUnitTest will still pass when wrong line throws expected exception

2017-02-09 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-2455. -- Resolution: Fixed Fix Version/s: 1.2.0 > DescribeDiskStoreFunctionJUnitTest will still pass when

Review Request 56516: GEODE-2456: change JUnit4CacheTestCase tearDown to use deleteQuietly

2017-02-09 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56516/ --- Review request for geode, Darrel Schneider, Eric Shu, Jinmei Liao, Jared

[jira] [Commented] (GEODE-2455) DescribeDiskStoreFunctionJUnitTest will still pass when wrong line throws expected exception

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860073#comment-15860073 ] ASF subversion and git services commented on GEODE-2455: Commit

Re: Review Request 56516: GEODE-2456: change JUnit4CacheTestCase tearDown to use deleteQuietly

2017-02-09 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56516/#review165005 --- Ship it! Ship It! - Jared Stewart On Feb. 9, 2017, 8:06

Re: Review Request 56459: GEODE-2247: GFSH connect over HTTP without credentials should fail earlier

2017-02-09 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56459/ --- (Updated Feb. 9, 2017, 12:50 p.m.) Review request for geode, Jinmei Liao,

[jira] [Commented] (GEODE-2247) GFSH connect over HTTP without credentials should fail earlier

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860227#comment-15860227 ] ASF subversion and git services commented on GEODE-2247: Commit

[jira] [Created] (GEODE-2457) Replace org.apache.geode.internal.FileUtil with org.apache.commons.io.FileUtils

2017-02-09 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2457: Summary: Replace org.apache.geode.internal.FileUtil with org.apache.commons.io.FileUtils Key: GEODE-2457 URL: https://issues.apache.org/jira/browse/GEODE-2457 Project: Geode

Re: Review Request 56516: GEODE-2456: change JUnit4CacheTestCase tearDown to use deleteQuietly

2017-02-09 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56516/#review164999 --- Ship it! Ship It! - Kevin Duling On Feb. 9, 2017, 12:06

[jira] [Created] (GEODE-2456) Distributed Transaction dunit tests are failing during tearDown

2017-02-09 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2456: Summary: Distributed Transaction dunit tests are failing during tearDown Key: GEODE-2456 URL: https://issues.apache.org/jira/browse/GEODE-2456 Project: Geode Issue

[jira] [Assigned] (GEODE-2456) Distributed Transaction dunit tests are failing during tearDown

2017-02-09 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-2456: Assignee: Kirk Lund > Distributed Transaction dunit tests are failing during tearDown >

[jira] [Updated] (GEODE-1964) Add docs for native client to native client repo

2017-02-09 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-1964: --- Summary: Add docs for native client to native client repo (was: Add docs for native client to

Review Request 56514: GEODE-2455: change test to use AssertJ assertThatThrownBy

2017-02-09 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56514/ --- Review request for geode, Jinmei Liao, Jared Stewart, and Kevin Duling. Bugs:

Re: geode-native transition

2017-02-09 Thread Anthony Baker
This is complete. Thanks to the INFRA team, both geode-examples and geode-native are setup to integrate with GitHub, Travis CI, and JIRA (this is in progress). If you see anything missing, please let the community know. Anthony > On Feb 9, 2017, at 10:05 AM, Anthony Baker

[VOTE] RC2: Apache Geode release - v1.1.0

2017-02-09 Thread Hitesh Khamesra
All, This is the second release candidate of the first release for Apache Geode, version 1.1.0. Thanks to all the community members. It fixes the following issues:    https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318420=12338352 *** Please download, test and vote by

[jira] [Created] (GEODE-2454) UniversalMembershipListenerAdapterDUnitTest test fails on jenkins

2017-02-09 Thread Hitesh Khamesra (JIRA)
Hitesh Khamesra created GEODE-2454: -- Summary: UniversalMembershipListenerAdapterDUnitTest test fails on jenkins Key: GEODE-2454 URL: https://issues.apache.org/jira/browse/GEODE-2454 Project: Geode

Jenkins build is back to normal : Geode-release #48

2017-02-09 Thread Apache Jenkins Server
See

[jira] [Closed] (GEODE-2101) Improve WAN topology terminology in docs

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2101. -- > Improve WAN topology terminology in docs > > >

[jira] [Closed] (GEODE-2109) calling submit on ExecutionService can cause exceptions to be lost

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2109. -- > calling submit on ExecutionService can cause exceptions to be lost >

Review Request 56519: GEODE-2458: await expected JMX notifications in verifyMemberNotifications

2017-02-09 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56519/ --- Review request for geode, Jinmei Liao, Jared Stewart, and Kevin Duling. Bugs:

[jira] [Closed] (GEODE-2059) client SSL handshake attempts do not time out

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2059. -- > client SSL handshake attempts do not time out > - > >

[jira] [Closed] (GEODE-2050) Update documentation of statistics

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2050. -- > Update documentation of statistics > -- > > Key:

Fixing AcceptorImplDUnitTest

2017-02-09 Thread Kirk Lund
I'm committing a fix for AcceptorImplDUnitTest. Looks like a recent commit missed the upgrade to Awaitility 2.0. Easy fix.

[jira] [Commented] (GEODE-2458) RegionManagementDUnitTest fails with AssertionError in verifyMemberNotifications

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860440#comment-15860440 ] ASF subversion and git services commented on GEODE-2458: Commit

[jira] [Commented] (GEODE-2456) Distributed Transaction dunit tests are failing during tearDown

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860439#comment-15860439 ] ASF subversion and git services commented on GEODE-2456: Commit

[jira] [Commented] (GEODE-2324) If AcceptorImpl is interrupted during shutdown, it does not clean up properly.

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860438#comment-15860438 ] ASF subversion and git services commented on GEODE-2324: Commit

[GitHub] geode pull request #349: [GEODE-2324] fixes to AcceptorImpl.close()

2017-02-09 Thread galen-pivotal
Github user galen-pivotal closed the pull request at: https://github.com/apache/geode/pull/349 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (GEODE-2324) If AcceptorImpl is interrupted during shutdown, it does not clean up properly.

2017-02-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860455#comment-15860455 ] ASF GitHub Bot commented on GEODE-2324: --- Github user galen-pivotal commented on the issue:

[jira] [Commented] (GEODE-2324) If AcceptorImpl is interrupted during shutdown, it does not clean up properly.

2017-02-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860456#comment-15860456 ] ASF GitHub Bot commented on GEODE-2324: --- Github user galen-pivotal closed the pull request at:

Re: Review Request 56520: Update dependency versions

2017-02-09 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56520/#review165029 --- Ship it! Looks good - but I wonder if these are really all

[jira] [Closed] (GEODE-2012) Rolled statistics archive file is corrupted by missing resource type

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2012. -- > Rolled statistics archive file is corrupted by missing resource type >

[GitHub] geode issue #349: [GEODE-2324] fixes to AcceptorImpl.close()

2017-02-09 Thread galen-pivotal
Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/349 merged in cd2291102744f4bb1b8bb5170e7388b31295ef6f --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[jira] [Closed] (GEODE-2013) StatArchiveReader throws NullPointerException due to missing ResourceType

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2013. -- > StatArchiveReader throws NullPointerException due to missing ResourceType >

[GitHub] geode issue #359: [GEODE-2295] Add constructors for `LocatorCancelException`...

2017-02-09 Thread galen-pivotal
Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/359 Merged in a61c55b9b0d4fffc70a1502f06cbca59098c9418 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] geode pull request #359: [GEODE-2295] Add constructors for `LocatorCancelExc...

2017-02-09 Thread galen-pivotal
Github user galen-pivotal closed the pull request at: https://github.com/apache/geode/pull/359 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Resolved] (GEODE-2295) LocatorCancelException ignores string passed in constructor

2017-02-09 Thread Galen O'Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Galen O'Sullivan resolved GEODE-2295. - Resolution: Fixed Fix Version/s: 1.1.0 > LocatorCancelException ignores string

[jira] [Commented] (GEODE-2295) LocatorCancelException ignores string passed in constructor

2017-02-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860468#comment-15860468 ] ASF GitHub Bot commented on GEODE-2295: --- Github user galen-pivotal closed the pull request at:

[jira] [Closed] (GEODE-2127) old client support service is not set up to handle arrays

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2127. -- > old client support service is not set up to handle arrays >

[jira] [Closed] (GEODE-2123) Replace static members in ParallelgatewaySenderQueues with instance variables

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2123. -- > Replace static members in ParallelgatewaySenderQueues with instance variables >

[jira] [Closed] (GEODE-2124) Queries that invoke StructSet addAll fail with ClassCastException

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2124. -- > Queries that invoke StructSet addAll fail with ClassCastException >

[jira] [Closed] (GEODE-2095) CI Failure: PersistentColocatedPartitionedRegionDUnitTest.testHierarchyOfColocatedChildPRsMissingGrandchild

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2095. -- > CI Failure: >

[jira] [Closed] (GEODE-2092) Security examples should not be in product package

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2092. -- > Security examples should not be in product package >

[jira] [Closed] (GEODE-2068) Improve documentation on serial/parallel gateway senders

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2068. -- > Improve documentation on serial/parallel gateway senders >

Re: WaitUntilParallelGatewaySenderFlushedCoordinatorJUnitTest

2017-02-09 Thread Dan Smith
I think Gester already fixed this one: commit 857cd292e8e5d52e5b7a367682e445552a3de25b Author: zhouxh Date: Wed Feb 8 23:02:51 2017 -0800 GEODE-2400: The WaitUntilParallelGatewaySenderFlushedCoordinatorJUnitTest should return false for local callable in negative case

[jira] [Closed] (GEODE-2062) Adding new PDX , order by and Index Query tests to the open side

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2062. -- > Adding new PDX , order by and Index Query tests to the open side >

[jira] [Closed] (GEODE-2037) Fix links to point to correct location of documentation

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2037. -- > Fix links to point to correct location of documentation >

[jira] [Closed] (GEODE-2040) Add Tomcat 8.0 and 8.5 for HTTP Sess Mgmt module

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2040. -- > Add Tomcat 8.0 and 8.5 for HTTP Sess Mgmt module >

[jira] [Closed] (GEODE-2000) ClientMemberShipListener at client should return hostname on which cacheserver is listening(i.e. server-bind-address)

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2000. -- > ClientMemberShipListener at client should return hostname on which > cacheserver is

[jira] [Closed] (GEODE-1993) value returned through /region/key rest service needs to be post processed

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1993. -- > value returned through /region/key rest service needs to be post processed >

Re: Review Request 56520: Update dependency versions

2017-02-09 Thread Hitesh Khamesra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56520/#review165033 --- Ship it! Ship It! - Hitesh Khamesra On Feb. 10, 2017, 12:07

Re: Review Request 56516: GEODE-2456: change JUnit4CacheTestCase tearDown to use deleteQuietly

2017-02-09 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56516/#review165040 --- Ship it! Ship It! - Jinmei Liao On Feb. 9, 2017, 8:06 p.m.,

Re: Review Request 56522: GEODE-2198: do not import cluster config if any region exists to prevent different servers having conflicing region definitions at one point of time.

2017-02-09 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56522/#review165046 --- Ship it! Ship It! - Kirk Lund On Feb. 10, 2017, 12:57 a.m.,

Re: Removal of distributed transaction tests

2017-02-09 Thread Kirk Lund
My reasoning is simple: Apache Geode does not currently have a distributed transactions feature. On Thu, Feb 9, 2017 at 12:03 PM, Dan Smith wrote: > What's wrong with these tests? Are you saying there is coverage elsewhere? > > -Dan > > On Thu, Feb 9, 2017 at 12:02 PM, Kirk

[jira] [Closed] (GEODE-2134) Doc update of schema location

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2134. -- > Doc update of schema location > -- > > Key:

[jira] [Commented] (GEODE-2295) LocatorCancelException ignores string passed in constructor

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860335#comment-15860335 ] ASF subversion and git services commented on GEODE-2295: Commit

[jira] [Closed] (GEODE-2133) An exception in a receiving site can cause the sender site's AckReaderThread to stop

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2133. -- > An exception in a receiving site can cause the sender site's AckReaderThread > to stop >

[jira] [Closed] (GEODE-2129) Need to generate pdx type id random(or avoid sequential)

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2129. -- > Need to generate pdx type id random(or avoid sequential) >

Re: WaitUntilParallelGatewaySenderFlushedCoordinatorJUnitTest

2017-02-09 Thread Xiaojian Zhou
I have checked in the fix last night. On Thu, Feb 9, 2017 at 2:59 PM, Dan Smith wrote: > I think Gester already fixed this one: > > commit 857cd292e8e5d52e5b7a367682e445552a3de25b > Author: zhouxh > Date: Wed Feb 8 23:02:51 2017 -0800 > > GEODE-2400:

[jira] [Updated] (GEODE-2458) RegionManagementDUnitTest fails with AssertionError in verifyMemberNotifications

2017-02-09 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2458: - Summary: RegionManagementDUnitTest fails with AssertionError in verifyMemberNotifications (was:

Re: Review Request 56519: GEODE-2458: await expected JMX notifications in verifyMemberNotifications

2017-02-09 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56519/ --- (Updated Feb. 9, 2017, 11:02 p.m.) Review request for geode, Jinmei Liao,

[jira] [Closed] (GEODE-2044) Add tc Server 3.2 for HTTP Sess Mgmt module

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2044. -- > Add tc Server 3.2 for HTTP Sess Mgmt module > --- > >

Re: Review Request 56516: GEODE-2456: change JUnit4CacheTestCase tearDown to use deleteQuietly

2017-02-09 Thread Eric Shu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56516/#review165026 --- Ship it! Ship It! - Eric Shu On Feb. 9, 2017, 8:06 p.m.,

Re: Nightly geode failure due to DNS

2017-02-09 Thread Dan Smith
This is a really weird test, using a bunch of arrays pass things around. In this case it looks like the DistributedMember objects were equal, but it fails when because it's essentially validating the toStrings of the member ids. I think maybe we should just remove the validation of the toString

[jira] [Resolved] (GEODE-2429) NPE in JtaAfterCompletionMessage.operateOnTx()

2017-02-09 Thread Eric Shu (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Shu resolved GEODE-2429. - Resolution: Fixed > NPE in JtaAfterCompletionMessage.operateOnTx() >

[jira] [Updated] (GEODE-2429) NPE in JtaAfterCompletionMessage.operateOnTx()

2017-02-09 Thread Eric Shu (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Shu updated GEODE-2429: Fix Version/s: 1.2.0 > NPE in JtaAfterCompletionMessage.operateOnTx() >

Re: Removal of distributed transaction tests

2017-02-09 Thread Swapnil Bawaskar
Implementation for distributed transactions was started but has not been completed yet. The tests may only be testing what has been implemented so far, so I would vote not to remove these tests. On Thu, Feb 9, 2017 at 1:57 PM Kirk Lund wrote: > My reasoning is simple: Apache

[jira] [Closed] (GEODE-2100) Add new version of query client server messages

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2100. -- > Add new version of query client server messages > ---

[jira] [Closed] (GEODE-2104) GFSH parsing of options following --J options are interpreted as part of the --J value

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2104. -- > GFSH parsing of options following --J options are interpreted as part of the > --J value >

[jira] [Closed] (GEODE-2098) gfsh history should be stored in ~/.geode

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2098. -- > gfsh history should be stored in ~/.geode > - > >

Re: Review Request 56520: Update dependency versions

2017-02-09 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56520/#review165028 --- Ship it! Ship It! - Kevin Duling On Feb. 9, 2017, 4:07

[jira] [Closed] (GEODE-2031) Host documentation for releases

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2031. -- > Host documentation for releases > --- > > Key:

[jira] [Closed] (GEODE-1532) Pulse is vulnerable to clickjacking

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1532. -- > Pulse is vulnerable to clickjacking > --- > >

Re: Review Request 56519: GEODE-2458: await expected JMX notifications in verifyMemberNotifications

2017-02-09 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56519/#review165042 --- Ship it! Ship It! - Jinmei Liao On Feb. 9, 2017, 11:02

[jira] [Closed] (GEODE-2114) Add user and password to gfsh connect docs

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2114. -- > Add user and password to gfsh connect docs > -- > >

[jira] [Closed] (GEODE-2119) gfsh user and password visible in clear text

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2119. -- > gfsh user and password visible in clear text > > >

[jira] [Closed] (GEODE-2075) --disable-default-server does not prevent "Geode Server" from attempting the default CacheServer port (40404)

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2075. -- > --disable-default-server does not prevent "Geode Server" from attempting the > default

[jira] [Closed] (GEODE-2070) Improve documentation of region management

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2070. -- > Improve documentation of region management > -- > >

Re: Review Request 56519: GEODE-2458: await expected JMX notifications in verifyMemberNotifications

2017-02-09 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56519/#review165025 --- Ship it! Ship It! - Kevin Duling On Feb. 9, 2017, 3:02

[jira] [Closed] (GEODE-2045) Improve documentation of region shortcuts

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2045. -- > Improve documentation of region shortcuts > - > >

[jira] [Closed] (GEODE-2047) Document change to enable-network-partition-detection

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2047. -- > Document change to enable-network-partition-detection >

[jira] [Closed] (GEODE-2043) severe Internal product error log message possible when async disk configured on persistent region

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2043. -- > severe Internal product error log message possible when async disk configured > on persistent

Nightly geode failure due to DNS

2017-02-09 Thread Kirk Lund
Any opinions on this failure? I'm not sure if we should change the test, change our use of host name lookup or blacklist asf91 from our nightly build. org.apache.geode.management.UniversalMembershipListenerAdapterDUnitTest.testSystemClientEventsInServer org.junit.ComparisonFailure:

[jira] [Commented] (GEODE-2295) LocatorCancelException ignores string passed in constructor

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860336#comment-15860336 ] ASF subversion and git services commented on GEODE-2295: Commit

[jira] [Closed] (GEODE-2135) Doc update of schema location

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2135. -- > Doc update of schema location > -- > > Key:

[jira] [Closed] (GEODE-2110) Add user and password to gfsh start server docs

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2110. -- > Add user and password to gfsh start server docs > ---

[jira] [Closed] (GEODE-2082) CI Failure: DiskSpaceLimitIntegrationTest.sameKeepsOneFile fails intermittently

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2082. -- > CI Failure: DiskSpaceLimitIntegrationTest.sameKeepsOneFile fails > intermittently >

[jira] [Closed] (GEODE-2080) Rest POST put call not working with region valueConstraint

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2080. -- > Rest POST put call not working with region valueConstraint >

[jira] [Closed] (GEODE-2060) Update docs for security-related properties

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2060. -- > Update docs for security-related properties > --- > >

[jira] [Closed] (GEODE-2061) Remove PdxInstanceInputStream

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2061. -- > Remove PdxInstanceInputStream > - > > Key: GEODE-2061

[jira] [Commented] (GEODE-2458) RegionManagementDUnitTest fails with AssertionError in verifyMemberNotifications

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860361#comment-15860361 ] ASF subversion and git services commented on GEODE-2458: Commit

[jira] [Commented] (GEODE-2324) If AcceptorImpl is interrupted during shutdown, it does not clean up properly.

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860390#comment-15860390 ] ASF subversion and git services commented on GEODE-2324: Commit

[jira] [Commented] (GEODE-2324) If AcceptorImpl is interrupted during shutdown, it does not clean up properly.

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860387#comment-15860387 ] ASF subversion and git services commented on GEODE-2324: Commit

[jira] [Commented] (GEODE-2324) If AcceptorImpl is interrupted during shutdown, it does not clean up properly.

2017-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860389#comment-15860389 ] ASF subversion and git services commented on GEODE-2324: Commit

BaseLineAndCompareQueryPerfJUnitTest failure

2017-02-09 Thread Kirk Lund
I just had a precheckin fail in BaseLineAndCompareQueryPerfJUnitTest. I'm not sure a junit test is really a good place for perf testing like this. Between JVM optimizing at runtime and possibility for machine CPU pollution, I'm surprised we haven't seen this fail before. Just wanted to mention

[jira] [Closed] (GEODE-2024) Deadlock creating a new distributed lock service Grantor while transactions are in progress

2017-02-09 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2024. -- > Deadlock creating a new distributed lock service Grantor while transactions > are in progress >

  1   2   >