[jira] [Commented] (GEODE-789) Create and clear define index shouldn't be available on disconnected GFSH

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750528#comment-15750528 ] ASF subversion and git services commented on GEODE-789: --- Commit 96949

Review Request 54772: GEODE-2212: request headers are case-insensitive

2016-12-14 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54772/ --- Review request for geode. Repository: geode Description --- GEODE-2212:

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750401#comment-15750401 ] ASF GitHub Bot commented on GEODE-2196: --- Github user jinmeiliao commented on a diff

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750398#comment-15750398 ] ASF GitHub Bot commented on GEODE-2196: --- Github user jinmeiliao commented on a diff

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750400#comment-15750400 ] ASF GitHub Bot commented on GEODE-2196: --- Github user jinmeiliao commented on a diff

[GitHub] geode pull request #317: [GEODE-2196] Add test for exportClusterConfig.

2016-12-14 Thread jinmeiliao
Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/317#discussion_r92544631 --- Diff: geode-core/src/test/java/org/apache/geode/test/dunit/rules/LocatorServerStartupRule.java --- @@ -44,32 +46,32 @@ /** * This is onl

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750402#comment-15750402 ] ASF GitHub Bot commented on GEODE-2196: --- Github user jinmeiliao commented on a diff

[GitHub] geode pull request #317: [GEODE-2196] Add test for exportClusterConfig.

2016-12-14 Thread jinmeiliao
Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/317#discussion_r92544756 --- Diff: geode-core/src/test/java/org/apache/geode/test/dunit/rules/Locator.java --- @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Found

[GitHub] geode pull request #317: [GEODE-2196] Add test for exportClusterConfig.

2016-12-14 Thread jinmeiliao
Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/317#discussion_r92544410 --- Diff: geode-core/src/test/java/org/apache/geode/test/dunit/rules/GfshShellConnectionRule.java --- @@ -85,19 +91,17 @@ public void connect(String... opt

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750399#comment-15750399 ] ASF GitHub Bot commented on GEODE-2196: --- Github user jinmeiliao commented on a diff

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750397#comment-15750397 ] ASF GitHub Bot commented on GEODE-2196: --- Github user jinmeiliao commented on a diff

[GitHub] geode pull request #317: [GEODE-2196] Add test for exportClusterConfig.

2016-12-14 Thread jinmeiliao
Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/317#discussion_r92544538 --- Diff: geode-core/src/test/java/org/apache/geode/test/dunit/rules/ClusterConfig.java --- @@ -0,0 +1,183 @@ +/* + * Licensed to the Apache Softwa

[GitHub] geode pull request #317: [GEODE-2196] Add test for exportClusterConfig.

2016-12-14 Thread jinmeiliao
Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/317#discussion_r92544596 --- Diff: geode-core/src/test/java/org/apache/geode/test/dunit/rules/ConfigGroup.java --- @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] geode pull request #317: [GEODE-2196] Add test for exportClusterConfig.

2016-12-14 Thread jinmeiliao
Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/317#discussion_r92545081 --- Diff: geode-core/src/test/java/org/apache/geode/management/internal/configuration/ClusterConfigImportDUnitTest.java --- @@ -0,0 +1,144 @@ +/* +

[jira] [Commented] (GEODE-2188) ExampleSecurityManager references SampleSecurityManager in javadoc

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750375#comment-15750375 ] ASF GitHub Bot commented on GEODE-2188: --- Github user jinmeiliao commented on a diff

[GitHub] geode pull request #316: GEODE-2188: ExampleSecurityManager references Sampl...

2016-12-14 Thread jinmeiliao
Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/316#discussion_r92544045 --- Diff: geode-core/src/main/java/org/apache/geode/examples/security/ExampleSecurityManager.java --- @@ -257,15 +257,65 @@ private void readUsers(final Ma

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

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750369#comment-15750369 ] ASF GitHub Bot commented on GEODE-2109: --- Github user deepakddixit commented on the i

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-14 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/296 Precheckin and ./gradlew test passed on my machine. @upthewaterspout Kindly have a look over updated PR. --- If your project is set up for it, you can reply to this email and have your reply ap

