Re: [PROPOSAL] Remove warning logs from FunctionException

2022-04-27 Thread Barry Oglesby
in the result, it shouldn't. From: Alberto Gomez Sent: Tuesday, April 5, 2022 4:03 AM To: dev@geode.apache.org ; Barry Oglesby Subject: Re: [PROPOSAL] Remove warning logs from FunctionException ⚠ External Email Thanks for your proposal, Juan. I still think

Re: On conserve-sockets=true with WAN and/or transactions - Follow-up on April's Geode Community Meeting

2022-04-15 Thread Barry Oglesby
Alberto, I can only speak to the WAN question in your email. The conserve-sockets setting was (or is) a limitation on serial WAN, but I just ran a few tests, and it is not deadlocking. Its been a while since I've tried serial WAN with conserve-sockets=true, but I'm pretty sure a test with

Re: [PROPOSAL] Remove warning logs from FunctionException

2022-03-30 Thread Barry Oglesby
I guess I would vote for not removing any information from a server log file that might be useful for debugging purposes. That would include exceptions occurring functions. From: Alberto Gomez Sent: Wednesday, March 30, 2022 4:35 AM To: dev@geode.apache.org

Re: Question related to gateway-receivers connection load balancing

2022-03-11 Thread Barry Oglesby
Jakov, I'm not sure about the coordinator / non-coordinator behavior you're describing, but I see the other behavior. It doesn't seem quite right. Here is a detailed explanation of what I see. LocatorLoadSnapshot.getServerForConnection increments the LoadHolder's connections which updates its

Re: Upgrade scenario: FunctionAttributes update

2022-01-26 Thread Barry Oglesby
Mario, I tried changing optimizeForWrite from true to false in java and the function execution breaks with this cause: Caused by: org.apache.geode.cache.client.ServerOperationException: remote server on localhost: Function attributes at client and server don't match: UpdateTradeFunction at

Re: RFC - Gateway sender to deliver transaction events atomically to receivers

2020-03-26 Thread Barry Oglesby
to the UnitOfWork is one way to address this. Thanks, Barry Oglesby On Thu, Mar 26, 2020 at 7:34 AM Jacob Barrett wrote: > Great idea. I called out some similar areas of concerns and spit balled > some solutions to get the conversations flowing. > > -Jake > > > > On Mar 25, 2

Request for Apache Geode Wiki Edit Permission

2020-03-25 Thread Barry Oglesby
This is a request for permission to edit the Apache Geode Wiki using my Apache credentials: Username: boglesby Email: bogle...@apache.org Thanks, Barry Oglesby

Re: Creation of buckets for partitioned region

2020-02-14 Thread Barry Oglesby
. Any servers that are started after it is called will contain no buckets. Thanks, Barry Oglesby On Fri, Feb 14, 2020 at 7:48 AM Udo Kohlmeyer wrote: > Hi there Mario, > > I can confirm the first observation. Buckets are created lazily. Upon > data create, buckets are created

Re: Async queue mechanism

2019-11-25 Thread Barry Oglesby
tid=0x43] Could not execute "create async-event-queue --id=sampleq7 --listener=test.gemfire.GemFireListener". java.lang.Exception: No results received. ... Thanks, Barry Oglesby On Mon, Nov 25, 2019 at 9:23 AM anjana_nair wrote: > Hi, > > I am trying to create a an asyncE

Re: Odg: Restart gateway-receiver

2019-11-22 Thread Barry Oglesby
t; + processor + "; isConnected=" + processor.getDispatcher().isConnectedToRemote()); } } } The isConnectedToRemote method does: return connection != null && !connection.isDestroyed(); Thanks, Barry Oglesby On Thu, Nov 21, 2019 at 11:15 PM Mario Kevo wrote: > Hi, &

Re: Restart gateway-receiver

