Re: BugFix release 7.3.1

2018-04-25 Thread Đạt Cao Mạnh
Hi Varun,

I think the log is fine, it seems to happen at the end of the test when ZK
was shut down.

On Wed, Apr 25, 2018 at 12:43 PM Varun Thacker  wrote:

> Thanks Dat! It's committed
>
> I was however not able to run the full tests successfully. I ran into
> thousands of these messages which seem to be fixed by
> https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=commitdiff;h=a4789db
> ? Although https://issues.apache.org/jira/browse/SOLR-12200 is still open.
>
>
>[junit4]   2> 1947362 ERROR
> (OverseerAutoScalingTriggerThread-72082625281785866-dummy.host.com:8984_solr-n_06)
> [n:dummy.host.com:8984_solr] o.a.s.c.a.OverseerTriggerThread A ZK
> error has occurred
>
>[junit4]   2> java.io.IOException:
> org.apache.zookeeper.KeeperException$SessionExpiredException:
> KeeperErrorCode = Session expired for /autoscaling.json
>
>[junit4]   2> at
> org.apache.solr.client.solrj.impl.ZkDistribStateManager.getAutoScalingConfig(ZkDistribStateManager.java:183)
>
>[junit4]   2> at
> org.apache.solr.client.solrj.cloud.autoscaling.DistribStateManager.getAutoScalingConfig(DistribStateManager.java:78)
>
>[junit4]   2> at
> org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:126)
>
>[junit4]   2> at java.lang.Thread.run(Thread.java:745)
>
>[junit4]   2> Caused by:
> org.apache.zookeeper.KeeperException$SessionExpiredException:
> KeeperErrorCode = Session expired for /autoscaling.json
>
> On Tue, Apr 24, 2018 at 7:35 PM, Đạt Cao Mạnh 
> wrote:
>
>> Hi Varun,
>>
>> Go ahead, I will start the build tomorrow.
>>
>> On Wed, Apr 25, 2018 at 1:21 AM Varun Thacker  wrote:
>>
>>> Hi Dat,
>>>
>>> What's the timeline in mind that you have for creating a Solr 7.3.1 RC?
>>>
>>> I want to backport SOLR-12065 / SOLR-11724 and I can wrap it up today
>>>
>>> On Mon, Apr 23, 2018 at 1:01 AM, Alan Woodward 
>>> wrote:
>>>
 Done

 > On 23 Apr 2018, at 04:12, Đạt Cao Mạnh 
 wrote:
 >
 > Hi Alan,
 >
 > Can you backport LUCENE-8254 to branch_7_3?


 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org


>>>
>


Re: BugFix release 7.3.1

2018-04-24 Thread Varun Thacker
Thanks Dat! It's committed

I was however not able to run the full tests successfully. I ran into
thousands of these messages which seem to be fixed by
https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=commitdiff;h=a4789db
? Although https://issues.apache.org/jira/browse/SOLR-12200 is still open.


   [junit4]   2> 1947362 ERROR (OverseerAutoScalingTriggerThre
ad-72082625281785866-dummy.host.com:8984_solr-n_06)
[n:dummy.host.com:8984_solr] o.a.s.c.a.OverseerTriggerThread A ZK error
has occurred

   [junit4]   2> java.io.IOException:
org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /autoscaling.json

   [junit4]   2> at org.apache.solr.client.solrj.impl.ZkDistribStateManager.
getAutoScalingConfig(ZkDistribStateManager.java:183)

   [junit4]   2> at org.apache.solr.client.solrj.cloud.autoscaling.
DistribStateManager.getAutoScalingConfig(DistribStateManager.java:78)

   [junit4]   2> at org.apache.solr.cloud.autoscaling.
OverseerTriggerThread.run(OverseerTriggerThread.java:126)

   [junit4]   2> at java.lang.Thread.run(Thread.java:745)

   [junit4]   2> Caused by:
org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /autoscaling.json

On Tue, Apr 24, 2018 at 7:35 PM, Đạt Cao Mạnh 
wrote:

> Hi Varun,
>
> Go ahead, I will start the build tomorrow.
>
> On Wed, Apr 25, 2018 at 1:21 AM Varun Thacker  wrote:
>
>> Hi Dat,
>>
>> What's the timeline in mind that you have for creating a Solr 7.3.1 RC?
>>
>> I want to backport SOLR-12065 / SOLR-11724 and I can wrap it up today
>>
>> On Mon, Apr 23, 2018 at 1:01 AM, Alan Woodward 
>> wrote:
>>
>>> Done
>>>
>>> > On 23 Apr 2018, at 04:12, Đạt Cao Mạnh 
>>> wrote:
>>> >
>>> > Hi Alan,
>>> >
>>> > Can you backport LUCENE-8254 to branch_7_3?
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>>
>>>
>>


Re: BugFix release 7.3.1

