Re: Propose a new implementation for collections in Geode transaction (GEODE-2392)

2017-02-10 Thread Michael Stolz
-1 I would recommend against breaking repeatable read semantics for specific cases. If we're going to do something about the memory pressure, great, but not at the cost of functionality guarantees. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Feb 9, 2017 10:

[jira] [Commented] (GEODE-2441) Remove PDXAutoSerializer

2017-02-10 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860957#comment-15860957 ] Avinash Dongre commented on GEODE-2441: --- Just want to understand why we are removing

Broken: apache/geode#2022 (develop - f7a8ae6)

2017-02-10 Thread Travis CI
Build Update for apache/geode - Build: #2022 Status: Broken Duration: 5 minutes and 3 seconds Commit: f7a8ae6 (develop) Author: Kirk Lund Message: GEODE-2455: use spotlessApply to fix format View the changeset: https://github.com/apache/geode/compare/a61c55b9

Broken: apache/geode#2021 (develop - a61c55b)

2017-02-10 Thread Travis CI
Build Update for apache/geode - Build: #2021 Status: Broken Duration: 5 minutes and 22 seconds Commit: a61c55b (develop) Author: Galen O'Sullivan Message: [GEODE-2295] Add super() to empty constructor, remove final to be consistent. View the changeset: https

Broken: apache/geode#2020 (develop - cd22911)

2017-02-10 Thread Travis CI
Build Update for apache/geode - Build: #2020 Status: Broken Duration: 5 minutes and 4 seconds Commit: cd22911 (develop) Author: Galen O'Sullivan Message: [GEODE-2324] Update isShutdownProperly method. View the changeset: https://github.com/apache/geode/compar

Broken: apache/geode#2019 (develop - 30341ec)

2017-02-10 Thread Travis CI
Build Update for apache/geode - Build: #2019 Status: Broken Duration: 18 minutes and 22 seconds Commit: 30341ec (develop) Author: Kevin J. Duling Message: GEODE-2247: GFSH connect over HTTP without credentials should fail earlier View the changeset: https://

Passed: apache/geode#2018 (rel/v1.1.0.RC2 - 2286fd0)

2017-02-10 Thread Travis CI
Build Update for apache/geode - Build: #2018 Status: Passed Duration: 8 minutes and 9 seconds Commit: 2286fd0 (rel/v1.1.0.RC2) Author: Jared Stewart Message: GEODE-2430: Fix failing tests * this closes #395 (cherry picked from commit 147eb7c) View the change

Broken: apache/geode#2017 (develop - 253a490)

2017-02-10 Thread Travis CI
Build Update for apache/geode - Build: #2017 Status: Broken Duration: 7 minutes and 24 seconds Commit: 253a490 (develop) Author: Kirk Lund Message: GEODE-2455: change test to use AssertJ assertThatThrownBy View the changeset: https://github.com/apache/geode/c

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

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

Build failed in Jenkins: Geode-nightly #744

2017-02-10 Thread Apache Jenkins Server
See Changes: [gzhou] GEODE-2400: The [jiliao] Refactor test rules [klund] GEODE-2455: change test to use AssertJ assertThatThrownBy [kduling] GEODE-2247: GFSH connect over HTTP without credentials should fail [bschuchardt] [GEODE-2324]

[GitHub] geode-native pull request #2: GEODE-2423: Remove unused keystore files and r...

2017-02-10 Thread mmartell
GitHub user mmartell opened a pull request: https://github.com/apache/geode-native/pull/2 GEODE-2423: Remove unused keystore files and rename to geode.keystore The keystore files are used by the security related integration tests. You can merge this pull request into a Git repositor

[jira] [Commented] (GEODE-2423) Remove unused keystore files

2017-02-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861466#comment-15861466 ] ASF GitHub Bot commented on GEODE-2423: --- GitHub user mmartell opened a pull request:

Re: Propose a new implementation for collections in Geode transaction (GEODE-2392)

2017-02-10 Thread Anthony Baker
I tend to agree with Mike. Removing collection reads from the txn state changes the programming model and makes it harder to write a Geode application. We’re leaking internal details into the public behavior. Is there another way to provide this optimization to the user? Perhaps something li

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-10 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56522/#review165136 --- Ship it! Ship It! - Ken Howe On Feb. 10, 2017, 12:57 a.m., J

Geode nightly build failures