2019-11-14 Thread Barry Oglesby
. It could be changed to have a task to retry lost connections, but generally there are events in the queue, so the connection is re-established pretty quickly by the event processor thread. Thanks, Barry Oglesby On Wed, Nov 13, 2019 at 4:55 AM Mario Kevo wrote: > Hi geode dev, > > After

Re: Gateway-sender alert-threshold function not working for gateway sender

2019-07-11 Thread Barry Oglesby
Mario, Yes, you're right. The GatewaySender case does not log that warning if the alert-threshold is set. I updated the ticket with the behavior I see. Thanks, Barry Oglesby On Thu, Jul 11, 2019 at 10:20 AM Mario Ivanac wrote: > Description from documentation > > > --ale

Re: Thread block on org.apache.geode.cache.CacheFactory.getAnyInstance(CacheFactory.java:282)

2018-10-25 Thread Barry Oglesby
to create the VSDCountersManager in the main thread before the P2P message reader thread attempts to do it (like in a Function init)? Thanks, Barry Oglesby On Wed, Oct 24, 2018 at 7:40 AM Anthony Baker wrote: > Sorry I don’t think I understand your question. Did you encounter a > proble

Re: [Proposal] Thread monitoring mechanism

2018-02-23 Thread Barry Oglesby
, Barry Oglesby On Wed, Feb 21, 2018 at 11:41 AM, Gregory Vortman < gregory.vort...@amdocs.com> wrote: > That's the point exactly to have a single very thin and generic mechanism > to cover all threads/threads pool. Nothing is specific in this solution. > Regards > > &g

Re: [discussion]clear method implementation for Parallel Gateway Sender Queue

2017-12-08 Thread Barry Oglesby
region (or possibly localClear) I think the implementation of PartitionedRegion clear and the testing of it is trickier than it sounds. Concurrent updates, HA, rebalancing, etc. all have to be taken into account. Thanks, Barry Oglesby On Thu, Dec 7, 2017 at 2:21 AM, Dinesh Akhand <di

Re: [DISCUSS] Proposal to Deprecate Hash Index

2017-12-06 Thread Barry Oglesby
+1 Thanks, Barry Oglesby On Tue, Dec 5, 2017 at 9:47 PM, Kirk Lund <kl...@apache.org> wrote: > +1 > > On Tue, Dec 5, 2017 at 4:34 PM, Dan Smith <dsm...@pivotal.io> wrote: > > > +1 > > > > -Dan > > > > On Tue, Dec 5,

Re: what is the command to read cacheserver.gfs file??

2017-10-25 Thread Barry Oglesby
... Thanks, Barry Oglesby On Tue, Oct 24, 2017 at 9:52 AM, Jens Deppe <jensde...@apache.org> wrote: > Hi Dinesh, > > Yes, that's pretty much it. That command will give you a list of all the > possible stats. If you want an individual stat you can retrieve it like > this: >

Re: Looking for geode-core dunit using 5 dunit VMs

2017-10-05 Thread Barry Oglesby
All of the WAN dunit tests use more than 5 VMS, but I'm not sure you want those. Those are anything extending WANTestBase. I also see LocatorDUnitTest testMultipleLocatorsRestartingAtSameTime does as well. Thanks, Barry Oglesby On Thu, Oct 5, 2017 at 10:05 AM, Kirk Lund <kl...@apache.org>

Re: Need Help on understanding vsd files

2017-09-22 Thread Barry Oglesby
Interesting. I can see them, but here they are again. I dragged/dropped them this time. [image: Inline image 1][image: Inline image 2][image: Inline image 3][image: Inline image 4][image: Inline image 5] Thanks, Barry Oglesby On Thu, Sep 21, 2017 at 10:23 PM, Avinash Dongre <adon...@apache.

Re: Need Help on understanding vsd files

2017-09-21 Thread Barry Oglesby
age for the entire run I attached charts for each step. Thanks, Barry Oglesby On Thu, Sep 21, 2017 at 10:29 AM, Anilkumar Gingade <aging...@pivotal.io> wrote: > At a high level, you can find stat descriptions by "selecting a stat" and > then clicking (in vsd) main->&quo

