You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Jan Høydahl <ja...@cominvent.com> on 2019/05/28 23:54:40 UTC

[VOTE] Release Lucene/Solr 7.7.2 RC1

Please vote for release candidate 1 for Lucene/Solr 7.7.2

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94

You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \
https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94

The vote will be open for at least 3 working days, i.e. until 2019-06-04 08:00 UTC.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

SUCCESS! [1:06:20.144701]

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com


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


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
The log file is the stout/err from gpg, and its encoding is probably depending on system Terminal default. Therefore it should be opened also using system default encoding, not hard coded to USF-8. Feel free to open a Jira for this. I won’t be able to look at this before Tuesday.

Sendt fra min iPad

> 30. mai 2019 kl. 17:13 skrev Jan Høydahl <ja...@cominvent.com>:
> 
> Try with encoding=‘ISO-8859-1’ in this line: https://github.com/apache/lucene-solr/blob/faaee86efb01fa6e431fcb129cfb956c7d62d514/dev-tools/scripts/smokeTestRelease.py#L378 
> 
> Jan Høydahl
> 
>> 30. mai 2019 kl. 15:21 skrev Jan Høydahl <ja...@cominvent.com>:
>> 
>> Hmm 0xf8 is the ascii code for letter «ø» which is part of my surname and probably in my gpg key. Sounds like the keys file is attempted parsed as utf-8 but is ISO encoded or something? Can you check exactly what line of smoketester script that barfs?
>> 
>> Jan Høydahl
>> 
>>> 30. mai 2019 kl. 15:06 skrev Andrzej Białecki <ab...@getopt.org>:
>>> 
>>> 0xf8

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


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Andrzej Białecki <ab...@getopt.org>.
It’s failing for me in every place where the keys are read using ‘utf-8’. Changing it to ISO-8859-1 “fixes” this error but it’s not clear to me why this is happening in my environment and not in others'.

> On 30 May 2019, at 17:13, Jan Høydahl <ja...@cominvent.com> wrote:
> 
> Try with encoding=‘ISO-8859-1’ in this line: https://github.com/apache/lucene-solr/blob/faaee86efb01fa6e431fcb129cfb956c7d62d514/dev-tools/scripts/smokeTestRelease.py#L378 
> 
> Jan Høydahl
> 
>> 30. mai 2019 kl. 15:21 skrev Jan Høydahl <ja...@cominvent.com>:
>> 
>> Hmm 0xf8 is the ascii code for letter «ø» which is part of my surname and probably in my gpg key. Sounds like the keys file is attempted parsed as utf-8 but is ISO encoded or something? Can you check exactly what line of smoketester script that barfs?
>> 
>> Jan Høydahl
>> 
>>> 30. mai 2019 kl. 15:06 skrev Andrzej Białecki <ab...@getopt.org>:
>>> 
>>> 0xf8
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


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


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
Try with encoding=‘ISO-8859-1’ in this line: https://github.com/apache/lucene-solr/blob/faaee86efb01fa6e431fcb129cfb956c7d62d514/dev-tools/scripts/smokeTestRelease.py#L378 

Jan Høydahl

> 30. mai 2019 kl. 15:21 skrev Jan Høydahl <ja...@cominvent.com>:
> 
> Hmm 0xf8 is the ascii code for letter «ø» which is part of my surname and probably in my gpg key. Sounds like the keys file is attempted parsed as utf-8 but is ISO encoded or something? Can you check exactly what line of smoketester script that barfs?
> 
> Jan Høydahl
> 
>> 30. mai 2019 kl. 15:06 skrev Andrzej Białecki <ab...@getopt.org>:
>> 
>> 0xf8

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


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
Hmm 0xf8 is the ascii code for letter «ø» which is part of my surname and probably in my gpg key. Sounds like the keys file is attempted parsed as utf-8 but is ISO encoded or something? Can you check exactly what line of smoketester script that barfs?