2017-02-10 Thread Kirk Lund
Nightly build hasn't passed in a looonnngg time... https://builds.apache.org/job/Geode-nightly/744/testReport/ These two tests continue to fail in the geode nightly build: org.apache.geode.management.JMXMBeanDUnitTest.testJMXOverNonSSL org.apache.geode.management.UniversalMembershipListenerAdapt

[jira] [Commented] (GEODE-2433) Backwards compatibility tests are not actually running

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

Re: BaseLineAndCompareQueryPerfJUnitTest failure

2017-02-10 Thread Dan Smith
We do have support for running micro benchmarks with jmh - see the geode-benchmarks project. But we don't have anything to watch and fail the build if the performance gets worse. That may be kinda hard to do since we're running on shared infrastructure. -Dan On Thu, Feb 9, 2017 at 6:13 PM, Anilku

[jira] [Commented] (GEODE-2198) import cluster-config should continue if the running servers have no data in their application regions

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

[jira] [Assigned] (GEODE-2459) When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-2459: -- Assignee: Jason Huynh > When node fails while renaming, new primary node resumes and may delete

[jira] [Updated] (GEODE-2459) When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh updated GEODE-2459: --- Affects Version/s: 1.0.0-incubating > When node fails while renaming, new primary node resumes and may

[jira] [Created] (GEODE-2459) When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-2459: -- Summary: When node fails while renaming, new primary node resumes and may delete chunks Key: GEODE-2459 URL: https://issues.apache.org/jira/browse/GEODE-2459 Project: Geo

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-10 Thread dgkimura
GitHub user dgkimura opened a pull request: https://github.com/apache/geode-native/pull/3 Replace ace calls to standard functions Rather than call ACE library functions, lets try using standard functions, like `std::snprintf` which was introduced in C++11. You can merge this pull r

Re: Propose a new implementation for collections in Geode transaction (GEODE-2392)

2017-02-10 Thread Eric Shu
Please note even in our current transaction implementation, repeatable read is not supported on collection operation in transaction with Partitioned Region. Currently, only the local entry set (resides in the local node) of a PR is copied into the txState, while data on the remote nodes are not. An

Re: Propose a new implementation for collections in Geode transaction (GEODE-2392)

2017-02-10 Thread Eric Shu
Hi Dan, Currently query results do not reflect transaction state at all. The new proposal won't change that. On Fri, Feb 10, 2017 at 10:47 AM, Eric Shu wrote: > Please note even in our current transaction implementation, repeatable > read is not supported on collection operation in transaction

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

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2454: - Component/s: tests > UniversalMembershipListenerAdapterDUnitTest test fails on jenkins > -

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

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-2454: Assignee: Kirk Lund > UniversalMembershipListenerAdapterDUnitTest test fails on jenkins > -

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

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861718#comment-15861718 ] Kirk Lund commented on GEODE-2454: -- This test is failing because the assertion is incorre

Re: Geode nightly build failures

2017-02-10 Thread Kirk Lund
UniversalMembershipListenerAdapterDUnitTest is failing because the assertion is incorrect. It asserts that the MembershipEvent.getMemberId() is equal to DistributedMember.toString(). It should instead assert that MembershipEvent.getMemberId() is equal to DistributedMember.getId(). I'll be committi

Review Request 56556: GEODE-2454: use DistributedMember.getId() for memberId assertions

2017-02-10 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56556/ --- Review request for geode, Bruce Schuchardt, Hitesh Khamesra, Jinmei Liao, Jared

Re: Geode nightly build failures

2017-02-10 Thread Bruce Schuchardt
Kirk, I think it already has those assertions, but I think you're correct to delete the toString() based checks. Le 2/10/2017 à 11:25 AM, Kirk Lund a écrit : UniversalMembershipListenerAdapterDUnitTest is failing because the assertion is incorrect. It asserts that the MembershipEvent.getMemberI

Review Request 56557: GEODE-2459 When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56557/ --- Review request for geode, Lynn Hughes-Godfrey, nabarun nag, Dan Smith, and xiaoj

Re: Review Request 56520: Update dependency versions

2017-02-10 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56520/#review165153 --- It looks like org.apache.geode.internal.cache.tier.sockets.comman

Re: Review Request 56556: GEODE-2454: use DistributedMember.getId() for memberId assertions

2017-02-10 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56556/#review165154 --- Ship it! Ship It! - Bruce Schuchardt On Feb. 10, 2017, 7:30

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-10 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56522/#review165155 --- Ship it! Ship It! - Jared Stewart On Feb. 10, 2017, 12:57 a.

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

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