Re: How to export region keys in json file

2017-08-16 Thread Barry Oglesby
ot;:"group-81","cycleCode":"cycleCode-81","partitionID":81} {"customerID":"35","customerGroup":"group-35","cycleCode":"cycleCode-35","partitionID":35} {"customerID":"90",&q

Re: Query for JMX "Async Event Queue properties"

2017-07-10 Thread Barry Oglesby
readID=0x1|1;sequenceID=0;bucketId=0];action=0;operation=CREATE;region=/data;key=0;value=0;valueIsObject=1;numberOfParts=9;callbackArgument=GatewaySenderEventCallbackArgumen.. Thanks, Barry Oglesby On Fri, Jun 16, 2017 at 5:38 AM, Dinesh Akhand <dines...@amdocs.com> wrote: &

Re: Review Request 60664: GEODE-3153 Client receives duplicate events during rolling upgrade

2017-07-05 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60664/#review179699 --- Ship it! Ship It! - Barry Oglesby On July 5, 2017, 7:01 p.m

Re: geode-3153 waiting on reviews

2017-07-03 Thread Barry Oglesby
1, 114] In the 904 case, the bytes in the original membership id are written to the stream. In the 91 case, the last 17 bytes are removed before the membership id is written to the stream. Thanks, Barry Oglesby On Mon, Jul 3, 2017 at 1:14 PM, Bruce Schuchardt <bschucha...@pivotal.io> wrote: &g

Re: Review Request 60446: Events do not get removed from the client queue for 1.0 clients

2017-06-26 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60446/#review178932 --- Ship it! Ship It! - Barry Oglesby On June 26, 2017, 8:45

Re: Need information about FunctionStatistics

2017-06-21 Thread Barry Oglesby
getFunctionStats when the FunctionStats are created. I'm not sure whether you need the actual Function instance in the MBean. I guess I would look into those places to add the handleFunctionCreation. Thanks, Barry Oglesby On Wed, Jun 21, 2017 at 7:36 AM, Dinesh Akhand <dines...@amdocs.

Re: Query for JMX "Async Event Queue properties"

2017-06-21 Thread Barry Oglesby
()) { InternalDistributedSystem system = region.cache.getInternalDistributedSystem(); system.handleResourceEvent(ResourceEvent.REGION_REMOVE, region); } Thanks, Barry Oglesby On Tue, Jun 20, 2017 at 6:33 AM, Dinesh Akhand <dines...@amdocs.com> wrote: > Hi Barry, > > > > Looks like things are already

Re: Query for JMX "Async Event Queue properties"

2017-06-16 Thread Barry Oglesby
only be applicable for a parallel AsyncEventQueue. Serial AsyncEventQueues don't create a PartitionedRegion. Thanks, Barry Oglesby On Fri, Jun 16, 2017 at 5:38 AM, Dinesh Akhand <dines...@amdocs.com> wrote: > Hi Team > > Regarding the fo

Re: Review Request 59926: waitUntilFlush should check if its brq's tempQueue is not empty

2017-06-08 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59926/#review177413 --- Ship it! Ship It! - Barry Oglesby On June 8, 2017, 6:43 p.m

Re: Need information about FunctionStatistics

2017-06-08 Thread Barry Oglesby
Dinesh, The FunctionStatistics and FunctionServiceStatistics look to be displaying properly in vsd. Are you not seeing them? Thanks, Barry Oglesby On Thu, Jun 8, 2017 at 9:51 AM, Kirk Lund <kl...@apache.org> wrote: > I think we would probably need to introduce a new FunctionServ

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Barry Oglesby
Yes, that makes a lot of sense. Thanks for the clarification. Thanks, Barry Oglesby On Mon, Jun 5, 2017 at 12:06 PM, Darrel Schneider <dschnei...@pivotal.io> wrote: > I pictured the top level parent region (your customer region) as not having > the StringPrefixPartitionResol