Jan Høydahl

> 30. mai 2019 kl. 15:06 skrev Andrzej Białecki <ab...@getopt.org>:
> 
> 0xf8

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


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Andrzej Białecki <ab...@getopt.org>.
Hi,

For some reason I’m getting the following error (Mac OSX Mojave, clean checkout of branch_7_7):

JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home python3 -u dev-tools/scripts/smokeTestRelease.py https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
Revision: d4c30fc2856154f2c1fefc589eb7cd070a415b94
Java 1.8 JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home
NOTE: output encoding is UTF-8

Load release URL "https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94"...

Get KEYS...
    Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
    0.3 MB in 0.40 sec (0.7 MB/sec)

Test Lucene...
  test basics...
  check changes HTML...
  download lucene-7.7.2-src.tgz...
    43.5 MB in 123.23 sec (0.4 MB/sec)
    verify sha512 digest
    verify sig
Traceback (most recent call last):
  File "dev-tools/scripts/smokeTestRelease.py", line 1518, in <module>
    main()
  File "dev-tools/scripts/smokeTestRelease.py", line 1448, in main
    smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, c.is_signed, c.local_keys, ' '.join(c.test_args))
  File "dev-tools/scripts/smokeTestRelease.py", line 1497, in smokeTest
    checkSigs('lucene', lucenePath, version, tmpDir, isSigned, keysFile)
  File "dev-tools/scripts/smokeTestRelease.py", line 379, in checkSigs
    for line in f.readlines():
  File "/Users/ab/anaconda3/lib/python3.7/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf8 in position 180: invalid start byte


> On 29 May 2019, at 01:54, Jan Høydahl <ja...@cominvent.com> wrote:
> 
> Please vote for release candidate 1 for Lucene/Solr 7.7.2
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
> 
> You can run the smoke tester directly with this command:
> 
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
> 
> The vote will be open for at least 3 working days, i.e. until 2019-06-04 08:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1
> 
> SUCCESS! [1:06:20.144701]
> 
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


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


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

+1

Tested with my application that uses just Lucene, no Solr.

Regards,
Martin

On Wed, May 29, 2019 at 2:54 AM Jan Høydahl <ja...@cominvent.com> wrote:

> Please vote for release candidate 1 for Lucene/Solr 7.7.2
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>
> The vote will be open for at least 3 working days, i.e. until 2019-06-04
> 08:00 UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [1:06:20.144701]
>
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