2018-04-24 Thread Đạt Cao Mạnh
Hi Varun,

Go ahead, I will start the build tomorrow.
On Wed, Apr 25, 2018 at 1:21 AM Varun Thacker  wrote:

> Hi Dat,
>
> What's the timeline in mind that you have for creating a Solr 7.3.1 RC?
>
> I want to backport SOLR-12065 / SOLR-11724 and I can wrap it up today
>
> On Mon, Apr 23, 2018 at 1:01 AM, Alan Woodward 
> wrote:
>
>> Done
>>
>> > On 23 Apr 2018, at 04:12, Đạt Cao Mạnh  wrote:
>> >
>> > Hi Alan,
>> >
>> > Can you backport LUCENE-8254 to branch_7_3?
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>>
>


Re: BugFix release 7.3.1

2018-04-24 Thread Varun Thacker
Hi Dat,

What's the timeline in mind that you have for creating a Solr 7.3.1 RC?

I want to backport SOLR-12065 / SOLR-11724 and I can wrap it up today

On Mon, Apr 23, 2018 at 1:01 AM, Alan Woodward  wrote:

> Done
>
> > On 23 Apr 2018, at 04:12, Đạt Cao Mạnh  wrote:
> >
> > Hi Alan,
> >
> > Can you backport LUCENE-8254 to branch_7_3?
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


Re: BugFix release 7.3.1

2018-04-23 Thread Alan Woodward
Done

> On 23 Apr 2018, at 04:12, Đạt Cao Mạnh  wrote:
> 
> Hi Alan, 
> 
> Can you backport LUCENE-8254 to branch_7_3?


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: BugFix release 7.3.1

2018-04-22 Thread Đạt Cao Mạnh
Hi Alan,

Can you backport LUCENE-8254 to branch_7_3?


Re: BugFix release 7.3.1

2018-04-16 Thread Ishan Chattopadhyaya
+1

On Mon, Apr 16, 2018 at 9:51 PM, Varun Thacker  wrote:

> +1
>
> On Mon, Apr 16, 2018 at 7:39 AM, Adrien Grand  wrote:
>
>> +1
>>
>> Le lun. 16 avr. 2018 à 16:22, Alan Woodward  a
>> écrit :
>>
>>> +1
>>>
>>> I’d like to get LUCENE-8254 in as well.
>>>
>>>
>>> On 16 Apr 2018, at 15:15, Đạt Cao Mạnh  wrote:
>>>
>>> Note: Resent another mail because the previous one missed 7.3.1 in the
>>> title.
>>> Hi,
>>>
>>> There are some bugs get fixed in 7.4 are SOLR-12066, SOLR-12087, and
>>> SOLR-12088 which can cause some annoying problems to users who are using
>>> autoscaling framework (or frequently calling DeleteReplica API).
>>> so I wanted to ask if anyone objects to a bugfix release for 7.3
>>> (7.3.1). I also volunteer to be the release manager for this one if it is
>>> accepted.
>>>
>>>
>>>
>>>
>>>
>


Re: BugFix release 7.3.1

2018-04-16 Thread Varun Thacker
+1

On Mon, Apr 16, 2018 at 7:39 AM, Adrien Grand  wrote:

> +1
>
> Le lun. 16 avr. 2018 à 16:22, Alan Woodward  a
> écrit :
>
>> +1
>>
>> I’d like to get LUCENE-8254 in as well.
>>
>>
>> On 16 Apr 2018, at 15:15, Đạt Cao Mạnh  wrote:
>>
>> Note: Resent another mail because the previous one missed 7.3.1 in the
>> title.
>> Hi,
>>
>> There are some bugs get fixed in 7.4 are SOLR-12066, SOLR-12087, and
>> SOLR-12088 which can cause some annoying problems to users who are using
>> autoscaling framework (or frequently calling DeleteReplica API).
>> so I wanted to ask if anyone objects to a bugfix release for 7.3 (7.3.1).
>> I also volunteer to be the release manager for this one if it is accepted.
>>
>>
>>
>>
>>


Re: BugFix release 7.3.1

2018-04-16 Thread Adrien Grand
+1

Le lun. 16 avr. 2018 à 16:22, Alan Woodward  a écrit :

> +1
>
> I’d like to get LUCENE-8254 in as well.
>
>
> On 16 Apr 2018, at 15:15, Đạt Cao Mạnh  wrote:
>
> Note: Resent another mail because the previous one missed 7.3.1 in the
> title.
> Hi,
>
> There are some bugs get fixed in 7.4 are SOLR-12066, SOLR-12087, and
> SOLR-12088 which can cause some annoying problems to users who are using
> autoscaling framework (or frequently calling DeleteReplica API).
> so I wanted to ask if anyone objects to a bugfix release for 7.3 (7.3.1).
> I also volunteer to be the release manager for this one if it is accepted.
>
>
>
>
>