[jira] [Created] (GEODE-2246) Invalid class cast in function execution

2016-12-27 Thread Michael Dodge (JIRA)
Michael Dodge created GEODE-2246: Summary: Invalid class cast in function execution Key: GEODE-2246 URL: https://issues.apache.org/jira/browse/GEODE-2246 Project: Geode Issue Type: Bug

Build failed in Jenkins: Geode-nightly #698

2016-12-27 Thread Apache Jenkins Server
See -- [...truncated 587 lines...] :geode-cq:compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked

Re: Review Request 55017: cleaning up code in a few places

2016-12-27 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55017/#review160168 --- bump - please review this diff - Bruce Schuchardt On Dec. 23, 2

[jira] [Created] (GEODE-2247) GFSH over HTTP succeeds without authentication

2016-12-27 Thread Ben Moss (JIRA)
Ben Moss created GEODE-2247: --- Summary: GFSH over HTTP succeeds without authentication Key: GEODE-2247 URL: https://issues.apache.org/jira/browse/GEODE-2247 Project: Geode Issue Type: Bug

[jira] [Created] (GEODE-2248) DLock unit test code coverage is poor

2016-12-27 Thread Bruce Schuchardt (JIRA)
Bruce Schuchardt created GEODE-2248: --- Summary: DLock unit test code coverage is poor Key: GEODE-2248 URL: https://issues.apache.org/jira/browse/GEODE-2248 Project: Geode Issue Type: Bug

[jira] [Updated] (GEODE-2248) DLock unit test code coverage is poor

2016-12-27 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Schuchardt updated GEODE-2248: Attachment: dlockCodeCoverage.jpg Here is an IntelliJ report of code coverage from the distr

[jira] [Created] (GEODE-2249) GFSH should validate arguments

2016-12-27 Thread Ben Moss (JIRA)
Ben Moss created GEODE-2249: --- Summary: GFSH should validate arguments Key: GEODE-2249 URL: https://issues.apache.org/jira/browse/GEODE-2249 Project: Geode Issue Type: Improvement Componen

[jira] [Created] (GEODE-2250) gfsh -e connect will throw java.lang.StackOverflowError rather than prompt for username/password

2016-12-27 Thread Ben Moss (JIRA)
Ben Moss created GEODE-2250: --- Summary: gfsh -e connect will throw java.lang.StackOverflowError rather than prompt for username/password Key: GEODE-2250 URL: https://issues.apache.org/jira/browse/GEODE-2250

Re: Strategy for Updating Public API Changes

2016-12-27 Thread Anthony Baker
I agree with Darrel. I’m not a big fan of the current Fn API for a variety of reasons, not least of which is the annoyingly inconsistent use of generics that Ayssa was trying to fix. I think a newer take on this API should include support for lambdas and Stream / Reactive patterns. Anthony

Re: Strategy for Updating Public API Changes

2016-12-27 Thread Anthony Baker
I agree with Darrel. I’m not a big fan of the current Fn API for a variety of reasons, not least of which is the annoyingly inconsistent use of generics that Ayssa was trying to fix. I think a newer take on this API should include support for lambdas and Stream / Reactive patterns. Anthony On D

[jira] [Commented] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-27 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781062#comment-15781062 ] Bruce Schuchardt commented on GEODE-165: IntelliJ Idea 2016.3.1 builds are broken b

[jira] [Comment Edited] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-27 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781062#comment-15781062 ] Bruce Schuchardt edited comment on GEODE-165 at 12/27/16 7:24 PM: ---

IntelliJ builds broken looking for OQLLexerTokenTypes.java

2016-12-27 Thread Bruce Schuchardt
I did a pull today on my Windows 7 laptop and my IntelliJ build started failing with compilation errors looking for "OQLLexerTokenTypes". This comes from the fix for GEODE-165. Refreshing the IntelliJ build structure picked up the antlr tasks needed to generate this and other OQL source files

Re: IntelliJ builds broken looking for OQLLexerTokenTypes.java

2016-12-27 Thread Dan Smith
Refreshing your project from gradle ought to work to. Eclipse users will probably need to run ./gradlew eclipse and refresh their eclipse project. There is a new generated-src directory that needs to be on the source path. -Dan On Tue, Dec 27, 2016 at 11:28 AM, Bruce Schuchardt wrote: > I did a

Re: Review Request 55017: cleaning up code in a few places