[jira] [Created] (GEODE-3030) The possibleDuplicate boolean may not be set to true in previously processed AEQ events

2017-06-05 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-3030: Summary: The possibleDuplicate boolean may not be set to true in previously processed AEQ events Key: GEODE-3030 URL: https://issues.apache.org/jira/browse/GEODE-3030

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Barry Oglesby
, it doesn't need a delimiter. Is it ok that this idea would require one? Maybe the top-level region shouldn't require a delimiter? If the StringPrefixPartitionResolver is using key.split(":"), the customer region would return the entire key. Thanks, Barry Oglesby On Mon, Jun 5, 2017 at 8:4

[jira] [Created] (GEODE-3026) If a region defining lucene indexes cannot be created, it leaves an AEQ behind

2017-06-02 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-3026: Summary: If a region defining lucene indexes cannot be created, it leaves an AEQ behind Key: GEODE-3026 URL: https://issues.apache.org/jira/browse/GEODE-3026 Project

[jira] [Commented] (GEODE-2947) Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes

2017-06-01 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16033883#comment-16033883 ] Barry Oglesby commented on GEODE-2947: -- The message displayed now is now: {noformat} Region {0

[jira] [Resolved] (GEODE-2947) Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes

2017-05-31 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2947. -- Resolution: Fixed Fix Version/s: 1.2.0 > Improve error message (seen in gfsh) w

[jira] [Created] (GEODE-3014) Document gfsh create lucene index and region failure sequence

2017-05-31 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-3014: Summary: Document gfsh create lucene index and region failure sequence Key: GEODE-3014 URL: https://issues.apache.org/jira/browse/GEODE-3014 Project: Geode

[jira] [Comment Edited] (GEODE-2979) Adding server after defining Lucene index results in unusable cluster

2017-05-31 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16030461#comment-16030461 ] Barry Oglesby edited comment on GEODE-2979 at 5/31/17 7:01 PM: --- Creating

[jira] [Resolved] (GEODE-2973) A lucene index element defined outside the context of a region element in xml throws a ClassCastException

2017-05-31 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2973. -- Resolution: Fixed > A lucene index element defined outside the context of a region elem

[jira] [Resolved] (GEODE-2972) An incorrectly named lucene element in xml throws a ClassCastException

2017-05-31 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2972. -- Resolution: Fixed > An incorrectly named lucene element in xml throws a ClassCastExcept

[jira] [Commented] (GEODE-2979) Adding server after defining Lucene index results in unusable cluster

2017-05-30 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16030461#comment-16030461 ] Barry Oglesby commented on GEODE-2979: -- Creating an index currently just creates an entry in each

[jira] [Resolved] (GEODE-2958) create replicate region with lucene index may restore destroyed defined lucene index

2017-05-24 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2958. -- Resolution: Fixed > create replicate region with lucene index may restore destroyed defi

[jira] [Resolved] (GEODE-2943) Invalid queryStrings cause lucene searches to hang in in PR with multiple nodes

2017-05-23 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2943. -- Resolution: Fixed Fix Version/s: 1.2.0 > Invalid queryStrings cause lucene searc

[jira] [Created] (GEODE-2975) Attributes are not validated in lucene xml configuration

2017-05-22 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2975: Summary: Attributes are not validated in lucene xml configuration Key: GEODE-2975 URL: https://issues.apache.org/jira/browse/GEODE-2975 Project: Geode Issue

[jira] [Created] (GEODE-2973) A lucene index element defined outside the context of a region element in xml throws a ClassCastException

2017-05-22 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2973: Summary: A lucene index element defined outside the context of a region element in xml throws a ClassCastException Key: GEODE-2973 URL: https://issues.apache.org/jira/browse