Re: [DRAFT] Geode Board Report for December 2016

2016-12-14 Thread Mark Bretl
Thanks Dan! Report has been submitted. --Mark On Tue, Dec 13, 2016 at 10:48 AM, Dan Smith wrote: > Updated draft below with feedback from Mark and Anthony incorporated. > > -Dan > > > ## Description: > - Apache Geode provides a database-like consistency model, reliable >transaction proces

Review Request 54767: GEODE-2214: fall back to TCCL if target CL fails to resolve class

2016-12-14 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54767/ --- Review request for geode, Kirk Lund and Dan Smith. Repository: geode Descript

[GitHub] geode pull request #305: [GEODE-1923] Fix a test race condition.

2016-12-14 Thread jaredjstewart
Github user jaredjstewart commented on a diff in the pull request: https://github.com/apache/geode/pull/305#discussion_r92525359 --- Diff: geode-core/src/test/java/org/apache/geode/internal/cache/FixedPRSinglehopDUnitTest.java --- @@ -293,18 +294,23 @@ public void test_FPAmetadata

[jira] [Commented] (GEODE-1923) CI Failure: FixedPRSinglehopDUnitTest.test_FPAmetadataFetch

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749993#comment-15749993 ] ASF GitHub Bot commented on GEODE-1923: --- Github user jaredjstewart commented on a di

[jira] [Resolved] (GEODE-995) Release page is missing Geode logo

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-995. - Resolution: Not A Problem This appears to be fixed. > Release page is missing Geode logo > ---

[jira] [Closed] (GEODE-995) Release page is missing Geode logo

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-995. --- > Release page is missing Geode logo > -- > > Key: GEODE-99

[jira] [Closed] (GEODE-868) Auto generate NOTICE for binary distribution

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-868. --- > Auto generate NOTICE for binary distribution > > >

[jira] [Resolved] (GEODE-868) Auto generate NOTICE for binary distribution

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-868. - Resolution: Won't Fix Given the complexity of determining correctness, I think it's better to revie

[jira] [Closed] (GEODE-711) Provide Apache Lucene/Solr integration for data in Geode

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-711. --- > Provide Apache Lucene/Solr integration for data in Geode > --

[jira] [Resolved] (GEODE-711) Provide Apache Lucene/Solr integration for data in Geode

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-711. - Resolution: Duplicate > Provide Apache Lucene/Solr integration for data in Geode >

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749945#comment-15749945 ] ASF GitHub Bot commented on GEODE-2196: --- GitHub user jaredjstewart opened a pull req

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749946#comment-15749946 ] ASF GitHub Bot commented on GEODE-2196: --- Github user jaredjstewart commented on the

[GitHub] geode issue #317: [GEODE-2196] Add test for exportClusterConfig.

2016-12-14 Thread jaredjstewart
Github user jaredjstewart commented on the issue: https://github.com/apache/geode/pull/317 precheckin started --- 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 s

[GitHub] geode pull request #317: [GEODE-2196] Add test for exportClusterConfig.

2016-12-14 Thread jaredjstewart
GitHub user jaredjstewart opened a pull request: https://github.com/apache/geode/pull/317 [GEODE-2196] Add test for exportClusterConfig. - Break ClusterConfigDUnitTest out into multiple test classes. - Refactor ClusterConfigDUnitTest.ExpectedConfig into a standalone ClusterConfi

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

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749941#comment-15749941 ] Anthony Baker commented on GEODE-1955: -- Has this issue been fixed? > JMX suspect str

[jira] [Updated] (GEODE-2169) Subclasses of OperationContext should also be deprecated

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2169: - Fix Version/s: (was: 1.1.0) > Subclasses of OperationContext should also be deprecated > -

[jira] [Resolved] (GEODE-2156) Remove incubating references

2016-12-14 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-2156. -- Resolution: Fixed > Remove incubating references > > >

[jira] [Created] (GEODE-2216) PartitionedRegion.createIndexes ignores exceptions, resulting in corrupt indexes