2016-12-27 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55017/#review160189 --- Ship it! Ship It! - Udo Kohlmeyer On Dec. 23, 2016, 6:10 p.m

Re: IntelliJ builds broken looking for OQLLexerTokenTypes.java

2016-12-27 Thread Bruce Schuchardt
Actually neither refreshing from gradle nor creating a new Intellij project worked. I had to go to the "other" tasks under geode-core in the Gradle window and set "generateGrammarSource" to run before building. Le 12/27/2016 à 11:54 AM, Dan Smith a écrit : Refreshing your project from gradle

Re: IntelliJ builds broken looking for OQLLexerTokenTypes.java

2016-12-27 Thread Udo Kohlmeyer
I had the same problem. gradle clean build did the trick for me On 12/27/16 13:45, Bruce Schuchardt wrote: Actually neither refreshing from gradle nor creating a new Intellij project worked. I had to go to the "other" tasks under geode-core in the Gradle window and set "generateGrammarSource"

[jira] [Comment Edited] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-27 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781062#comment-15781062 ] Bruce Schuchardt edited comment on GEODE-165 at 12/27/16 10:11 PM: --

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-2212. -- Resolution: Fixed Fix Version/s: 1.1.0 > gfsh http authentication fails when routed throu

[jira] [Resolved] (GEODE-2209) Only 16 GatewaySenders are supported

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-2209. -- Resolution: Fixed Fix Version/s: 1.1.0 > Only 16 GatewaySenders are supported > -

[jira] [Created] (GEODE-2251) Statistics Interface/Implementation graphic needs improvement

2016-12-27 Thread Dave Barnes (JIRA)
Dave Barnes created GEODE-2251: -- Summary: Statistics Interface/Implementation graphic needs improvement Key: GEODE-2251 URL: https://issues.apache.org/jira/browse/GEODE-2251 Project: Geode Issu

[jira] [Updated] (GEODE-2251) Statistics Interface/Implementation graphic needs improvement

2016-12-27 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-2251: --- Priority: Minor (was: Major) > Statistics Interface/Implementation graphic needs improvement > --

[jira] [Assigned] (GEODE-2251) Statistics Interface/Implementation graphic needs improvement

2016-12-27 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes reassigned GEODE-2251: -- Assignee: Dave Barnes > Statistics Interface/Implementation graphic needs improvement > ---

[jira] [Resolved] (GEODE-2192) NPE in GMSLocator

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-2192. -- Resolution: Fixed Fix Version/s: 1.1.0 > NPE in GMSLocator > - > >

[jira] [Created] (GEODE-2252) Remove doc reference to too-old vmware guide

2016-12-27 Thread Karen Smoler Miller (JIRA)
Karen Smoler Miller created GEODE-2252: -- Summary: Remove doc reference to too-old vmware guide Key: GEODE-2252 URL: https://issues.apache.org/jira/browse/GEODE-2252 Project: Geode Issue

[jira] [Commented] (GEODE-2153) PostProcessor security

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781396#comment-15781396 ] Anthony Baker commented on GEODE-2153: -- Can this ticket be closed? I don't think tha