[jira] [Created] (GEODE-2972) An incorrectly named lucene element in xml throws a ClassCastException

2017-05-22 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2972: Summary: An incorrectly named lucene element in xml throws a ClassCastException Key: GEODE-2972 URL: https://issues.apache.org/jira/browse/GEODE-2972 Project: Geode

[jira] [Created] (GEODE-2968) Provide an API to set identity field(s) on JSON objects

2017-05-22 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2968: Summary: Provide an API to set identity field(s) on JSON objects Key: GEODE-2968 URL: https://issues.apache.org/jira/browse/GEODE-2968 Project: Geode Issue

[jira] [Commented] (GEODE-2943) Invalid queryStrings cause lucene searches to hang in in PR with multiple nodes

2017-05-19 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017944#comment-16017944 ] Barry Oglesby commented on GEODE-2943: -- These queries work fine: {noformat} gfsh>search lucene --n

[jira] [Created] (GEODE-2952) gfsh doesn't support exact match lucene queries

2017-05-19 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2952: Summary: gfsh doesn't support exact match lucene queries Key: GEODE-2952 URL: https://issues.apache.org/jira/browse/GEODE-2952 Project: Geode Issue Type

[jira] [Created] (GEODE-2951) A gfsh lucene query specifying --pageSize fails with a NullPointerException

2017-05-19 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2951: Summary: A gfsh lucene query specifying --pageSize fails with a NullPointerException Key: GEODE-2951 URL: https://issues.apache.org/jira/browse/GEODE-2951 Project

[jira] [Created] (GEODE-2950) Lucene index names should be restricted to valid region names since the index name becomes part of a region

2017-05-19 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2950: Summary: Lucene index names should be restricted to valid region names since the index name becomes part of a region Key: GEODE-2950 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (GEODE-2949) Creating a lucene index containing a slash and then the region using gfsh causes an inconsistent state

2017-05-19 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby updated GEODE-2949: - Summary: Creating a lucene index containing a slash and then the region using gfsh causes

[jira] [Created] (GEODE-2949) Using gfsh to create an index containing a slash and then the region causes an inconsistent state

2017-05-19 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2949: Summary: Using gfsh to create an index containing a slash and then the region causes an inconsistent state Key: GEODE-2949 URL: https://issues.apache.org/jira/browse/GEODE-2949

[jira] [Resolved] (GEODE-1130) Session state modules DeltaEvent logs extraneous 'attribute is already a byte[]' message

2017-05-11 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-1130. -- Resolution: Fixed > Session state modules DeltaEvent logs extraneous 'attribute is alre

[jira] [Updated] (GEODE-1130) Session state modules DeltaEvent logs extraneous 'attribute is already a byte[]' message

2017-05-11 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby updated GEODE-1130: - Description: The following message is logged by {{DeltaEvent.blobifyValue}}: {noformat} [warning

[jira] [Resolved] (GEODE-387) GatewayReceivers configured using cache xml should be started after the regions are created

2017-05-11 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-387. - Resolution: Duplicate This is the same as GEODE-1814. > GatewayReceivers configured using ca

Re: Review Request 59040: when advisor cannot found target nodes for bucket id, should double check if the member is offline

2017-05-08 Thread Barry Oglesby
/FunctionExecutionNodePruner.java Lines 63 (patched) <https://reviews.apache.org/r/59040/#comment247328> What happens in the persistent case? Does it throw a PartitionOfflineException? - Barry Oglesby On May 7, 2017, 5:47 p.m., xiaojian zhou

[jira] [Created] (GEODE-2886) The WaitUntilFlushedFunction throws an IllegalArgumentException instead of an IllegalStateException

2017-05-05 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2886: Summary: The WaitUntilFlushedFunction throws an IllegalArgumentException instead of an IllegalStateException Key: GEODE-2886 URL: https://issues.apache.org/jira/browse/GEODE-2886

[jira] [Created] (GEODE-2883) gfsh gc reports incorrect heap sizes

2017-05-05 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2883: Summary: gfsh gc reports incorrect heap sizes Key: GEODE-2883 URL: https://issues.apache.org/jira/browse/GEODE-2883 Project: Geode Issue Type: Bug

[jira] [Resolved] (GEODE-1337) Define the API for lucene per-field analyzers

2017-05-05 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-1337. -- Resolution: Not A Bug > Define the API for lucene per-field analyz

Re: Remove keys from a PartitionedRegion

2017-05-05 Thread Barry Oglesby
Goutam, What are you doing to get from the input id to the actual keys to delete? Are you running a query? If so, how are you running it, and is it indexed? Thanks, Barry Oglesby On Tue, May 2, 2017 at 11:02 AM, Goutam Tadi <gt...@pivotal.io> wrote: > Hi Barry, > > 1) OptimizeF

