Question regarding --J=-Dgeode.LOG_LEVEL_UPDATE_OCCURS system property

2022-05-18 Thread Jakov Varenina
Hi devs, When the --J=-Dgeode.LOG_LEVEL_UPDATE_OCCURS=ALWAYS system property is set, the server/locator ignores the log level specified in the custom Log4J configuration file at the startup. Is this expected behavior? I could only find one note related to the above property in the "change lo

Re: Peer-to-peer connections use the --server-port causing the server to hang during startup

2022-05-03 Thread Jakov Varenina
(where it says localport=37392). The port for the client side of a socket comes from the ephemeral port range configured on your OS - usually 32768–60999 in linux. https://en.wikipedia.org/wiki/Ephemeral_port -Dan From: Jakov Varenina Sent: Monday, May 2, 2022 5

Peer-to-peer connections use the --server-port causing the server to hang during startup

2022-05-02 Thread Jakov Varenina
Hi devs, We have noticed that some peer-to-peer connections use ports outside the range defined by the membership-port-range (41000-61000) parameter: [vm1] membership-port-range=41000-61000 [vm1] [debug 2022/05/02 11:15:57.968 CEST server-1 Connection(1)-192.168.1.36> tid=0x1a] starting pee

Re: WAN replication not working after re-creating the partitioned region

2022-04-26 Thread Jakov Varenina
check it? Best Regards, Jakov On 06. 04. 2022. 15:18, Jakov Varenina wrote: Hi devs, We have found one scenario where WAN replication is not working: 1. Create a parallel gateway sender and the region 2. Run some traffic so that all buckets are created 3. Alter region to remove the

WAN replication not working after re-creating the partitioned region

2022-04-06 Thread Jakov Varenina
Hi devs, We have found one scenario where WAN replication is not working: 1. Create a parallel gateway sender and the region 2. Run some traffic so that all buckets are created 3. Alter region to remove the gateway sender (alter region --name=/example-region --gateway-sender-id="") 4. Destr

Re: Question related to gateway-receivers connection load balancing

2022-03-14 Thread Jakov Varenina
te and its ignored in the locator. I haven't had a chance to look at your PR yet. Barry From: Jakov Varenina Sent: Thursday, March 10, 2022 1:21 AM To:dev@geode.apache.org Subject: Question related to gateway-receivers connection load balancing Hi d

Question related to gateway-receivers connection load balancing

2022-03-10 Thread Jakov Varenina
Hi devs, We have observed some weird behavior related to load balancing of gateway-receivers connections in the geode cluster. Currently, gateway-receiver connection load is only updated on coordinator locator when it provides server location to remote gateway-sender in ClientConnectionReques

Re: Question regarding geode thread priorities

2022-02-01 Thread Jakov Varenina
ache/geode-benchmarks as well as writing targeted JMH micro-benchmarks. Cheers, Kirk On Mon, Jan 24, 2022 at 3:50 AM Jakov Varenina wrote: Hi community, We have came across to some code in geode that prioritizes some of the threads using https://cr.openjdk.java.net/~iris/se/11/latestSpec/api

Question regarding geode thread priorities

2022-01-24 Thread Jakov Varenina
Hi community, We have came across to some code in geode that prioritizes some of the threads using https://cr.openjdk.java.net/~iris/se/11/latestSpec/api/java.base/java/lang/Thread.html#setPriority(int). Below you can find links to code. https://github.com/apache/geode/blob/41eb49989f25607ac

Re: Question related to orphaned .drf files in disk-store

2021-12-03 Thread Jakov Varenina
question: how many active oplogs do you normally see at one time? You may want to adjust the max-oplog-size if the default of 1 GB is too small. On Dec 2, 2021, at 1:11 AM, Jakov Varenina mailto:jakov.varen...@est.tech>> wrote: Hi Dan, We forget to mention that we actually configure off-he

Re: Question related to orphaned .drf files in disk-store

2021-12-02 Thread Jakov Varenina
our entire cache, because those objects have references back to the Cache object. However with 6K oplogs each having an empty map with 4K elements that does add up. -Dan ---- *From:* Jakov Varenina *Sent:* Tuesday, November 30, 20

Re: Exception when trying to use Continuous Queries in geode-wan module distributed test

2021-05-11 Thread Jakov Varenina
You can ignore this question, because I have been able to resolve it by adding geode-cq dependency to geode-wan/build.gradle Sorry to bother you all like this. On 11. 05. 2021. 17:57, Jakov Varenina wrote: Hi all, I'm trying to create distributed test in geode-wan module that combine

Exception when trying to use Continuous Queries in geode-wan module distributed test

2021-05-11 Thread Jakov Varenina
Hi all, I'm trying to create distributed test in geode-wan module that combines WAN and CQ functionality. When I execute the test case, I always get the following error:  java.lang.IllegalStateException: CqService is not available.     at org.apache.geode.cache.query.internal.cq.Miss

Question regarding VersionRequest/VersionResponse messages

2021-03-09 Thread Jakov Varenina
Hi community, I have one question regarding VersionRequest/VersionResponse messages. Before member sends actual message, it has to first determine the remote member version. This is done by exchanging /VersionRequest///VersionResponse/ messages using function /getServerVersion() /from class /

