Odg: Colocated regions missing some buckets after restart

2020-09-28 Thread Mario Kevo
Hi Donal, Sometimes you need to do restart two or three times, but mostly it is reproduced by first restart. start locator --name=locator1 --port=10334 start locator --name=locator2 --port=10335 --locators=localhost[10334] start server --name=server1 --locators=127.0.0.1[10334],127.0.0.1[10335]

Re: Colocated regions missing some buckets after restart

2020-09-28 Thread Donal Evans
Hi Mario, I tried to reproduce the issue using the steps you describe, but I wasn't able to. After restarting the servers, all regions have the expected 113 buckets, and the server startup process is not noticeably slower. I have a few questions that might help understand why I'm unable to repr

Re: [DISCUSS] One more 1.13 change

2020-09-28 Thread Joris Melchior
+1 On 2020-09-28, 3:21 PM, "Dan Smith" wrote: Hi, I'd like to backport this change to support/1.13 as well GEODE-8522: Switching exception log back to debug - https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fgeode%2Fpull%2F5566&data=02%7C01%

Re: [DISCUSS] One more 1.13 change

2020-09-28 Thread Mario Kevo
+1 Šalje: Patrick Johnson Poslano: 28. rujna 2020. 21:27 Prima: dev@geode.apache.org Predmet: Re: [DISCUSS] One more 1.13 change +1 > On Sep 28, 2020, at 12:21 PM, Dan Smith wrote: > > Hi, > > I'd like to backport this change to support/1.13 as well > > GEODE-8

Re: [DISCUSS] One more 1.13 change

2020-09-28 Thread Patrick Johnson
+1 > On Sep 28, 2020, at 12:21 PM, Dan Smith wrote: > > Hi, > > I'd like to backport this change to support/1.13 as well > > GEODE-8522: Switching exception log back to debug - > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fgeode%2Fpull%2F5566&data=0

Re: [DISCUSS] One more 1.13 change

2020-09-28 Thread John Blum
+1 From: Dan Smith Sent: Monday, September 28, 2020 12:21 PM To: dev@geode.apache.org Subject: [DISCUSS] One more 1.13 change Hi, I'd like to backport this change to support/1.13 as well GEODE-8522: Switching exception log back to debug - https://nam04.safeli

[DISCUSS] One more 1.13 change

2020-09-28 Thread Dan Smith
Hi, I'd like to backport this change to support/1.13 as well GEODE-8522: Switching exception log back to debug - https://github.com/apache/geode/pull/5566 This cleans up some noise in our logs that customers might see. [https://avatars3.githubusercontent.com/u/47359?s=400&v=4]

Re: [PROPOSAL] Backport usability improvements to support 1.13 branch

2020-09-28 Thread Dan Smith
+1 - I had a question on the PR itself about how we're merging these. -Dan From: Joris Melchior Sent: Thursday, September 24, 2020 8:13 AM To: dev@geode.apache.org Subject: Re: [PROPOSAL] Backport usability improvements to support 1.13 branch +1 On 2020-09-23,

Odg: Colocated regions missing some buckets after restart

2020-09-28 Thread Mario Kevo
Hi all, After more investigation I found that for some buckets is problem to define which server is primary. While doing getPrimary if existing primary is null it waits for a new primary and after some time return null for it. From what I found is while doing setHosting( grabBucket[Partitioned