[jira] [Created] (GEODE-2878) If an exception occurs after retrieving an XAConnection from the ConnectionProvider but before returning it to the application, the GemFireTransactionDataSource doesn't r

2017-05-04 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2878: Summary: If an exception occurs after retrieving an XAConnection from the ConnectionProvider but before returning it to the application, the GemFireTransactionDataSource doesn't return it to the pool

[jira] [Resolved] (GEODE-1189) Should the LuceneQueryFactory create API throw a Lucene ParseException?

2017-05-04 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-1189. -- Resolution: Fixed Fix Version/s: 1.2.0 > Should the LuceneQueryFactory create API th

[jira] [Resolved] (GEODE-969) Various WAN dunit tests sometimes cause OOME during combineReports task

2017-05-04 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-969. - Resolution: Fixed Fix Version/s: 1.2.0 > Various WAN dunit tests sometimes cause O

[jira] [Resolved] (GEODE-2612) Add option to invoke callbacks while loading a snapshot

2017-05-04 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2612. -- Resolution: Fixed Fix Version/s: 1.2.0 > Add option to invoke callbacks while load

[jira] [Resolved] (GEODE-2553) After deleting and recreating my Lucene index and region, my Lucene query hung.

2017-05-04 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2553. -- Resolution: Fixed > After deleting and recreating my Lucene index and region, my Lucene qu

[jira] [Resolved] (GEODE-2230) LuceneIndex.waitUntilFlushed should not have to wait for the queue to be completely empty

2017-05-04 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2230. -- Resolution: Fixed Fix Version/s: 1.2.0 > LuceneIndex.waitUntilFlushed should not h

Re: Remove keys from a PartitionedRegion

2017-05-01 Thread Barry Oglesby
Are you passing the keys as a filter or an argument? What does optimizeForWrite in your function return? Thanks, Barry Oglesby On Mon, May 1, 2017 at 4:41 PM, Goutam Tadi <gt...@pivotal.io> wrote: > Hi Dan, > > Thanks for the reply. > No, we are neither executing the functio

[jira] [Resolved] (GEODE-2823) The LuceneEventListener caues deserialized values to be stored in the entry when the region contains DataSerializable or Serializable values

2017-05-01 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2823. -- Resolution: Fixed Fix Version/s: 1.2.0 > The LuceneEventListener caues deseriali

[jira] [Created] (GEODE-2848) While destroying a LuceneIndex, the AsyncEventQueue region is destroyed in remote members before stopping the AsyncEventQueue

2017-04-28 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2848: Summary: While destroying a LuceneIndex, the AsyncEventQueue region is destroyed in remote members before stopping the AsyncEventQueue Key: GEODE-2848 URL: https

Re: Review Request 58751: GEODE-2632: make GemFireCacheImpl.getRegion(String) non-final

2017-04-27 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58751/#review173210 --- Ship it! Ship It! - Barry Oglesby On April 26, 2017, 8:54

[jira] [Resolved] (GEODE-2689) If a region containing a Lucene index is created in one group and altered in another, a member in the other group will fail to start

