Re: Apache Geode 1.15.1 patch version

2022-09-15 Thread Jakov
ite <https://issues.apache.org/jira/browse/GEODE-10281>s GEODE-10401: Oplog recovery takes too long due to fault in fastutil library <https://issues.apache.org/jira/browse/GEODE-10401> BR, Jakov On 15. 09. 2022. 11:33, Alberto Gomez wrote: Hi community, I propose to add the foll

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

2022-05-18 Thread Jakov Varenina
arameter (e.g., name="org.apache.geode" level="DEBUG">) are mutually exclusive. Users can choose between these two options with the LOG_LEVEL_UPDATE_OCCURS system property. Is this a correct understanding? Best Regards, Jakov

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

2022-05-03 Thread Jakov Varenina
Thank you Dan. You helped a lot! Best Regards, Jakov On 02. 05. 2022. 19:06, Dan Smith wrote: I think the membership-port-range determines the port that the server side of the TCP socket is listening on. What I see in your log statement is the port number of the client side of the socket

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

2022-05-02 Thread Jakov Varenina
;https://issues.apache.org/jira/browse/GEODE-10268> Best Regards, Jakov

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
5 and PR (contains the test case that reproduces the issue): https://github.com/apache/geode/pull/7549 Best Regards, Jakov

Re: Question related to gateway-receivers connection load balancing

2022-03-14 Thread Jakov Varenina
is comment: https://github.com/apache/geode/pull/7378#issuecomment-1048513322 <https://github.com/apache/geode/pull/7378#issuecomment-1048513322> Thanks, Jakov On 12. 03. 2022. 02:33, Barry Oglesby wrote: Jakov, I'm not sure about the coordinator / non-coordinator behavior you&

Question related to gateway-receivers connection load balancing

2022-03-10 Thread Jakov Varenina
https://issues.apache.org/jira/browse/GEODE-10056 Thanks, Jakov

Re: Question regarding geode thread priorities

2022-02-01 Thread Jakov Varenina
Hi Kirk, No problem and thank you for the answer! Best Regards :), Jakov On 27. 01. 2022. 00:42, Kirk Lund wrote: PS: Sorry if I didn't realize what BRs is :D On Wed, Jan 26, 2022 at 3:39 PM Kirk Lund wrote: Hi BRs/Jakov, I'm familiar with most of these threads, and these ones

Question regarding geode thread priorities

2022-01-24 Thread Jakov Varenina
something and these priorities are somehow used even without setting mentioned JVM parameters? Any help on this topic is welcome and sorry for bothering! BRs/Jakov

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

2021-12-03 Thread Jakov Varenina
Hi Anthony, Not sure normally, but at the moment when we were investigating the issue there were 21 .crf files in disk-store (on one server) with default max-oplog-size (1GB) and compaction-threshold (50%). BRs/Jakov On 02. 12. 2021. 17:06, Anthony Baker wrote: Related but different

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

2021-12-02 Thread Jakov Varenina
nnecessary heap memory. Thank you all for quick review of PR and fast response to our questions! BRs/Jakov On 02. 12. 2021. 00:25, Dan Smith wrote: Interesting. It does look like that pendingKrfTags structure is wasting memory. I think that retained heap of 20 gigabytes might include y

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
? Do you maybe know how to overcome this issue? Please feel free to ask any additional information or correct me if I misunderstood this exception completely. BRs/Jakov

Question regarding VersionRequest/VersionResponse messages

2021-03-09 Thread Jakov Varenina
try to send message (e.g. /RemoteLocatorJoinRequest/) thinking that it is old member on the other side, and that will then result with /ClassCastException/ when reading response (e.g. /RemoteLocatorJoinResponse/). BRs, Jakov

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
using k8s with 1.12 release, and due to fact that we were unable to reproduce the issue on geode only, we are not sure that the problem is actually in geode. Please feel free to contact me by slack or mail for any additional questions or things you would like to discuss. BRs, Jakov On 19

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

2020-10-13 Thread Jakov Varenina
efull shutdown? Just to add that shutdown procedure is also delayed due to unsuccessful attempts to estabilsh TCP connections towards the other members. BRs, Jakov

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

2020-07-17 Thread Jakov Varenina
Hi Barrett, We have suspected that this could be bug, and it is great that you confirmed it and this quickly created a fix. Thank you very much for your effort! BRs, Jakov On 16. 07. 2020. 21:39, Barrett Oglesby wrote: I think you've found a bug in this scenario

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
ot clear why this is not allowed. Non-persistent parallel gateway sender is attached only to non-persistent  region ‘part_a’ (and not to persistent  region ‘_part_hidden’) . Why is this not allowed by Geode? Is there any way around this issue? Geode version: 1.12, 1.11 BRs, Jakov

Re: Odg: Certificate Based Authorization

2020-06-23 Thread Jakov Varenina
the certificate based auth is enabled, then it will have to reject all RMI connections, since the clients initiating those RMI connections cannot be properly authenticated and authorized on the server side. BRs/Jakov On 22. 06. 2020. 23:11, Jacob Barrett wrote: I went on a little journey to see if

Re: Odg: Certificate Based Authorization

2020-06-18 Thread Jakov Varenina
with one received in the certificate. We would be really grateful if community would give us feedback if any of this is acceptable? Any new solution proposal or hint would be really appreciated. We have already sent a question to @dev@geode regarding this issue: https://www.mail-archive.com/dev@

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
Yes I can. IOException is not thrown and the client works in that case. BRs, Jakov On 17. 04. 2020. 16:24, Jacob Barrett wrote: Can you confirm that when log level less than debug that the IOException goes away and the client appears to function? -Jake On Apr 17, 2020, at 1:12 AM, Jakov

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

2020-04-17 Thread Jakov Varenina
ing re-connection to same servers queue somehow also, but this has to be investigated yet. Any hints or comments related to this would be really appreciated. BRs, Jakov On 15. 04. 2020. 10:07, Jacob Barrett wrote: Looking back at history the native library has always only ever set that findDurabl

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

2020-04-14 Thread Jakov Varenina
id membership i//d. //I noticed that unlike java client, the native client always sets //findDurable// to //"false" //and therefore locator will never behave as described in above paragraph when native client is used. Does anybody know why native client always sets //findDurable=false//? BRs, Jakov

Re: Request access to JIRA

2020-03-13 Thread Jakov
Thank you Anthony! BRs/Jakov On 13. 03. 2020. 13:35, Anthony Baker wrote: Welcome Jakov! You’re all set. Please let us know if you have questions, happy to help out! Anthony On Mar 13, 2020, at 4:50 AM, Jakov wrote: Hi Geode Dev, Could you please give me access to JIRA, so I could

Request access to JIRA

2020-03-13 Thread Jakov
Hi Geode Dev, Could you please give me access to JIRA, so I could assign to tickets? My JIRA username is "jvarenina". BRs, Jakov