Re: Request for rights to write comments on Apache Geode Confluence

2021-01-11 Thread Jakov Varenina
Thank you, Dan! BRs, Jakov On 11. 01. 2021. 18:40, Dan Smith wrote: Done. You should have access now. Thanks! -Dan From: Jakov Varenina Sent: Monday, January 11, 2021 2:09 AM To: dev@geode.apache.org Subject: Request for rights to write comments on Apache

Request for rights to write comments on Apache Geode Confluence

2021-01-11 Thread Jakov Varenina
Hi devs, Could you please give me rights to write comments on Apache Geode Confluence page? username: jakov.varenina BRs, Jakov

Feature proposal: Persist gateway-sender state within Cluster Configuration

2021-01-07 Thread Jakov Varenina
Hi all, We would like to propose a new feature: https://cwiki.apache.org/confluence/display/GEODE/Persist+gateway-sender+state+within+Cluster+Configuration Could you please check it and comment? BRs, Jakov

Re: Member that is shutting down initiate removal of other members from the cluster

2020-10-20 Thread Jakov Varenina
. 10. 2020. 20:26, Ernie Burghardt wrote: Hi Jakov, I'm looking into your question(s)... curious if you've run into this in a non-k8s cluster? Might help focus the investigation... Thanks, EB On 10/13/20, 7:51 AM, "Jakov Varenina" wrote: Hi all, sorry for botheri

Member that is shutting down initiate removal of other members from the cluster

2020-10-13 Thread Jakov Varenina
Hi all, sorry for bothering, but we have noticed some differences in behavior between 1.11 and 1.12 releases and need your help in understanding them. First I would like to mention that we are running geode in Kubernetes. We perform shutdown of the worker node that is hosting one member(e.g.

Re: Non-persistent parallel gateway sender on non-persistent region (collocated with persistent region)

2020-07-17 Thread Jakov Varenina
o see if it is a valid change. I'll also add a test for this scenario. From: Jakov Varenina Sent: Friday, July 10, 2020 3:34 AM To: dev@geode.apache.org Subject: Re: Non-persistent parallel gateway sender on non-persistent region (collocated with persist

Re: Non-persistent parallel gateway sender on non-persistent region (collocated with persistent region)

2020-07-10 Thread Jakov Varenina
Hi devs, just a kind reminder. We would be really grateful if you could take look at question in below mail. BRs, Jakov On 06. 07. 2020. 15:50, Jakov Varenina wrote: Hi all, We are trying to setup non-persistent parallel gateway sender (‘sender’) on a non-persistent  partitioned region

Non-persistent parallel gateway sender on non-persistent region (collocated with persistent region)

2020-07-06 Thread Jakov Varenina
Hi all, We are trying to setup non-persistent parallel gateway sender (‘sender’) on a non-persistent  partitioned region (‘part_a’). This works OK. But when this same region ‘part_a’ is colocated with another persistent region (‘_part_hidden’),  Geode throws an exception: Exception in thread

Re: Odg: Certificate Based Authorization

2020-06-23 Thread Jakov Varenina
the solution initially. Second I would use this private variable to compete the support in OpenJDK. > > -Jake > > >> On Jun 19, 2020, at 11:14 AM, Jacob Barrett wrote: >> >> >> >>> >>> On Jun 18, 2020, at 4:24 AM, Jakov Varenina mailto:jakov.va

Re: Odg: Certificate Based Authorization

2020-06-18 Thread Jakov Varenina
Hi Anthony and all, I have been working with Mario on this feature. Let me first answer the questions: 1) Multi-user authentication will not be supported when using this new kind of SecurityManager implementation. 2) The idea was to use only CN for principal, and ignore SAN (this would be

Re: Unable to get behavior described in documentation when using durable native client

2020-04-23 Thread Jakov Varenina
to see if they are hosting the subscription region queue for the durable client. If the server is located, the client is connected to the server hosting the subscription region queue./ BRs, Jakov On 20. 04. 2020. 08:10, Jakov Varenina wrote: Yes I can. IOException is not thrown and the client works

Re: Unable to get behavior described in documentation when using durable native client

2020-04-19 Thread Jakov Varenina
findDurable flag to false. I traced it back to its initial commit. Aside from the annoying log message, does client durable connection work correctly? On Apr 14, 2020, at 10:56 PM, Jakov Varenina wrote: Hi all, Could you please help me understand behavior of the native client when configured

Re: Unable to get behavior described in documentation when using durable native client

2020-04-17 Thread Jakov Varenina
e flag to false. I traced it back to its initial commit. Aside from the annoying log message, does client durable connection work correctly? On Apr 14, 2020, at 10:56 PM, Jakov Varenina wrote: Hi all, Could you please help me understand behavior of the native client when configured as durable

Unable to get behavior described in documentation when using durable native client

2020-04-14 Thread Jakov Varenina
Hi all, Could you please help me understand behavior of the native client when configured as durable? I have been working on a bug GEODE-7944 which results with exception "Unable to deserialize membership id java.io.EOFException" on locator