Re: Review Request 56557: GEODE-2459 When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56557/#review165157 --- Ship it! Looks good - but is there still an issue if the destin

Re: Review Request 56556: GEODE-2454: use DistributedMember.getId() for memberId assertions

2017-02-10 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56556/#review165158 --- Ship it! Ship It! - Kevin Duling On Feb. 10, 2017, 11:30 a.m

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

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-2454. -- Resolution: Fixed Fix Version/s: 1.2.0 > UniversalMembershipListenerAdapterDUnitTest test fails o

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

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-2454. -- Resolution: Fixed > UniversalMembershipListenerAdapterDUnitTest test fails on jenkins >

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

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reopened GEODE-2454: -- > UniversalMembershipListenerAdapterDUnitTest test fails on jenkins > --

Re: Review Request 56557: GEODE-2459 When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56557/#review165159 --- geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal

[jira] [Assigned] (GEODE-2460) Update dependency versions

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-2460: Assignee: Kirk Lund > Update dependency versions > -- > > K

[jira] [Created] (GEODE-2460) Update dependency versions

2017-02-10 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2460: Summary: Update dependency versions Key: GEODE-2460 URL: https://issues.apache.org/jira/browse/GEODE-2460 Project: Geode Issue Type: Wish Components: build

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

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-2456. -- Resolution: Fixed Fix Version/s: 1.2.0 > Distributed Transaction dunit tests are failing during t

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

2017-02-10 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-2458. -- Resolution: Fixed Fix Version/s: 1.2.0 > RegionManagementDUnitTest fails with AssertionError in

[jira] [Commented] (GEODE-2460) Update dependency versions

2017-02-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861786#comment-15861786 ] ASF subversion and git services commented on GEODE-2460: Commit 6f

Re: Propose a new implementation for collections in Geode transaction (GEODE-2392)

2017-02-10 Thread Anilkumar Gingade
As Eric mentioned, this will address the current inconsistencies in the product and will provide consistent behavior with replicated and partitioned region. Also, if we look into typical database transaction applications, the transaction queries doesn't touch/read all the records in the table, mos

Re: Review Request 56557: GEODE-2459 When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread Jason Huynh
> On Feb. 10, 2017, 7:52 p.m., Dan Smith wrote: > > Looks good - but is there still an issue if the destination file is > > deleted? It looks like then the source file would lose its chunks. >From what I have seen, the renamed file tends to be a pending segment file and >the destination file t

Re: Review Request 56557: GEODE-2459 When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread Jason Huynh
> On Feb. 10, 2017, 7:59 p.m., nabarun nag wrote: > > geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/filesystem/FileSystem.java, > > line 118 > > > > > > Hi Jason, > > I am not sure but will

Automating docker builds for geode-native

2017-02-10 Thread Anthony Baker
The geode-native build, like most c++ projects, requires a fairly specific toolchain. Now that we have a docker build environment [1], I’d like to ask INFRA to automate the creation and publishing of docker images for geode-native. This can be done by integrating GitHub / DockerHub [2]. Note

Re: Review Request 56557: GEODE-2459 When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56557/#review165167 --- Ship it! Ship It! - nabarun nag On Feb. 10, 2017, 7:42 p.m.,

Re: Review Request 56556: GEODE-2454: use DistributedMember.getId() for memberId assertions

2017-02-10 Thread Hitesh Khamesra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56556/#review165168 --- Ship it! Ship It! - Hitesh Khamesra On Feb. 10, 2017, 7:30 p

Re: Review Request 56557: GEODE-2459 When node fails while renaming, new primary node resumes and may delete chunks

2017-02-10 Thread Jason Huynh
> On Feb. 10, 2017, 8:30 p.m., nabarun nag wrote: > > Ship It! I'm going to create a ticket about lingering chunks and/or destination file getting removed but leaving the source file. That way we "know" about the issue and when we get time to work on it we can. - Jason ---

Re: Automating docker builds for geode-native

2017-02-10 Thread Michael William Dodge
I think this would be a good idea as configuring a machine for building can be a barrier to entry for people wishing to contribute. Sarge > On 10 Feb, 2017, at 12:29, Anthony Baker wrote: > > The geode-native build, like most c++ projects, requires a fairly specific > toolchain. Now that we