2016-12-14 Thread Dan Smith (JIRA)
Dan Smith created GEODE-2216: Summary: PartitionedRegion.createIndexes ignores exceptions, resulting in corrupt indexes Key: GEODE-2216 URL: https://issues.apache.org/jira/browse/GEODE-2216 Project: Geode

[jira] [Commented] (GEODE-2214) ClassLoaderObjectInputStream should support usage of TCCL

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749752#comment-15749752 ] ASF subversion and git services commented on GEODE-2214: Commit f1

Review Request 54761: GEODE-2215 NPE in ViewCreator thread setting public keys into a NetVie

2016-12-14 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54761/ --- Review request for geode, Galen O'Sullivan and Udo Kohlmeyer. Bugs: GEODE-2215

[jira] [Created] (GEODE-2215) NPE in ViewCreator thread setting public keys into a NetView

2016-12-14 Thread Bruce Schuchardt (JIRA)
Bruce Schuchardt created GEODE-2215: --- Summary: NPE in ViewCreator thread setting public keys into a NetView Key: GEODE-2215 URL: https://issues.apache.org/jira/browse/GEODE-2215 Project: Geode

[jira] [Commented] (GEODE-2188) ExampleSecurityManager references SampleSecurityManager in javadoc

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749548#comment-15749548 ] ASF GitHub Bot commented on GEODE-2188: --- GitHub user kjduling opened a pull request:

[GitHub] geode pull request #316: GEODE-2188: ExampleSecurityManager references Sampl...

2016-12-14 Thread kjduling
GitHub user kjduling opened a pull request: https://github.com/apache/geode/pull/316 GEODE-2188: ExampleSecurityManager references SampleSecurityManager i… …n javadoc This corrects some output messages and javadoc entries after the ExampleSecurityManager was moved. It

[jira] [Updated] (GEODE-2214) ClassLoaderObjectInputStream should support usage of TCCL