[jira] [Updated] (GEODE-2150) Gfsh error output is invisible on Windows powershell

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2150: - Summary: Gfsh error output is invisible on Windows powershell (was: Gfsh error output is invisibl

[jira] [Closed] (GEODE-2140) Docs: Remove 'incubator' references from website

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-2140. > Docs: Remove 'incubator' references from website > >

[jira] [Resolved] (GEODE-2140) Docs: Remove 'incubator' references from website

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-2140. -- Resolution: Not A Problem > Docs: Remove 'incubator' references from website > -

[jira] [Commented] (GEODE-2140) Docs: Remove 'incubator' references from website

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781398#comment-15781398 ] Anthony Baker commented on GEODE-2140: -- This has already been done. > Docs: Remove '

[jira] [Updated] (GEODE-2252) Remove doc reference to too-old vmware guide

2016-12-27 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller updated GEODE-2252: --- Description: The docs section on Performance Tuning discusses running on vSphere. That

[jira] [Resolved] (GEODE-1909) A user with no privilege can start a server

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-1909. -- Resolution: Fixed Fix Version/s: 1.0.0-incubating > A user with no privilege can start a

[jira] [Closed] (GEODE-1909) A user with no privilege can start a server

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-1909. > A user with no privilege can start a server > --- > >

[jira] [Closed] (GEODE-1903) Update Website Community > Events

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-1903. > Update Website Community > Events > - > > Key: GEODE-1

[jira] [Resolved] (GEODE-1903) Update Website Community > Events

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-1903. -- Resolution: Fixed > Update Website Community > Events > - > >

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

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

Review Request 55059: GEODE-2252 Update docs on vSphere performance tuning

2016-12-27 Thread Karen Miller
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55059/ --- Review request for geode, Dave Barnes and Joey McAllister. Repository: geode

[jira] [Closed] (GEODE-1817) Disable artifact signing by default

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-1817. > Disable artifact signing by default > --- > > Key: GEO

[jira] [Resolved] (GEODE-1817) Disable artifact signing by default

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-1817. -- Resolution: Fixed Fix Version/s: 1.0.0-incubating > Disable artifact signing by default >

[jira] [Created] (GEODE-2253) Locator may fail to respond to a valid request

2016-12-27 Thread Bruce Schuchardt (JIRA)
Bruce Schuchardt created GEODE-2253: --- Summary: Locator may fail to respond to a valid request Key: GEODE-2253 URL: https://issues.apache.org/jira/browse/GEODE-2253 Project: Geode Issue Type

[jira] [Commented] (GEODE-2253) Locator may fail to respond to a valid request

2016-12-27 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781523#comment-15781523 ] Bruce Schuchardt commented on GEODE-2253: - It should also _always_ respond to a re

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-1799. -- Resolution: Fixed Fix Version/s: 1.1.0 > Javadocs should refer to CacheServer instead of

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781526#comment-15781526 ] Anthony Baker commented on GEODE-1799: -- I didn't find any remaining references to "Br

[jira] [Commented] (GEODE-2251) Statistics Interface/Implementation graphic needs improvement

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

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

2016-12-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-419. - Resolution: Fixed > javax.net.ssl.* gemfire properties ignored if ssl-enabled is false > --

[jira] [Commented] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781549#comment-15781549 ] Anthony Baker commented on GEODE-1294: -- [~ukohlmeyer] Is this issue still valid? > O

[jira] [Resolved] (GEODE-1151) Add new Geode committer Dave Barnes to web page

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-1151. -- Resolution: Fixed > Add new Geode committer Dave Barnes to web page > --

[jira] [Closed] (GEODE-1151) Add new Geode committer Dave Barnes to web page

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-1151. > Add new Geode committer Dave Barnes to web page > --- > >

[jira] [Closed] (GEODE-1132) Add a rat task to check @author tags.

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-1132. > Add a rat task to check @author tags. > - > > Key:

[jira] [Resolved] (GEODE-1132) Add a rat task to check @author tags.

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-1132. -- Resolution: Won't Fix > Add a rat task to check @author tags. >

[jira] [Resolved] (GEODE-993) Remove CRLF line endings from Pulse files

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-993. - Resolution: Duplicate > Remove CRLF line endings from Pulse files > ---

[jira] [Closed] (GEODE-993) Remove CRLF line endings from Pulse files

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-993. --- > Remove CRLF line endings from Pulse files > - > >

[jira] [Commented] (GEODE-880) Remove unused classes

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781558#comment-15781558 ] Anthony Baker commented on GEODE-880: - Can this ticket be closed? > Remove unused clas

[jira] [Commented] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2016-12-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781561#comment-15781561 ] Udo Kohlmeyer commented on GEODE-1294: -- [~amb] Most likely not... but let me write a

[jira] [Assigned] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2016-12-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-1294: Assignee: Udo Kohlmeyer > Overriding cluster-ssl properties does not work for http-service-

[jira] [Updated] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2016-12-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-1294: - Component/s: configuration client/server > Overriding cluster-ssl properties does

[jira] [Closed] (GEODE-118) Gradle dependencies do not follow repositories transitively

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-118. --- > Gradle dependencies do not follow repositories transitively > ---

[jira] [Resolved] (GEODE-118) Gradle dependencies do not follow repositories transitively

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-118. - Resolution: Works for Me > Gradle dependencies do not follow repositories transitively > --

[jira] [Updated] (GEODE-2175) CI failure from TopEntriesFunctionCollectorJUnitTest.expectErrorAfterWaitTime

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2175: - Fix Version/s: 1.1.0 > CI failure from TopEntriesFunctionCollectorJUnitTest.expectErrorAfterWaitTi

[jira] [Updated] (GEODE-2210) Session module class loader should check the thread context class loader

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2210: - Fix Version/s: 1.1.0 > Session module class loader should check the thread context class loader >

[jira] [Updated] (GEODE-2228) FutureResult.get() does not check for cancellation prior to waiting for a result

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2228: - Fix Version/s: 1.1.0 > FutureResult.get() does not check for cancellation prior to waiting for a

[jira] [Updated] (GEODE-2178) Docs: Update HTTP session management version numbers

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2178: - Fix Version/s: 1.1.0 > Docs: Update HTTP session management version numbers >

[jira] [Updated] (GEODE-2161) FilterRoutingInfo.FilterInfo.toData does unneeded copying

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2161: - Fix Version/s: 1.1.0 > FilterRoutingInfo.FilterInfo.toData does unneeded copying > ---

[jira] [Closed] (GEODE-1) Graduate from Apache Incubator and achieve the status of the TLP project

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker closed GEODE-1. - > Graduate from Apache Incubator and achieve the status of the TLP project >

[jira] [Updated] (GEODE-977) CI Failure: ParallelWANStatsDUnitTest.testParallePropagationWithRemoteRegionDestroy failed with AssertionFailedError

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-977: Fix Version/s: 1.1.0 > CI Failure: > ParallelWANStatsDUnitTest.testParallePropagationWithRemoteRegio

[jira] [Updated] (GEODE-1448) CI Failure: com.gemstone.gemfire.internal.cache.wan.wancommand.WanCommandGatewayReceiverStartDUnitTest.testStartGatewayReceiver

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1448: - Fix Version/s: 1.1.0 > CI Failure: > com.gemstone.gemfire.internal.cache.wan.wancommand.WanComman

[jira] [Updated] (GEODE-17) Provide Integrated Security

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-17: --- Fix Version/s: 1.1.0 > Provide Integrated Security > --- > > Key

[jira] [Updated] (GEODE-2107) There's thread leak if stopped a secondary sender

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2107: - Fix Version/s: 1.1.0 > There's thread leak if stopped a secondary sender > ---

[jira] [Updated] (GEODE-1478) CI Failure: SerialWANPropogationOffHeapDUnitTest.testReplicatedSerialPropagationToTwoWanSites

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1478: - Fix Version/s: 1.1.0 > CI Failure: > SerialWANPropogationOffHeapDUnitTest.testReplicatedSerialPro

[jira] [Updated] (GEODE-1963) Add lucene xsd to geode website

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1963: - Fix Version/s: 1.1.0 > Add lucene xsd to geode website > --- > >

[jira] [Updated] (GEODE-2021) Goede transaction failed to throw TransactionDataNotColocatedException when a get operation gets on a non colocated key.

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2021: - Fix Version/s: 1.1.0 > Goede transaction failed to throw TransactionDataNotColocatedException when

[jira] [Updated] (GEODE-2058) reorganize security examples

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2058: - Fix Version/s: 1.1.0 > reorganize security examples > > >

[jira] [Updated] (GEODE-1530) geode-examples setEnv.sh script needs to export path

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1530: - Fix Version/s: 1.1.0 > geode-examples setEnv.sh script needs to export path >

[jira] [Updated] (GEODE-1523) geode-examples README.md markdown improvement

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1523: - Fix Version/s: 1.1.0 > geode-examples README.md markdown improvement > ---

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-419: Fix Version/s: 1.1.0 > javax.net.ssl.* gemfire properties ignored if ssl-enabled is false > -

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1984: - Fix Version/s: 1.1.0 > Make GatewaySender destroy a public API > -

[jira] [Updated] (GEODE-1653) Executing a fire-and-forget function on all servers doesn't actually execute on all servers

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1653: - Fix Version/s: 1.1.0 > Executing a fire-and-forget function on all servers doesn't actually execut

[jira] [Updated] (GEODE-1148) CI failure: SerialWANPropagationLoopBackDUnitTest.testReplicatedSerialPropagationLoopBack3SitesLoop

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1148: - Fix Version/s: 1.1.0 > CI failure: > SerialWANPropagationLoopBackDUnitTest.testReplicatedSerialPr

[jira] [Updated] (GEODE-933) CI failure: ParallelGatewaySenderOperationsDUnitTest.testParallelPropagationSenderStartAfterStop

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-933: Fix Version/s: 1.1.0 > CI failure: > ParallelGatewaySenderOperationsDUnitTest.testParallelPropagatio

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1804: - Fix Version/s: 1.1.0 > CI Failure : > SerialWANPropagationOffHeapDUnitTest.testReplicatedSerialPr

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1938: - Fix Version/s: 1.1.0 > Big Snapshot File Read Exception via SnapshotReader API > -

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2061: - Fix Version/s: 1.1.0 > Remove PdxInstanceInputStream > - > >

[jira] [Updated] (GEODE-2141) StatisticsMonitor and StatMonitorHandler should use ConcurrentHashSet to store monitors, listeners and statisticIds

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2141: - Fix Version/s: 1.1.0 > StatisticsMonitor and StatMonitorHandler should use ConcurrentHashSet to >

[jira] [Updated] (GEODE-1122) Dependency on environment variable GEMFIRE needs to be removed

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1122: - Fix Version/s: 1.1.0 > Dependency on environment variable GEMFIRE needs to be removed > --

[jira] [Updated] (GEODE-1008) CI Failure: ParallelWANPropagationDUnitTest.testPartitionedParallelPropagationHA

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1008: - Fix Version/s: 1.1.0 > CI Failure: > ParallelWANPropagationDUnitTest.testPartitionedParallelPropa

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1956: - Fix Version/s: 1.1.0 > CI failure: > LuceneQueriesPeerPRRedundancyDUnitTest.returnCorrectResultsW

[jira] [Updated] (GEODE-2121) add DLockTest, MembershipTest, ClientServerTest, ClientSubscriptionTest and RestAPITest categories

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2121: - Fix Version/s: 1.1.0 > add DLockTest, MembershipTest, ClientServerTest, ClientSubscriptionTest and

[jira] [Updated] (GEODE-1509) Reduce the memory usage of GatewayEventCallbackArgument

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1509: - Fix Version/s: 1.1.0 > Reduce the memory usage of GatewayEventCallbackArgument > -

[jira] [Updated] (GEODE-2077) getFromBucket() in PartitionedRegion with transaction sometimes returns null when it failed with certain e

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2077: - Fix Version/s: 1.1.0 > getFromBucket() in PartitionedRegion with transaction sometimes returns nul

[jira] [Updated] (GEODE-1364) CI failure: SerialWANPropogationDUnitTest.testReplicatedSerialPropagationToTwoWanSites

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1364: - Fix Version/s: 1.1.0 > CI failure: > SerialWANPropogationDUnitTest.testReplicatedSerialPropagatio

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1835: - Fix Version/s: 1.1.0 > A message logged by the configure pdx command is incorrect > --

[jira] [Updated] (GEODE-1531) geode-examples: add final step to run stop script

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1531: - Fix Version/s: 1.1.0 > geode-examples: add final step to run stop script > --

[jira] [Updated] (GEODE-1242) HARegionQueue.addDispatchedMessage fails with assertion

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1242: - Fix Version/s: 1.1.0 > HARegionQueue.addDispatchedMessage fails with assertion > -

[jira] [Updated] (GEODE-2120) MultipleOplogsRollingFeatureJUnitTest sometimes failed in CI

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2120: - Fix Version/s: 1.1.0 > MultipleOplogsRollingFeatureJUnitTest sometimes failed in CI >

[jira] [Updated] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-165: Fix Version/s: 1.1.0 > Add build support for generating antlr classes from grammar >

[jira] [Updated] (GEODE-2088) A get in transaction may get incorrect TransactionDataNotColocatedException when bucket is not hosted locally

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2088: - Fix Version/s: 1.1.0 > A get in transaction may get incorrect TransactionDataNotColocatedException

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2129: - Fix Version/s: 1.1.0 > Need to generate pdx type id random(or avoid sequential) >

[jira] [Updated] (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 Rang

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1967: - Fix Version/s: 1.1.0 > CompactMapRangeIndex loses track when the same entry is deleted and added.

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

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1931: - Fix Version/s: 1.1.0 > CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators >

[jira] [Updated] (GEODE-1180) CI failure: ParallelWANPropogationOffHeapDUnitTest.testPartitionedParallelPropagationHA

2016-12-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1180: - Fix Version/s: 1.1.0 > CI failure: > ParallelWANPropogationOffHeapDUnitTest.testPartitionedParall

  1   2   >