[jira] [Closed] (GEODE-2025) When starting a geode server from gfsh, the default http-service-port it's using is 8080

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2025. -- > When starting a geode server from gfsh, the default http-service-port it's > using is 8080 >

[jira] [Closed] (GEODE-1991) CI Failure: HARegionQueueJUnitTest.testNoExpiryOfThreadId

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

[jira] [Closed] (GEODE-1986) The Cluster Configuration Service must absolutely not be required to run Geode.

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1986. -- > The Cluster Configuration Service must absolutely not be required to run > Geode. > -

[jira] [Closed] (GEODE-1983) Swagger is broken with integrated security

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1983. -- > Swagger is broken with integrated security > -- > >

[jira] [Closed] (GEODE-1985) IndexManager.needsRecalculation can miss cases where recalulation is needed

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1985. -- > IndexManager.needsRecalculation can miss cases where recalulation is needed >

[jira] [Closed] (GEODE-1984) Make GatewaySender destroy a public API

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1984. -- > Make GatewaySender destroy a public API > --- > >

[jira] [Closed] (GEODE-1967) CompactMapRangeIndex loses track when the same entry is deleted and added. Old key are not removed from the removedKeyValuesEntries after it was removed from Compact Range

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1967. -- > CompactMapRangeIndex loses track when the same entry is deleted and added. > Old key are not remo

[jira] [Closed] (GEODE-1981) CI Failure: FunctionServiceClientMultipleOnServerDUnitTest.customCollectorReturnsResultOfSendException

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

[jira] [Closed] (GEODE-1971) Hang in node simultaneously creating and shutting down with shutdownAll

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1971. -- > Hang in node simultaneously creating and shutting down with shutdownAll >

[jira] [Closed] (GEODE-1978) CI Failure: ConcurrentWANPropagation_1_DUnitTest.testReplicatedSerialPropagationWithRemoteRegionDestroy

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

[jira] [Closed] (GEODE-1966) Pulse Reveals Version Details To Unauthenticated User

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1966. -- > Pulse Reveals Version Details To Unauthenticated User > --

[jira] [Closed] (GEODE-1965) Create backward-compatibility unit test framework

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1965. -- > Create backward-compatibility unit test framework > --

[jira] [Closed] (GEODE-1959) Prompt for username and password when adding a member

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1959. -- > Prompt for username and password when adding a member > --

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

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2324: --- Fix Version/s: (was: 1.1.0) 1.2.0 > If AcceptorImpl is interrupted duri

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

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2295: --- Fix Version/s: (was: 1.1.0) 1.2.0 > LocatorCancelException ignores stri

[jira] [Updated] (GEODE-2229) Backup old cluster config before importing new one

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2229: --- Fix Version/s: (was: 1.1.0) 1.2.0 > Backup old cluster config before im

[jira] [Closed] (GEODE-2194) Initial, post-login Pulse page is /pulse/pulse/pulseVersion

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2194. -- > Initial, post-login Pulse page is /pulse/pulse/pulseVersion >

[jira] [Closed] (GEODE-2229) Backup old cluster config before importing new one

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-2229. -- > Backup old cluster config before importing new one > -

[jira] [Closed] (GEODE-1956) CI failure: LuceneQueriesPeerPRRedundancyDUnitTest.returnCorrectResultsWhenCloseCacheHappensOnIndexUpdate

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

[jira] [Closed] (GEODE-1955) JMX suspect string causes tests to fail

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1955. -- > JMX suspect string causes tests to fail > --- > >

[jira] [Closed] (GEODE-1938) Big Snapshot File Read Exception via SnapshotReader API

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1938. -- > Big Snapshot File Read Exception via SnapshotReader API >

[jira] [Closed] (GEODE-1932) CI Failure: ClientServerFunctionExecutionDUnitTest.testOnServerExecution_FunctionInvocationTargetException

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

Geode develop updated to use Awaitility 2.0

2017-02-10 Thread Kirk Lund
As of last Friday, we are now using Awaitility 2.0 on develop. Here are some links and things that are new: Import from *org.awaitility.Awaitility *now instead of com.jayway.awaitility.Awaitility. See http://www.javadoc.io/doc/org.awaitility/awaitility/2.0.0 You can now use *atLeast* expressions.

[jira] [Closed] (GEODE-1943) CI failure: SessionReplicationIntegrationJUnitTest.testInvalidateSession9

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