[RESULT] [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
It's been >72h since the vote was initiated and the result is:

+1  7  (4 binding)
 0  0
-1  0

This vote has PASSED and I proceed with publishing the artifacts.
Thanks to all who voted!

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

> 1. jun. 2019 kl. 20:03 skrev Ishan Chattopadhyaya <ic...@gmail.com>:
> 
> +1
> 
> SUCCESS! [2:29:35.233007]
> 
> On Sat, Jun 1, 2019 at 9:15 PM Andrzej Białecki <ab...@getopt.org> wrote:
>> 
>> +1
>> 
>> SUCCESS! [1:44:46.792802]
>> 
>> On 31 May 2019, at 14:45, Shalin Shekhar Mangar <sh...@gmail.com> wrote:
>> 
>> +1
>> 
>> SUCCESS! [0:51:25.880324]
>> 
>> On Wed, May 29, 2019 at 5:24 AM Jan Høydahl <ja...@cominvent.com> wrote:
>>> 
>>> Please vote for release candidate 1 for Lucene/Solr 7.7.2
>>> 
>>> The artifacts can be downloaded from:
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>>> 
>>> You can run the smoke tester directly with this command:
>>> 
>>> python3 -u dev-tools/scripts/smokeTestRelease.py \
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>>> 
>>> The vote will be open for at least 3 working days, i.e. until 2019-06-04 08:00 UTC.
>>> 
>>> [ ] +1  approve
>>> [ ] +0  no opinion
>>> [ ] -1  disapprove (and reason why)
>>> 
>>> Here is my +1
>>> 
>>> SUCCESS! [1:06:20.144701]
>>> 
>>> --
>>> Jan Høydahl, search solution architect
>>> Cominvent AS - www.cominvent.com
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>> 
>> 
>> 
>> --
>> Regards,
>> Shalin Shekhar Mangar.
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Ishan Chattopadhyaya <ic...@gmail.com>.
+1

SUCCESS! [2:29:35.233007]

On Sat, Jun 1, 2019 at 9:15 PM Andrzej Białecki <ab...@getopt.org> wrote:
>
> +1
>
> SUCCESS! [1:44:46.792802]
>
> On 31 May 2019, at 14:45, Shalin Shekhar Mangar <sh...@gmail.com> wrote:
>
> +1
>
> SUCCESS! [0:51:25.880324]
>
> On Wed, May 29, 2019 at 5:24 AM Jan Høydahl <ja...@cominvent.com> wrote:
>>
>> Please vote for release candidate 1 for Lucene/Solr 7.7.2
>>
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>>
>> You can run the smoke tester directly with this command:
>>
>> python3 -u dev-tools/scripts/smokeTestRelease.py \
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>>
>> The vote will be open for at least 3 working days, i.e. until 2019-06-04 08:00 UTC.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>> Here is my +1
>>
>> SUCCESS! [1:06:20.144701]
>>
>> --
>> Jan Høydahl, search solution architect
>> Cominvent AS - www.cominvent.com
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.
>
>

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


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Andrzej Białecki <ab...@getopt.org>.
+1

SUCCESS! [1:44:46.792802]

> On 31 May 2019, at 14:45, Shalin Shekhar Mangar <sh...@gmail.com> wrote:
> 
> +1
> 
> SUCCESS! [0:51:25.880324]
> 
> On Wed, May 29, 2019 at 5:24 AM Jan Høydahl <jan.asf@cominvent.com <ma...@cominvent.com>> wrote:
> Please vote for release candidate 1 for Lucene/Solr 7.7.2
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94 <https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94>
> 
> You can run the smoke tester directly with this command:
> 
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94 <https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94>
> 
> The vote will be open for at least 3 working days, i.e. until 2019-06-04 08:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1
> 
> SUCCESS! [1:06:20.144701]
> 
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com <http://www.cominvent.com/>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org <ma...@lucene.apache.org>
> For additional commands, e-mail: dev-help@lucene.apache.org <ma...@lucene.apache.org>
> 
> 
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.


Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
+1

SUCCESS! [0:51:25.880324]

On Wed, May 29, 2019 at 5:24 AM Jan Høydahl <ja...@cominvent.com> wrote:

> Please vote for release candidate 1 for Lucene/Solr 7.7.2
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>
> The vote will be open for at least 3 working days, i.e. until 2019-06-04
> 08:00 UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [1:06:20.144701]
>
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

-- 
Regards,
Shalin Shekhar Mangar.

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Kevin Risden <kr...@apache.org>.
+1

SUCCESS! [1:14:45.390365]

Kevin Risden


On Tue, May 28, 2019 at 7:54 PM Jan Høydahl <ja...@cominvent.com> wrote:

> Please vote for release candidate 1 for Lucene/Solr 7.7.2
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
>
> The vote will be open for at least 3 working days, i.e. until 2019-06-04
> 08:00 UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [1:06:20.144701]
>
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

Posted by Bram Van Dam <br...@intix.eu>.
I don't get a vote, but smoke tests pass for me.

On 29/05/2019 01:54, Jan Høydahl wrote:
> Please vote for release candidate 1 for Lucene/Solr 7.7.2
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
> 
> You can run the smoke tester directly with this command:
> 
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94
> 
> The vote will be open for at least 3 working days, i.e. until 2019-06-04 08:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1
> 
> SUCCESS! [1:06:20.144701]
> 
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 
>