2017-04-26 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2689. -- Resolution: Fixed Fix Version/s: 1.2.0 > If a region containing a Lucene in

[jira] [Created] (GEODE-2823) The LuceneEventListener caues deserialized values to be stored in the entry when the region contains DataSerializable or Serializable values

2017-04-24 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2823: Summary: The LuceneEventListener caues deserialized values to be stored in the entry when the region contains DataSerializable or Serializable values Key: GEODE-2823 URL: https

Re: Review Request 58594: even lost primary, dispatched batch should still be removed

2017-04-20 Thread Barry Oglesby
conflation tests to verify? - Barry Oglesby On April 20, 2017, 9:08 p.m., xiaojian zhou wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

[jira] [Assigned] (GEODE-2605) Unable to do a Lucene query without CLUSTER:READ privilege

2017-04-19 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby reassigned GEODE-2605: Assignee: Barry Oglesby > Unable to do a Lucene query without CLUSTER:READ privil

[jira] [Resolved] (GEODE-2605) Unable to do a Lucene query without CLUSTER:READ privilege

2017-04-19 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2605. -- Resolution: Fixed Fix Version/s: 1.2.0 > Unable to do a Lucene query with

[jira] [Created] (GEODE-2793) Look into reducing the amount of PDX deserializations in OQL query intermediate result sets for indexed OR queries containing PdxInstanceImpls

2017-04-18 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2793: Summary: Look into reducing the amount of PDX deserializations in OQL query intermediate result sets for indexed OR queries containing PdxInstanceImpls Key: GEODE-2793 URL

[jira] [Commented] (GEODE-2689) If a region containing a Lucene index is created in one group and altered in another, a member in the other group will fail to start

2017-04-14 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969667#comment-15969667 ] Barry Oglesby commented on GEODE-2689: -- If I run the same test with OQL, the member starts

[jira] [Commented] (GEODE-2605) Unable to do a Lucene query without CLUSTER:READ privilege

2017-04-14 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969659#comment-15969659 ] Barry Oglesby commented on GEODE-2605: -- I went through the 4 gfsh commands and compared them

[jira] [Resolved] (GEODE-2750) Lucene destroy index should destroy the index on remote members before destroying it in the local member

2017-04-04 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2750. -- Resolution: Fixed Fix Version/s: 1.2.0 > Lucene destroy index should destroy the in

[jira] [Commented] (GEODE-2404) Add API to destroy a region containing lucene indexes

2017-04-03 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15954095#comment-15954095 ] Barry Oglesby commented on GEODE-2404: -- I created GEODE-2750 related to this issue: Lucene destroy

[jira] [Resolved] (GEODE-2404) Add API to destroy a region containing lucene indexes

2017-04-03 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2404. -- Resolution: Fixed > Add API to destroy a region containing lucene inde

[jira] [Updated] (GEODE-2404) Add API to destroy a region containing lucene indexes

2017-04-03 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby updated GEODE-2404: - Fix Version/s: (was: 1.2.0) > Add API to destroy a region containing lucene inde

[jira] [Created] (GEODE-2745) The AsyncEventQueueImpl waitUntilFlushed method waits longer than it should for events to be flushed

2017-04-03 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2745: Summary: The AsyncEventQueueImpl waitUntilFlushed method waits longer than it should for events to be flushed Key: GEODE-2745 URL: https://issues.apache.org/jira/browse/GEODE

[jira] [Created] (GEODE-2689) If a region containing a Lucene index is created in one group and altered in another, a member in the other group will fail to start

2017-03-17 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2689: Summary: If a region containing a Lucene index is created in one group and altered in another, a member in the other group will fail to start Key: GEODE-2689 URL: https

[jira] [Created] (GEODE-2688) The Lucene xml in the cluster config includes the internal async event queue id