[jira] [Closed] (GEODE-1922) CI Failure: RegionCreateDestroyDUnitTest.testCreateDestroyValidRegion

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

[jira] [Closed] (GEODE-1931) CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators

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

[jira] [Closed] (GEODE-1896) unable to specify a PartitionResolver in gfsh

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1896. -- > unable to specify a PartitionResolver in gfsh > - > >

Re: Review Request 56520: Update dependency versions

2017-02-10 Thread Kirk Lund
> On Feb. 10, 2017, 7:42 p.m., Jared Stewart wrote: > > It looks like > > org.apache.geode.internal.cache.tier.sockets.command.CreateRegionTest has > > an unused import that causes compilation to fail for me when I apply the > > patch: > > > > import org.apache.regexp.RE; This is now fixed b

[jira] [Closed] (GEODE-1879) com.gemstone.gemfire.management.UniversalMembershipListenerAdapterDUnitTest.testServerEventsInPeerSystem

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1879. -- > com.gemstone.gemfire.management.UniversalMembershipListenerAdapterDUnitTest.testServerEventsInPeer

[jira] [Closed] (GEODE-1874) setNextNeighbor method allocates a HashSet on every p2p message received

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1874. -- > setNextNeighbor method allocates a HashSet on every p2p message received > ---

[jira] [Closed] (GEODE-1862) Getting all durable CQs from server may return empty list

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1862. -- > Getting all durable CQs from server may return empty list > --

[jira] [Closed] (GEODE-1893) remove ability to create a locator without all location services

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1893. -- > remove ability to create a locator without all location services > ---

[jira] [Closed] (GEODE-1841) Map indexes are not removing keys that are no longer present after an update

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1841. -- > Map indexes are not removing keys that are no longer present after an update > ---

[jira] [Closed] (GEODE-1835) A message logged by the configure pdx command is incorrect

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1835. -- > A message logged by the configure pdx command is incorrect > -

[jira] [Closed] (GEODE-1831) Function gets executed twice on server with gateways if groups are configured

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1831. -- > Function gets executed twice on server with gateways if groups are configured > --

[jira] [Closed] (GEODE-1827) CI Failure: FunctionServiceClientAccessorPRMultipleMembersDUnitTest.customCollectorReturnsResultOfSendFunctionException

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

[jira] [Closed] (GEODE-1808) gemstone.gemfire.internal.cache.MinimumSystemRequirements can't handle java version 1.7.0_101

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1808. -- > gemstone.gemfire.internal.cache.MinimumSystemRequirements can't handle java > version 1.7.0_101 >

[jira] [Closed] (GEODE-1821) CI Failure: PersistentColocatedPartitionedRegionDUnitTest.testFullTreeOfColocatedChildPRsWithMissingRegions

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

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

2017-02-10 Thread Kenneth Howe
+0 I’m not going to give an outright down-vote, but BUILDING.md needs to be updated to refer to the correct versions. The build steps show the expected response to gfsh version to be "v1.0.0-incubating” It’s not great to show the wrong version, but since this is the first release since gra

[jira] [Closed] (GEODE-1799) Javadocs should refer to CacheServer instead of BridgeServer

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1799. -- > Javadocs should refer to CacheServer instead of BridgeServer > ---

[jira] [Closed] (GEODE-1785) generated AbstractRegionEntry subclasses can no longer be generated

2017-02-10 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra closed GEODE-1785. -- > generated AbstractRegionEntry subclasses can no longer be generated >

[jira] [Closed] (GEODE-1804) CI Failure : SerialWANPropagationOffHeapDUnitTest.testReplicatedSerialPropagationWithRemoteRegionDestroy3

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

Review Request 56564: GEODE-2449: Moved Redis out of Geode-core into its own module

2017-02-10 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56564/ --- Review request for geode, Bruce Schuchardt, Galen O'Sullivan, Hitesh Khamesra, a

[jira] [Commented] (GEODE-2449) Move redis adapter to extension framework

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

Re: Review Request 56564: GEODE-2449: Moved Redis out of Geode-core into its own module

2017-02-10 Thread Hitesh Khamesra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56564/#review165181 --- geode-core/src/main/java/org/apache/geode/redis/GeodeRedisService

Re: Review Request 56564: GEODE-2449: Moved Redis out of Geode-core into its own module

2017-02-10 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56564/ --- (Updated Feb. 10, 2017, 9:45 p.m.) Review request for geode, Bruce Schuchardt,

  1   2   >