2016-12-14 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2214: - Summary: ClassLoaderObjectInputStream should support usage of TCCL (was: ClassLoaderObjectInputStream sho

[jira] [Updated] (GEODE-2214) ClassLoaderObjectInputStream should support usage of TCCL

2016-12-14 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2214: - Description: The Geode Session module uses ClassLoaderObjectInputStream which currently uses Class.forName

[jira] [Commented] (GEODE-1272) IndexManager.populateIndexes(Collection) may deserialize pdx to domain objects

2016-12-14 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749377#comment-15749377 ] Dan Smith commented on GEODE-1272: -- I have a test that shows that we definitely are *not*

[jira] [Assigned] (GEODE-1272) IndexManager.populateIndexes(Collection) may deserialize pdx to domain objects

2016-12-14 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Smith reassigned GEODE-1272: Assignee: Dan Smith > IndexManager.populateIndexes(Collection) may deserialize pdx to domain object

[jira] [Commented] (GEODE-2183) Region.query behaves differently on client and server when full syntax is passed as a predicate

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749249#comment-15749249 ] ASF subversion and git services commented on GEODE-2183: Commit d6

[jira] [Comment Edited] (GEODE-419) javax.net.ssl.* gemfire properties ignored if ssl-enabled is false

2016-12-14 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746498#comment-15746498 ] Udo Kohlmeyer edited comment on GEODE-419 at 12/14/16 6:52 PM: --

[jira] [Updated] (GEODE-2208) Document limitation of transactions on mixed region types

2016-12-14 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller updated GEODE-2208: --- Fix Version/s: 1.1.0 > Document limitation of transactions on mixed region types > ---

[jira] [Resolved] (GEODE-1594) CI failure: RestAPIsOnMembersFunctionExecutionDUnitTest.testFunctionExecutionOnAllMembers

2016-12-14 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-1594. -- Resolution: Fixed Fix Version/s: 1.1.0 > CI failure: > RestAPIsOnMembersFunctionExecutio

[jira] [Resolved] (GEODE-2208) Document limitation of transactions on mixed region types

2016-12-14 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller resolved GEODE-2208. Resolution: Fixed > Document limitation of transactions on mixed region types >

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748999#comment-15748999 ] ASF subversion and git services commented on GEODE-2196: Commit a2

[jira] [Commented] (GEODE-2099) Race condition in ConnectToLocatorSSLDUnitTest

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748990#comment-15748990 ] ASF subversion and git services commented on GEODE-2099: Commit 70

[jira] [Commented] (GEODE-1974) CI Failure: SecurityClusterConfigDUnitTest.serverConnectingToSecuredLocatorMustUseClusterConfig

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748989#comment-15748989 ] ASF subversion and git services commented on GEODE-1974: Commit 07

[jira] [Commented] (GEODE-209) CI failure: FailWithTimeoutOfWaitForOutputToMatchJUnitTest.testFailWithTimeoutOfWaitForOutputToMatch

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748986#comment-15748986 ] ASF subversion and git services commented on GEODE-209: --- Commit c48a3

[jira] [Commented] (GEODE-2144) Improve the error message when a Java client specifies no username/password

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748991#comment-15748991 ] ASF subversion and git services commented on GEODE-2144: Commit 80

[jira] [Commented] (GEODE-1333) ClusterConfigurationDUnitTest.testDestroyExtensions failed

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748984#comment-15748984 ] ASF subversion and git services commented on GEODE-1333: Commit c1

[jira] [Commented] (GEODE-1977) CI Failure: SecurityClusterConfigDUnitTest.testStartServerWithClusterConfig

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748987#comment-15748987 ] ASF subversion and git services commented on GEODE-1977: Commit e8

[jira] [Commented] (GEODE-1334) ClusterConfigurationDUnitTest.testCreateExtensions failed

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748983#comment-15748983 ] ASF subversion and git services commented on GEODE-1334: Commit 92

[jira] [Commented] (GEODE-1975) CI Failure: SecurityClusterConfigDUnitTest.serverWithDifferentSecurityManagerShouldThrowException

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748988#comment-15748988 ] ASF subversion and git services commented on GEODE-1975: Commit da

[jira] [Commented] (GEODE-1027) MBeans should be initialized with current stats when they are created.

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748982#comment-15748982 ] ASF subversion and git services commented on GEODE-1027: Commit 1f

[jira] [Assigned] (GEODE-2214) ClassLoaderObjectInputStream should support option to use ClassPathLoader

2016-12-14 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-2214: Assignee: Kirk Lund (was: Mark Bretl) > ClassLoaderObjectInputStream should support option to use

[jira] [Updated] (GEODE-2214) ClassLoaderObjectInputStream should support option to use ClassPathLoader

2016-12-14 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2214: - Issue Type: Wish (was: Bug) > ClassLoaderObjectInputStream should support option to use ClassPathLoader >

[jira] [Created] (GEODE-2214) ClassLoaderObjectInputStream should support option to use ClassPathLoader

2016-12-14 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2214: Summary: ClassLoaderObjectInputStream should support option to use ClassPathLoader Key: GEODE-2214 URL: https://issues.apache.org/jira/browse/GEODE-2214 Project: Geode

Re: geode git commit: GEODE-2196: add more tests to cover import cluster-configuration and deploy

2016-12-14 Thread Jason Huynh
I think this needs a spotlessApply on ClusterConfigDUnitTest. On Wed, Dec 14, 2016 at 8:46 AM wrote: > Repository: geode > Updated Branches: > refs/heads/develop ec6a5b54f -> ddcec4457 > > > GEODE-2196: add more tests to cover import cluster-configuration and deploy > > > Project: http://git-w

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

2016-12-14 Thread Kevin Duling (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Duling resolved GEODE-2119. - Resolution: Fixed Fix Version/s: 1.1.0 > gfsh user and password visible in clear text > ---

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

2016-12-14 Thread Kevin Duling (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Duling resolved GEODE-2092. - Resolution: Fixed Fix Version/s: 1.1.0 > Security examples should not be in product package

Re: Review Request 54723: GEODE-2208 Document transactions limitation with mixed region types.

2016-12-14 Thread Dave Barnes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54723/#review159186 --- Ship it! Ship It! - Dave Barnes On Dec. 14, 2016, 4:33 p.m.,

[jira] [Commented] (GEODE-2208) Document limitation of transactions on mixed region types

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748831#comment-15748831 ] ASF subversion and git services commented on GEODE-2208: Commit bb

[jira] [Commented] (GEODE-2196) Write more tests to cover the current behavior of cluster config

2016-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748817#comment-15748817 ] ASF subversion and git services commented on GEODE-2196: Commit dd

Review Request 54752: GEODE-2213 Deadlock in GMSJoinLeaveJUnitTest

2016-12-14 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54752/ --- Review request for geode, Galen O'Sullivan, Jianxia Chen, and Udo Kohlmeyer. Bu

Re: Review Request 54723: GEODE-2208 Document transactions limitation with mixed region types.

2016-12-14 Thread Joey McAllister
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54723/#review159169 --- Ship it! Ship It! - Joey McAllister On Dec. 14, 2016, 4:33 p

Re: Review Request 54723: GEODE-2208 Document transactions limitation with mixed region types.

2016-12-14 Thread Eric Shu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54723/#review159168 --- Ship it! Ship It! - Eric Shu On Dec. 14, 2016, 4:33 p.m., Ka

Re: Review Request 54723: GEODE-2208 Document transactions limitation with mixed region types.

2016-12-14 Thread Karen Miller
> On Dec. 13, 2016, 11:11 p.m., Eric Shu wrote: > > geode-docs/developing/transactions/data_location_cache_transactions.html.md.erb, > > line 44 > > > > > > Product may throw TransactionDataRebalancedException instea

Re: Review Request 54723: GEODE-2208 Document transactions limitation with mixed region types.

2016-12-14 Thread Karen Miller
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54723/ --- (Updated Dec. 14, 2016, 4:33 p.m.) Review request for geode, Dave Barnes, Eric

[jira] [Updated] (GEODE-2213) Deadlock in GMSJoinLeaveJUnitTest

2016-12-14 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Schuchardt updated GEODE-2213: Assignee: (was: Mark Bretl) > Deadlock in GMSJoinLeaveJUnitTest > --

[jira] [Created] (GEODE-2213) Deadlock in GMSJoinLeaveJUnitTest

2016-12-14 Thread Bruce Schuchardt (JIRA)
Bruce Schuchardt created GEODE-2213: --- Summary: Deadlock in GMSJoinLeaveJUnitTest Key: GEODE-2213 URL: https://issues.apache.org/jira/browse/GEODE-2213 Project: Geode Issue Type: Bug

Jenkins build is back to normal : Geode-nightly #685

2016-12-14 Thread Apache Jenkins Server
See

[jira] [Updated] (GEODE-2212) gfsh http authentication fails when routed through a proxy

2016-12-14 Thread Ben Moss (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Moss updated GEODE-2212: Description: We encountered a bug with Geode that only reveals itself when routing requests through the a p

[jira] [Updated] (GEODE-2212) gfsh http authentication fails when routed through a proxy

2016-12-14 Thread Ben Moss (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Moss updated GEODE-2212: Description: We encountered a bug with Geode that only reveals itself when routing requests through the a p

[jira] [Created] (GEODE-2212) gfsh http authentication fails when routed through a proxy

2016-12-14 Thread Ben Moss (JIRA)
Ben Moss created GEODE-2212: --- Summary: gfsh http authentication fails when routed through a proxy Key: GEODE-2212 URL: https://issues.apache.org/jira/browse/GEODE-2212 Project: Geode Issue Type: Bu

[jira] [Created] (GEODE-2211) OQL query shows partial results when data is inserted through REST POST api.

2016-12-14 Thread Amey Barve (JIRA)
Amey Barve created GEODE-2211: - Summary: OQL query shows partial results when data is inserted through REST POST api. Key: GEODE-2211 URL: https://issues.apache.org/jira/browse/GEODE-2211 Project: Geode