2017-03-17 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2688: Summary: The Lucene xml in the cluster config includes the internal async event queue id Key: GEODE-2688 URL: https://issues.apache.org/jira/browse/GEODE-2688

[jira] [Resolved] (GEODE-2638) A GatewaySender fails to start if it attempts to connect to a remote locator that is an unresolvable hostname

2017-03-10 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2638. -- Resolution: Fixed Fix Version/s: 1.2.0 > A GatewaySender fails to start if it attem

[jira] [Reopened] (GEODE-2404) Add API to destroy a region containing lucene indexes

2017-03-10 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby reopened GEODE-2404: -- Assignee: Barry Oglesby Support for groups needs to be added. > Add API to destroy a reg

[jira] [Comment Edited] (GEODE-2404) Add API to destroy a region containing lucene indexes

2017-03-10 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15905490#comment-15905490 ] Barry Oglesby edited comment on GEODE-2404 at 3/10/17 6:06 PM: --- Support

[jira] [Created] (GEODE-2638) A GatewaySender fails to start if it attempts to connect to a remote locator that is an unresolvable hostname

2017-03-08 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2638: Summary: A GatewaySender fails to start if it attempts to connect to a remote locator that is an unresolvable hostname Key: GEODE-2638 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (GEODE-2612) Add option to invoke callbacks while loading a snapshot

2017-03-07 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby updated GEODE-2612: - Description: As a work-around to recreating a lucene index (which is not currently supported

[jira] [Assigned] (GEODE-2612) Add option to invoke callbacks while loading a snapshot

2017-03-07 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby reassigned GEODE-2612: Assignee: Barry Oglesby > Add option to invoke callbacks while loading a snaps

[jira] [Created] (GEODE-2612) Add option to invoke callbacks while loading a snapshot

2017-03-07 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2612: Summary: Add option to invoke callbacks while loading a snapshot Key: GEODE-2612 URL: https://issues.apache.org/jira/browse/GEODE-2612 Project: Geode Issue

[jira] [Resolved] (GEODE-2568) When its AsyncEventQueue is destroyed, its JMX MBean is not removed

2017-03-03 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2568. -- Resolution: Fixed Fix Version/s: 1.2.0 > When its AsyncEventQueue is destroyed, its

[jira] [Assigned] (GEODE-2568) When its AsyncEventQueue is destroyed, its JMX MBean is not removed

2017-03-01 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby reassigned GEODE-2568: Assignee: Barry Oglesby > When its AsyncEventQueue is destroyed, its JMX MB

[jira] [Created] (GEODE-2568) When its AsyncEventQueue is destroyed, its JMX MBean is not removed

2017-03-01 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2568: Summary: When its AsyncEventQueue is destroyed, its JMX MBean is not removed Key: GEODE-2568 URL: https://issues.apache.org/jira/browse/GEODE-2568 Project: Geode

[jira] [Resolved] (GEODE-2547) Interest registration can cause a CacheLoader to be invoked

2017-02-28 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2547. -- Resolution: Fixed Fix Version/s: 1.2.0 > Interest registration can cause a CacheLoa

Re: Review Request 57170: GEODE-2538: Don't deserialize values on the server when getting results

2017-02-28 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57170/#review167171 --- Ship it! Ship It! - Barry Oglesby On Feb. 28, 2017, 10:41

Re: Review Request 57057: GEODE-2538: Don't invoke a cache loader when fetching values for a lucene query

2017-02-27 Thread Barry Oglesby
/internal/results/LuceneGetPageFunction.java (line 75) <https://reviews.apache.org/r/57057/#comment239038> I'm not sure if you want to deal with this, but the getValue call will deserialize the value on the server, then it will be reserializeed to send to the client. - Barry Oglesby On F

[jira] [Resolved] (GEODE-2404) Add API to destroy a region containing lucene indexes

2017-02-27 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2404. -- Resolution: Fixed Fix Version/s: 1.2.0 > Add API to destroy a region containing luc

  1   2   >