Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-22 Thread Simon Willnauer
This vote has passed! I am going to upload the maven artifacts and
start the release publishing artifacts to maven.

simon

On Thu, Nov 21, 2013 at 4:55 PM, Steve Rowe sar...@gmail.com wrote:
 Thanks Simon!

 On Nov 21, 2013, at 10:54 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 FYI - I committed a fix to trunk, 4x and lucene_solr_4_6

 simon

 On Thu, Nov 21, 2013 at 4:43 PM, Simon Willnauer
 simon.willna...@gmail.com wrote:
 yeah I got the same feeling though. Yet I'am on it and I think it's a
 test bug. The reader is just empty since all docs have been deleted. I
 will commit a fix for this, no need to respin.

 On Thu, Nov 21, 2013 at 4:12 PM, Steve Rowe sar...@gmail.com wrote:
 +0 to not respin.  If I had bandwidth I’d try to figure out if this is a 
 test bug, or isolated to the suggest module: in either of those cases I’d 
 be +1 to not respin.  - Steve

 On Nov 21, 2013, at 10:03 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 I am not sure if we should respin for this one. I'd rather go and fix
 this for 4.7 or 4.6.1

 what's your take?

 simon

 On Thu, Nov 21, 2013 at 3:50 PM, Steve Rowe sar...@gmail.com wrote:
 Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has 
 this happening after the vote, not before, since otherwise you have to 
 move the tag when an RC fails: 
 http://wiki.apache.org/lucene-java/ReleaseTodo#Publishing

 Steve

 On Nov 21, 2013, at 9:34 AM, Erick Erickson erickerick...@gmail.com 
 wrote:

 Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see 
 a 4.6 label, am I missing something?

 Erick


 On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote:
 Smoke tester found a reproducible test failure in lucene/suggest, under 
 both java6 and java7 on my Macbook Pro - I don’t have time to 
 investigate today - here’s the java7 failure:

 ——
  [junit4] Suite: 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
  [junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=DocumentExpressionDictionaryTest 
 -Dtests.method=testWithDeletions -Dtests.seed=6ACAAA8898D1B1C8 
 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=Indian/Maldives 
 -Dtests.file.encoding=US-ASCII
  [junit4] ERROR   0.86s | 
 DocumentExpressionDictionaryTest.testWithDeletions 
  [junit4] Throwable #1: java.lang.IllegalArgumentException: Reader 
 has to have at least one leaf
  [junit4]at 
 __randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
  [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
  [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
  [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
  [junit4]at java.lang.Thread.run(Thread.java:724)
  [junit4]   2 NOTE: test params are: codec=Lucene45, 
 sim=DefaultSimilarity, locale=sk, timezone=Indian/Maldives
  [junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25 
 (64-bit)/cpus=8,threads=1,free=5635480,total=18587648
  [junit4]   2 NOTE: All tests run in this JVM: 
 [DocumentExpressionDictionaryTest]
  [junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
 ——

 Steve

 On Nov 19, 2013, at 9:11 AM, Simon Willnauer 
 simon.willna...@gmail.com wrote:

 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)

 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:

 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete 
 requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.

 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6

 I integrated the RC into Elasticsearch and all tests pass:

 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

 Smoketester said: SUCCESS! [1:08:00.010026]

 here is my +1

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



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




 

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Steve Rowe
Thanks Simon!

On Nov 21, 2013, at 10:54 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 FYI - I committed a fix to trunk, 4x and lucene_solr_4_6
 
 simon
 
 On Thu, Nov 21, 2013 at 4:43 PM, Simon Willnauer
 simon.willna...@gmail.com wrote:
 yeah I got the same feeling though. Yet I'am on it and I think it's a
 test bug. The reader is just empty since all docs have been deleted. I
 will commit a fix for this, no need to respin.
 
 On Thu, Nov 21, 2013 at 4:12 PM, Steve Rowe sar...@gmail.com wrote:
 +0 to not respin.  If I had bandwidth I’d try to figure out if this is a 
 test bug, or isolated to the suggest module: in either of those cases I’d 
 be +1 to not respin.  - Steve
 
 On Nov 21, 2013, at 10:03 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
 I am not sure if we should respin for this one. I'd rather go and fix
 this for 4.7 or 4.6.1
 
 what's your take?
 
 simon
 
 On Thu, Nov 21, 2013 at 3:50 PM, Steve Rowe sar...@gmail.com wrote:
 Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has 
 this happening after the vote, not before, since otherwise you have to 
 move the tag when an RC fails: 
 http://wiki.apache.org/lucene-java/ReleaseTodo#Publishing
 
 Steve
 
 On Nov 21, 2013, at 9:34 AM, Erick Erickson erickerick...@gmail.com 
 wrote:
 
 Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see 
 a 4.6 label, am I missing something?
 
 Erick
 
 
 On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote:
 Smoke tester found a reproducible test failure in lucene/suggest, under 
 both java6 and java7 on my Macbook Pro - I don’t have time to 
 investigate today - here’s the java7 failure:
 
 ——
  [junit4] Suite: 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
  [junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=DocumentExpressionDictionaryTest 
 -Dtests.method=testWithDeletions -Dtests.seed=6ACAAA8898D1B1C8 
 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=Indian/Maldives 
 -Dtests.file.encoding=US-ASCII
  [junit4] ERROR   0.86s | 
 DocumentExpressionDictionaryTest.testWithDeletions 
  [junit4] Throwable #1: java.lang.IllegalArgumentException: Reader 
 has to have at least one leaf
  [junit4]at 
 __randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
  [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
  [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
  [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
  [junit4]at java.lang.Thread.run(Thread.java:724)
  [junit4]   2 NOTE: test params are: codec=Lucene45, 
 sim=DefaultSimilarity, locale=sk, timezone=Indian/Maldives
  [junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25 
 (64-bit)/cpus=8,threads=1,free=5635480,total=18587648
  [junit4]   2 NOTE: All tests run in this JVM: 
 [DocumentExpressionDictionaryTest]
  [junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
 ——
 
 Steve
 
 On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:
 
 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete 
 requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:08:00.010026]
 
 here is my +1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Simon Willnauer
yeah I got the same feeling though. Yet I'am on it and I think it's a
test bug. The reader is just empty since all docs have been deleted. I
will commit a fix for this, no need to respin.

On Thu, Nov 21, 2013 at 4:12 PM, Steve Rowe sar...@gmail.com wrote:
 +0 to not respin.  If I had bandwidth I’d try to figure out if this is a test 
 bug, or isolated to the suggest module: in either of those cases I’d be +1 to 
 not respin.  - Steve

 On Nov 21, 2013, at 10:03 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 I am not sure if we should respin for this one. I'd rather go and fix
 this for 4.7 or 4.6.1

 what's your take?

 simon

 On Thu, Nov 21, 2013 at 3:50 PM, Steve Rowe sar...@gmail.com wrote:
 Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has 
 this happening after the vote, not before, since otherwise you have to move 
 the tag when an RC fails: 
 http://wiki.apache.org/lucene-java/ReleaseTodo#Publishing

 Steve

 On Nov 21, 2013, at 9:34 AM, Erick Erickson erickerick...@gmail.com wrote:

 Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see a 
 4.6 label, am I missing something?

 Erick


 On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote:
 Smoke tester found a reproducible test failure in lucene/suggest, under 
 both java6 and java7 on my Macbook Pro - I don’t have time to investigate 
 today - here’s the java7 failure:

 ——
   [junit4] Suite: 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
   [junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=DocumentExpressionDictionaryTest 
 -Dtests.method=testWithDeletions -Dtests.seed=6ACAAA8898D1B1C8 
 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=Indian/Maldives 
 -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.86s | 
 DocumentExpressionDictionaryTest.testWithDeletions 
   [junit4] Throwable #1: java.lang.IllegalArgumentException: Reader 
 has to have at least one leaf
   [junit4]at 
 __randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
   [junit4]at java.lang.Thread.run(Thread.java:724)
   [junit4]   2 NOTE: test params are: codec=Lucene45, 
 sim=DefaultSimilarity, locale=sk, timezone=Indian/Maldives
   [junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25 
 (64-bit)/cpus=8,threads=1,free=5635480,total=18587648
   [junit4]   2 NOTE: All tests run in this JVM: 
 [DocumentExpressionDictionaryTest]
   [junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
 ——

 Steve

 On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)

 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:

 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete 
 requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.

 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6

 I integrated the RC into Elasticsearch and all tests pass:

 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

 Smoketester said: SUCCESS! [1:08:00.010026]

 here is my +1

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



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




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


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



-
To unsubscribe, 

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Simon Willnauer
FYI - I committed a fix to trunk, 4x and lucene_solr_4_6

simon

On Thu, Nov 21, 2013 at 4:43 PM, Simon Willnauer
simon.willna...@gmail.com wrote:
 yeah I got the same feeling though. Yet I'am on it and I think it's a
 test bug. The reader is just empty since all docs have been deleted. I
 will commit a fix for this, no need to respin.

 On Thu, Nov 21, 2013 at 4:12 PM, Steve Rowe sar...@gmail.com wrote:
 +0 to not respin.  If I had bandwidth I’d try to figure out if this is a 
 test bug, or isolated to the suggest module: in either of those cases I’d be 
 +1 to not respin.  - Steve

 On Nov 21, 2013, at 10:03 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 I am not sure if we should respin for this one. I'd rather go and fix
 this for 4.7 or 4.6.1

 what's your take?

 simon

 On Thu, Nov 21, 2013 at 3:50 PM, Steve Rowe sar...@gmail.com wrote:
 Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has 
 this happening after the vote, not before, since otherwise you have to 
 move the tag when an RC fails: 
 http://wiki.apache.org/lucene-java/ReleaseTodo#Publishing

 Steve

 On Nov 21, 2013, at 9:34 AM, Erick Erickson erickerick...@gmail.com 
 wrote:

 Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see a 
 4.6 label, am I missing something?

 Erick


 On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote:
 Smoke tester found a reproducible test failure in lucene/suggest, under 
 both java6 and java7 on my Macbook Pro - I don’t have time to investigate 
 today - here’s the java7 failure:

 ——
   [junit4] Suite: 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
   [junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=DocumentExpressionDictionaryTest 
 -Dtests.method=testWithDeletions -Dtests.seed=6ACAAA8898D1B1C8 
 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=Indian/Maldives 
 -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.86s | 
 DocumentExpressionDictionaryTest.testWithDeletions 
   [junit4] Throwable #1: java.lang.IllegalArgumentException: Reader 
 has to have at least one leaf
   [junit4]at 
 __randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
   [junit4]at java.lang.Thread.run(Thread.java:724)
   [junit4]   2 NOTE: test params are: codec=Lucene45, 
 sim=DefaultSimilarity, locale=sk, timezone=Indian/Maldives
   [junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25 
 (64-bit)/cpus=8,threads=1,free=5635480,total=18587648
   [junit4]   2 NOTE: All tests run in this JVM: 
 [DocumentExpressionDictionaryTest]
   [junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
 ——

 Steve

 On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)

 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:

 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete 
 requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.

 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6

 I integrated the RC into Elasticsearch and all tests pass:

 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

 Smoketester said: SUCCESS! [1:08:00.010026]

 here is my +1

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



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




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


 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Mark Miller

On Nov 21, 2013, at 10:03 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 4.6.1

I’ll probably be up for pushing a 4.6.1 in a couple/few weeks.

- Mark



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Simon Willnauer
I am not sure if we should respin for this one. I'd rather go and fix
this for 4.7 or 4.6.1

what's your take?

simon

On Thu, Nov 21, 2013 at 3:50 PM, Steve Rowe sar...@gmail.com wrote:
 Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has this 
 happening after the vote, not before, since otherwise you have to move the 
 tag when an RC fails: 
 http://wiki.apache.org/lucene-java/ReleaseTodo#Publishing

 Steve

 On Nov 21, 2013, at 9:34 AM, Erick Erickson erickerick...@gmail.com wrote:

 Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see a 
 4.6 label, am I missing something?

 Erick


 On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote:
 Smoke tester found a reproducible test failure in lucene/suggest, under both 
 java6 and java7 on my Macbook Pro - I don’t have time to investigate today - 
 here’s the java7 failure:

 ——
[junit4] Suite: 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
[junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=DocumentExpressionDictionaryTest -Dtests.method=testWithDeletions 
 -Dtests.seed=6ACAAA8898D1B1C8 -Dtests.slow=true -Dtests.locale=sk 
 -Dtests.timezone=Indian/Maldives -Dtests.file.encoding=US-ASCII
[junit4] ERROR   0.86s | 
 DocumentExpressionDictionaryTest.testWithDeletions 
[junit4] Throwable #1: java.lang.IllegalArgumentException: Reader 
 has to have at least one leaf
[junit4]at 
 __randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
[junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
[junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
[junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
[junit4]at java.lang.Thread.run(Thread.java:724)
[junit4]   2 NOTE: test params are: codec=Lucene45, 
 sim=DefaultSimilarity, locale=sk, timezone=Indian/Maldives
[junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25 
 (64-bit)/cpus=8,threads=1,free=5635480,total=18587648
[junit4]   2 NOTE: All tests run in this JVM: 
 [DocumentExpressionDictionaryTest]
[junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
 ——

 Steve

 On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

  Please vote for the third Release Candidate for Lucene/Solr 4.6.0
  (don't be irritated by that this is RC4 I build on that I didn't put
  up for vote)
 
  This RC includes some additional fixes related to Changes.html that
  were committed in the last days like SOLR-5397 as well as:
 
  SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete 
  requests.
  SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
  SOLR-5452: Do not attempt to proxy internal update requests.
 
  you can download it here:
  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
 
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
  1543363 4.6.0 /tmp/smoke_test_4_6
 
  I integrated the RC into Elasticsearch and all tests pass:
 
  https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
  Smoketester said: SUCCESS! [1:08:00.010026]
 
  here is my +1
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 


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




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


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Erick Erickson
Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see a
4.6 label, am I missing something?

Erick


On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote:

 Smoke tester found a reproducible test failure in lucene/suggest, under
 both java6 and java7 on my Macbook Pro - I don’t have time to investigate
 today - here’s the java7 failure:

 ——
[junit4] Suite:
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
[junit4]   2 NOTE: reproduce with: ant test
  -Dtestcase=DocumentExpressionDictionaryTest
 -Dtests.method=testWithDeletions -Dtests.seed=6ACAAA8898D1B1C8
 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=Indian/Maldives
 -Dtests.file.encoding=US-ASCII
[junit4] ERROR   0.86s |
 DocumentExpressionDictionaryTest.testWithDeletions 
[junit4] Throwable #1: java.lang.IllegalArgumentException: Reader
 has to have at least one leaf
[junit4]at
 __randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
[junit4]at
 org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
[junit4]at
 org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
[junit4]at
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
[junit4]at java.lang.Thread.run(Thread.java:724)
[junit4]   2 NOTE: test params are: codec=Lucene45,
 sim=DefaultSimilarity, locale=sk, timezone=Indian/Maldives
[junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25
 (64-bit)/cpus=8,threads=1,free=5635480,total=18587648
[junit4]   2 NOTE: All tests run in this JVM:
 [DocumentExpressionDictionaryTest]
[junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
 ——

 Steve

 On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com
 wrote:

  Please vote for the third Release Candidate for Lucene/Solr 4.6.0
  (don't be irritated by that this is RC4 I build on that I didn't put
  up for vote)
 
  This RC includes some additional fixes related to Changes.html that
  were committed in the last days like SOLR-5397 as well as:
 
  SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete
 requests.
  SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
  SOLR-5452: Do not attempt to proxy internal update requests.
 
  you can download it here:
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
 
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
  1543363 4.6.0 /tmp/smoke_test_4_6
 
  I integrated the RC into Elasticsearch and all tests pass:
 
  https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
  Smoketester said: SUCCESS! [1:08:00.010026]
 
  here is my +1
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 


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




Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Steve Rowe
Smoke tester found a reproducible test failure in lucene/suggest, under both 
java6 and java7 on my Macbook Pro - I don’t have time to investigate today - 
here’s the java7 failure:

——
   [junit4] Suite: 
org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
   [junit4]   2 NOTE: reproduce with: ant test  
-Dtestcase=DocumentExpressionDictionaryTest -Dtests.method=testWithDeletions 
-Dtests.seed=6ACAAA8898D1B1C8 -Dtests.slow=true -Dtests.locale=sk 
-Dtests.timezone=Indian/Maldives -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.86s | DocumentExpressionDictionaryTest.testWithDeletions 

   [junit4] Throwable #1: java.lang.IllegalArgumentException: Reader has 
to have at least one leaf
   [junit4]at 
__randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
   [junit4]at 
org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
   [junit4]at 
org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
   [junit4]at 
org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
   [junit4]at java.lang.Thread.run(Thread.java:724)
   [junit4]   2 NOTE: test params are: codec=Lucene45, sim=DefaultSimilarity, 
locale=sk, timezone=Indian/Maldives
   [junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25 
(64-bit)/cpus=8,threads=1,free=5635480,total=18587648
   [junit4]   2 NOTE: All tests run in this JVM: 
[DocumentExpressionDictionaryTest]
   [junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
——

Steve

On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:
 
 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:08:00.010026]
 
 here is my +1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Steve Rowe
Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has this 
happening after the vote, not before, since otherwise you have to move the tag 
when an RC fails: http://wiki.apache.org/lucene-java/ReleaseTodo#Publishing

Steve

On Nov 21, 2013, at 9:34 AM, Erick Erickson erickerick...@gmail.com wrote:

 Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see a 4.6 
 label, am I missing something?
 
 Erick
 
 
 On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote:
 Smoke tester found a reproducible test failure in lucene/suggest, under both 
 java6 and java7 on my Macbook Pro - I don’t have time to investigate today - 
 here’s the java7 failure:
 
 ——
[junit4] Suite: 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
[junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=DocumentExpressionDictionaryTest -Dtests.method=testWithDeletions 
 -Dtests.seed=6ACAAA8898D1B1C8 -Dtests.slow=true -Dtests.locale=sk 
 -Dtests.timezone=Indian/Maldives -Dtests.file.encoding=US-ASCII
[junit4] ERROR   0.86s | 
 DocumentExpressionDictionaryTest.testWithDeletions 
[junit4] Throwable #1: java.lang.IllegalArgumentException: Reader has 
 to have at least one leaf
[junit4]at 
 __randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
[junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
[junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
[junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
[junit4]at java.lang.Thread.run(Thread.java:724)
[junit4]   2 NOTE: test params are: codec=Lucene45, 
 sim=DefaultSimilarity, locale=sk, timezone=Indian/Maldives
[junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25 
 (64-bit)/cpus=8,threads=1,free=5635480,total=18587648
[junit4]   2 NOTE: All tests run in this JVM: 
 [DocumentExpressionDictionaryTest]
[junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
 ——
 
 Steve
 
 On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
  Please vote for the third Release Candidate for Lucene/Solr 4.6.0
  (don't be irritated by that this is RC4 I build on that I didn't put
  up for vote)
 
  This RC includes some additional fixes related to Changes.html that
  were committed in the last days like SOLR-5397 as well as:
 
  SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete 
  requests.
  SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
  SOLR-5452: Do not attempt to proxy internal update requests.
 
  you can download it here:
  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
 
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
  1543363 4.6.0 /tmp/smoke_test_4_6
 
  I integrated the RC into Elasticsearch and all tests pass:
 
  https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
  Smoketester said: SUCCESS! [1:08:00.010026]
 
  here is my +1
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Steve Rowe
+0 to not respin.  If I had bandwidth I’d try to figure out if this is a test 
bug, or isolated to the suggest module: in either of those cases I’d be +1 to 
not respin.  - Steve

On Nov 21, 2013, at 10:03 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 I am not sure if we should respin for this one. I'd rather go and fix
 this for 4.7 or 4.6.1
 
 what's your take?
 
 simon
 
 On Thu, Nov 21, 2013 at 3:50 PM, Steve Rowe sar...@gmail.com wrote:
 Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has 
 this happening after the vote, not before, since otherwise you have to move 
 the tag when an RC fails: 
 http://wiki.apache.org/lucene-java/ReleaseTodo#Publishing
 
 Steve
 
 On Nov 21, 2013, at 9:34 AM, Erick Erickson erickerick...@gmail.com wrote:
 
 Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see a 
 4.6 label, am I missing something?
 
 Erick
 
 
 On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote:
 Smoke tester found a reproducible test failure in lucene/suggest, under 
 both java6 and java7 on my Macbook Pro - I don’t have time to investigate 
 today - here’s the java7 failure:
 
 ——
   [junit4] Suite: 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest
   [junit4]   2 NOTE: reproduce with: ant test  
 -Dtestcase=DocumentExpressionDictionaryTest 
 -Dtests.method=testWithDeletions -Dtests.seed=6ACAAA8898D1B1C8 
 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=Indian/Maldives 
 -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.86s | 
 DocumentExpressionDictionaryTest.testWithDeletions 
   [junit4] Throwable #1: java.lang.IllegalArgumentException: Reader 
 has to have at least one leaf
   [junit4]at 
 __randomizedtesting.SeedInfo.seed([6ACAAA8898D1B1C8:4343D2A86CE05A8]:0)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary$DocumentExpressionInputIterator.init(DocumentExpressionDictionary.java:111)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionary.getWordsIterator(DocumentExpressionDictionary.java:95)
   [junit4]at 
 org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest.testWithDeletions(DocumentExpressionDictionaryTest.java:184)
   [junit4]at java.lang.Thread.run(Thread.java:724)
   [junit4]   2 NOTE: test params are: codec=Lucene45, 
 sim=DefaultSimilarity, locale=sk, timezone=Indian/Maldives
   [junit4]   2 NOTE: Mac OS X 10.9 x86_64/Oracle Corporation 1.7.0_25 
 (64-bit)/cpus=8,threads=1,free=5635480,total=18587648
   [junit4]   2 NOTE: All tests run in this JVM: 
 [DocumentExpressionDictionaryTest]
   [junit4] Completed in 1.29s, 1 test, 1 error  FAILURES!
 ——
 
 Steve
 
 On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:
 
 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete 
 requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:08:00.010026]
 
 here is my +1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-20 Thread Jan Høydahl
+1
Happy smoketester on Mac

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

19. nov. 2013 kl. 15:11 skrev Simon Willnauer simon.willna...@gmail.com:

 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:
 
 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:08:00.010026]
 
 here is my +1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-20 Thread Tommaso Teofili
+1

Tommaso


2013/11/20 Jan Høydahl jan@cominvent.com

 +1
 Happy smoketester on Mac

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

 19. nov. 2013 kl. 15:11 skrev Simon Willnauer simon.willna...@gmail.com:

  Please vote for the third Release Candidate for Lucene/Solr 4.6.0
  (don't be irritated by that this is RC4 I build on that I didn't put
  up for vote)
 
  This RC includes some additional fixes related to Changes.html that
  were committed in the last days like SOLR-5397 as well as:
 
  SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete
 requests.
  SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
  SOLR-5452: Do not attempt to proxy internal update requests.
 
  you can download it here:
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
 
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
  1543363 4.6.0 /tmp/smoke_test_4_6
 
  I integrated the RC into Elasticsearch and all tests pass:
 
  https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
  Smoketester said: SUCCESS! [1:08:00.010026]
 
  here is my +1
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 


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




Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-20 Thread Sanne Grinovero
+1

On 20 November 2013 18:00, Tommaso Teofili tommaso.teof...@gmail.com wrote:
 +1

 Tommaso


 2013/11/20 Jan Høydahl jan@cominvent.com

 +1
 Happy smoketester on Mac

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

 19. nov. 2013 kl. 15:11 skrev Simon Willnauer simon.willna...@gmail.com:

  Please vote for the third Release Candidate for Lucene/Solr 4.6.0
  (don't be irritated by that this is RC4 I build on that I didn't put
  up for vote)
 
  This RC includes some additional fixes related to Changes.html that
  were committed in the last days like SOLR-5397 as well as:
 
  SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete
  requests.
  SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
  SOLR-5452: Do not attempt to proxy internal update requests.
 
  you can download it here:
 
  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
 
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
 
  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
  1543363 4.6.0 /tmp/smoke_test_4_6
 
  I integrated the RC into Elasticsearch and all tests pass:
 
  https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
  Smoketester said: SUCCESS! [1:08:00.010026]
 
  here is my +1
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-19 Thread Simon Willnauer
I guess that means yet another RC. I call this vote as failed and
build a new RC.

simon

On Tue, Nov 19, 2013 at 4:48 AM, Mark Miller markrmil...@gmail.com wrote:
 I guess I voted a little too soon…

 I hate to be the cause of a respin, but while looking into a few things I 
 noticed while fixing that bug over the weekend, I found that what I thought 
 was not that critical of a bug was actually masking a couple fairly ugly bugs 
 and was fairly dangerous itself.

 Together, I think all 3 are actually quite serious problems and 2 of them are 
 new in 4.6. I think they are worthy of a respin.

 I’m going to back port them, but if people would rather not respin, they can 
 wait on the branch for 4.6.1.

 - Mark

 On Nov 18, 2013, at 7:32 PM, Mark Miller markrmil...@gmail.com wrote:

 +1

 - Mark

 On Nov 18, 2013, at 9:22 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0

 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397.

 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 1542975 4.6.0 /tmp/smoke_test_4_6

 I integrated the RC into Elasticsearch and all tests pass:

 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

 Smoketester said: SUCCESS! [1:02:10.493223]

 here is my +1

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




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


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-19 Thread Mark Miller
Thanks Simon! Sorry about that - I hate to cause more work for anyone. 

- Mark

On Nov 19, 2013, at 5:01 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 I guess that means yet another RC. I call this vote as failed and
 build a new RC.
 
 simon
 
 On Tue, Nov 19, 2013 at 4:48 AM, Mark Miller markrmil...@gmail.com wrote:
 I guess I voted a little too soon…
 
 I hate to be the cause of a respin, but while looking into a few things I 
 noticed while fixing that bug over the weekend, I found that what I thought 
 was not that critical of a bug was actually masking a couple fairly ugly 
 bugs and was fairly dangerous itself.
 
 Together, I think all 3 are actually quite serious problems and 2 of them 
 are new in 4.6. I think they are worthy of a respin.
 
 I’m going to back port them, but if people would rather not respin, they can 
 wait on the branch for 4.6.1.
 
 - Mark
 
 On Nov 18, 2013, at 7:32 PM, Mark Miller markrmil...@gmail.com wrote:
 
 +1
 
 - Mark
 
 On Nov 18, 2013, at 9:22 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 1542975 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:02:10.493223]
 
 here is my +1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



[VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-19 Thread Simon Willnauer
Please vote for the third Release Candidate for Lucene/Solr 4.6.0
(don't be irritated by that this is RC4 I build on that I didn't put
up for vote)

This RC includes some additional fixes related to Changes.html that
were committed in the last days like SOLR-5397 as well as:

SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete requests.
SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
SOLR-5452: Do not attempt to proxy internal update requests.

you can download it here:
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/

or run the smoke tester directly with this commandline (don't forget
to set JAVA6_HOME etc.):

python3.2 -u dev-tools/scripts/smokeTestRelease.py
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
1543363 4.6.0 /tmp/smoke_test_4_6

I integrated the RC into Elasticsearch and all tests pass:

https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

Smoketester said: SUCCESS! [1:08:00.010026]

here is my +1

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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-19 Thread Simon Willnauer
take 3 is out! Thanks for figuring it out mark

simon

On Tue, Nov 19, 2013 at 3:02 PM, Mark Miller markrmil...@gmail.com wrote:
 Thanks Simon! Sorry about that - I hate to cause more work for anyone.

 - Mark

 On Nov 19, 2013, at 5:01 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 I guess that means yet another RC. I call this vote as failed and
 build a new RC.

 simon

 On Tue, Nov 19, 2013 at 4:48 AM, Mark Miller markrmil...@gmail.com wrote:
 I guess I voted a little too soon…

 I hate to be the cause of a respin, but while looking into a few things I 
 noticed while fixing that bug over the weekend, I found that what I thought 
 was not that critical of a bug was actually masking a couple fairly ugly 
 bugs and was fairly dangerous itself.

 Together, I think all 3 are actually quite serious problems and 2 of them 
 are new in 4.6. I think they are worthy of a respin.

 I’m going to back port them, but if people would rather not respin, they 
 can wait on the branch for 4.6.1.

 - Mark

 On Nov 18, 2013, at 7:32 PM, Mark Miller markrmil...@gmail.com wrote:

 +1

 - Mark

 On Nov 18, 2013, at 9:22 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0

 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397.

 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 1542975 4.6.0 /tmp/smoke_test_4_6

 I integrated the RC into Elasticsearch and all tests pass:

 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

 Smoketester said: SUCCESS! [1:02:10.493223]

 here is my +1

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




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


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



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


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-19 Thread Mark Miller
SUCCESS! [0:55:47.517701]

+1!

- Mark

On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:
 
 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:08:00.010026]
 
 here is my +1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-19 Thread Simon Willnauer
w00t! :)

On Tue, Nov 19, 2013 at 4:16 PM, Mark Miller markrmil...@gmail.com wrote:
 SUCCESS! [0:55:47.517701]

 +1!

 - Mark

 On Nov 19, 2013, at 9:11 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

 Please vote for the third Release Candidate for Lucene/Solr 4.6.0
 (don't be irritated by that this is RC4 I build on that I didn't put
 up for vote)

 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397 as well as:

 SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete requests.
 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
 SOLR-5452: Do not attempt to proxy internal update requests.

 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC4-rev1543363/
 1543363 4.6.0 /tmp/smoke_test_4_6

 I integrated the RC into Elasticsearch and all tests pass:

 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

 Smoketester said: SUCCESS! [1:08:00.010026]

 here is my +1

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



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


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-19 Thread Adrien Grand
+1

-- 
Adrien

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



Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-19 Thread Shai Erera
+1 smoke tester happy.

Shai


On Tue, Nov 19, 2013 at 7:11 PM, Adrien Grand jpou...@gmail.com wrote:

 +1

 --
 Adrien

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




Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-19 Thread Martijn v Groningen
+1 a happy smoker: SUCCESS! [1:35:43.581808]


On 19 November 2013 18:35, Shai Erera ser...@gmail.com wrote:

 +1 smoke tester happy.

 Shai


 On Tue, Nov 19, 2013 at 7:11 PM, Adrien Grand jpou...@gmail.com wrote:

 +1

 --
 Adrien

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





-- 
Met vriendelijke groet,

Martijn van Groningen


Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-19 Thread Michael McCandless
+1, happy smoke tester, happy http://jirasearch.mikemccandless.com

Mike McCandless

http://blog.mikemccandless.com


On Tue, Nov 19, 2013 at 1:25 PM, Martijn v Groningen
martijn.v.gronin...@gmail.com wrote:
 +1 a happy smoker: SUCCESS! [1:35:43.581808]


 On 19 November 2013 18:35, Shai Erera ser...@gmail.com wrote:

 +1 smoke tester happy.

 Shai


 On Tue, Nov 19, 2013 at 7:11 PM, Adrien Grand jpou...@gmail.com wrote:

 +1

 --
 Adrien

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





 --
 Met vriendelijke groet,

 Martijn van Groningen

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



[VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-18 Thread Simon Willnauer
Please vote for the first Release Candidate for Lucene/Solr 4.6.0

This RC includes some additional fixes related to Changes.html that
were committed in the last days like SOLR-5397.

you can download it here:
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/

or run the smoke tester directly with this commandline (don't forget
to set JAVA6_HOME etc.):

python3.2 -u dev-tools/scripts/smokeTestRelease.py
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
1542975 4.6.0 /tmp/smoke_test_4_6

I integrated the RC into Elasticsearch and all tests pass:

https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

Smoketester said: SUCCESS! [1:02:10.493223]

here is my +1

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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-18 Thread Adrien Grand
+1

-- 
Adrien

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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-18 Thread Jack Krupansky

vote for the first Release Candidate

How about if we just vote for the THIRD release candidate?

+1 for RC3 for Solr 4.6 on Windows 7. Admin UI works fine on Chrome and IE 
10.


-- Jack Krupansky

-Original Message- 
From: Simon Willnauer

Sent: Monday, November 18, 2013 9:22 AM
To: dev@lucene.apache.org
Subject: [VOTE] Lucene / Solr 4.6.0 Take 2

Please vote for the first Release Candidate for Lucene/Solr 4.6.0

This RC includes some additional fixes related to Changes.html that
were committed in the last days like SOLR-5397.

you can download it here:
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/

or run the smoke tester directly with this commandline (don't forget
to set JAVA6_HOME etc.):

python3.2 -u dev-tools/scripts/smokeTestRelease.py
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
1542975 4.6.0 /tmp/smoke_test_4_6

I integrated the RC into Elasticsearch and all tests pass:

https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

Smoketester said: SUCCESS! [1:02:10.493223]

here is my +1

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



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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-18 Thread Michael McCandless
+1

Smoke tester is happy, and I upgraded
http://jirasearch.mikemccandless.com and all is good.

Mike McCandless

http://blog.mikemccandless.com


On Mon, Nov 18, 2013 at 9:22 AM, Simon Willnauer
simon.willna...@gmail.com wrote:
 Please vote for the first Release Candidate for Lucene/Solr 4.6.0

 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397.

 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 1542975 4.6.0 /tmp/smoke_test_4_6

 I integrated the RC into Elasticsearch and all tests pass:

 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6

 Smoketester said: SUCCESS! [1:02:10.493223]

 here is my +1

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


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-18 Thread Steve Rowe
+1

Smoke tester passes; changes, docs and javadocs look good.

Steve 

On Nov 18, 2013, at 9:22 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 1542975 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:02:10.493223]
 
 here is my +1


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-18 Thread Mark Miller
+1

- Mark

On Nov 18, 2013, at 9:22 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 1542975 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:02:10.493223]
 
 here is my +1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



Re: [VOTE] Lucene / Solr 4.6.0 Take 2

2013-11-18 Thread Mark Miller
I guess I voted a little too soon…

I hate to be the cause of a respin, but while looking into a few things I 
noticed while fixing that bug over the weekend, I found that what I thought was 
not that critical of a bug was actually masking a couple fairly ugly bugs and 
was fairly dangerous itself. 

Together, I think all 3 are actually quite serious problems and 2 of them are 
new in 4.6. I think they are worthy of a respin.

I’m going to back port them, but if people would rather not respin, they can 
wait on the branch for 4.6.1.

- Mark

On Nov 18, 2013, at 7:32 PM, Mark Miller markrmil...@gmail.com wrote:

 +1
 
 - Mark
 
 On Nov 18, 2013, at 9:22 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 This RC includes some additional fixes related to Changes.html that
 were committed in the last days like SOLR-5397.
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC3-rev1542975/
 1542975 4.6.0 /tmp/smoke_test_4_6
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/tree/upgrade_lucene_4_6
 
 Smoketester said: SUCCESS! [1:02:10.493223]
 
 here is my +1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 


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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-17 Thread Mark Miller
If I can finish tracking down a bug I’m working on today, I’d like to get it in 
for the RC tomorrow.

I have to go to the theater for a couple hours, but I’ll try and get the fix in 
tonight when I get back with any luck.

- Mark

On Nov 14, 2013, at 2:59 PM, Simon Willnauer simon.willna...@gmail.com wrote:

 Thanks Steve I won't get to this until next week. I will upload a new RC on 
 monday.
 
 Simon 
 
 Sent from my iPhone
 
 On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
 
 I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, 
 for all the problems I mentioned.  
 
 The first revision including all these is 1542030.
 
 Steve
 
 On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
 
 -1
 
 Smoke tester passes.
 
 Solr Changes look good, except that the “Upgrading from Solr 4.5.0” 
 section” follows “Detailed Change List”, but should be above it; and one 
 change attribution didn’t get recognized because it’s missing parens: 
 Elran Dvir via Erick Erickson.  Definitely not worth a respin in either 
 case.
 
 Lucene Changes look good, except that the “API Changes” section in 
 Changes.html is formatted as an item in the “Bug Fixes” section, rather 
 than its own section.  I’ll fix.  (The issue is that “API Changes:” in 
 CHANGES.txt has a trailing colon - the section name regex should allow 
 this.)  This is probably not worth a respin.
 
 Lucene and Solr Documentation pages look good, except that the File 
 Formats” link from the Lucene Documentation page leads to the 4.5 format 
 doc, rather than the 4.6 format doc (Lucene46Codec was introduced by 
 LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - 
 it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t 
 change in every release.  I’ll try to automate extracting the default from 
 o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
 
 Lucene and Solr Javadocs look good.
 
 Steve
 
 On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6
 
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
 Smoketester said: SUCCESS! [1:15:57.339272]
 
 here is my +1
 
 
 Simon
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-17 Thread Mark Miller
I'm done.

- Mark


On Sun, Nov 17, 2013 at 6:38 PM, Mark Miller markrmil...@gmail.com wrote:

 If I can finish tracking down a bug I’m working on today, I’d like to get
 it in for the RC tomorrow.

 I have to go to the theater for a couple hours, but I’ll try and get the
 fix in tonight when I get back with any luck.

 - Mark

 On Nov 14, 2013, at 2:59 PM, Simon Willnauer simon.willna...@gmail.com
 wrote:

  Thanks Steve I won't get to this until next week. I will upload a new RC
 on monday.
 
  Simon
 
  Sent from my iPhone
 
  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
 
  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
 trunk, for all the problems I mentioned.
 
  The first revision including all these is 1542030.
 
  Steve
 
  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
 
  -1
 
  Smoke tester passes.
 
  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
 section” follows “Detailed Change List”, but should be above it; and one
 change attribution didn’t get recognized because it’s missing parens:
 Elran Dvir via Erick Erickson.  Definitely not worth a respin in either
 case.
 
  Lucene Changes look good, except that the “API Changes” section in
 Changes.html is formatted as an item in the “Bug Fixes” section, rather
 than its own section.  I’ll fix.  (The issue is that “API Changes:” in
 CHANGES.txt has a trailing colon - the section name regex should allow
 this. )  This is probably not worth a respin.
 
  Lucene and Solr Documentation pages look good, except that the File
 Formats” link from the Lucene Documentation page leads to the 4.5 format
 doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
 LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
 it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
 change in every release.  I’ll try to automate extracting the default from
 o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
 
  Lucene and Solr Javadocs look good.
 
  Steve
 
  On Nov 14, 2013, at 4:37 AM, Simon Willnauer 
 simon.willna...@gmail.com wrote:
 
  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
  you can download it here:
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
 
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6
 
 
  I integrated the RC into Elasticsearch and all tests pass:
 
 
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
  Smoketester said: SUCCESS! [1:15:57.339272]
 
  here is my +1
 
 
  Simon
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 




-- 
- Mark


Re: [VOTE] Lucene / Solr 4.6.0

2013-11-17 Thread Mark Miller
I'm done.

- Mark


On Sun, Nov 17, 2013 at 6:38 PM, Mark Miller markrmil...@gmail.com wrote:

 If I can finish tracking down a bug I’m working on today, I’d like to get
 it in for the RC tomorrow.

 I have to go to the theater for a couple hours, but I’ll try and get the
 fix in tonight when I get back with any luck.

 - Mark

 On Nov 14, 2013, at 2:59 PM, Simon Willnauer simon.willna...@gmail.com
 wrote:

  Thanks Steve I won't get to this until next week. I will upload a new RC
 on monday.
 
  Simon
 
  Sent from my iPhone
 
  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
 
  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
 trunk, for all the problems I mentioned.
 
  The first revision including all these is 1542030.
 
  Steve
 
  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
 
  -1
 
  Smoke tester passes.
 
  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
 section” follows “Detailed Change List”, but should be above it; and one
 change attribution didn’t get recognized because it’s missing parens:
 Elran Dvir via Erick Erickson.  Definitely not worth a respin in either
 case.
 
  Lucene Changes look good, except that the “API Changes” section in
 Changes.html is formatted as an item in the “Bug Fixes” section, rather
 than its own section.  I’ll fix.  (The issue is that “API Changes:” in
 CHANGES.txt has a trailing colon - the section name regex should allow
 this. )  This is probably not worth a respin.
 
  Lucene and Solr Documentation pages look good, except that the File
 Formats” link from the Lucene Documentation page leads to the 4.5 format
 doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
 LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
 it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
 change in every release.  I’ll try to automate extracting the default from
 o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
 
  Lucene and Solr Javadocs look good.
 
  Steve
 
  On Nov 14, 2013, at 4:37 AM, Simon Willnauer 
 simon.willna...@gmail.com wrote:
 
  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
  you can download it here:
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
 
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6
 
 
  I integrated the RC into Elasticsearch and all tests pass:
 
 
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
  Smoketester said: SUCCESS! [1:15:57.339272]
 
  here is my +1
 
 
  Simon
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 




-- 
- Mark


Re: [VOTE] Lucene / Solr 4.6.0

2013-11-15 Thread Petar Tahchiev
+1, works for me too.

Congrats Uwe :)


2013/11/15 Shai Erera ser...@gmail.com

 Congratulations Uwe!

 Shai


 On Fri, Nov 15, 2013 at 6:34 AM, Shalin Shekhar Mangar 
 shalinman...@gmail.com wrote:

 Many congratulations Uwe!

 On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler u...@thetaphi.de wrote:
  The PMC Chair is going to marry tomorrow... Simon has to come here and
 not
  do new RCs! :)
 
  In any case, thanks for doing the release, Simon. I will do the next!
 
  Uwe
 
 
 
  Simon Willnauer simon.willna...@gmail.com schrieb:
 
  Thanks Steve I won't get to this until next week. I will upload a new
 RC
  on monday.
 
  Simon
 
  Sent from my iPhone
 
   On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
 
   I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
  trunk, for all the problems I mentioned.
 
   The first revision including all these is 1542030.
 
   Steve
 
 
   On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
 
   -1
 
   Smoke tester passes.
 
   Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
  section” follows “Detailed Change List”, but should be above it; and
 one
  change attribution
  didn’t get recognized because it’s missing parens: Elran Dvir via
 Erick
  Erickson.  Definitely not worth a respin in either case.
 
   Lucene Changes look good, except that the “API Changes” section in
  Changes.html is formatted as an item in the “Bug Fixes” section,
 rather than
  its own section.  I’ll fix.  (The issue is that “API Changes:” in
  CHANGES.txt has a trailing colon - the section name regex should
 allow this.
  )  This is probably not worth a respin.
 
   Lucene and Solr Documentation pages look good, except that the File
  Formats” link from the Lucene Documentation page leads to the 4.5
 format
  doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
  LUCENE-5215).  This is respin-worthy.  Updating this is not
 automated now -
  it’s hard-coded in lucene/site/xsl/index.xsl - the default codec
 doesn’t
  change in every release.  I’ll try to automate extracting the
 default from
  o.a.l.codecs.Codec#defaultCodec [ =
  Codec.forName(“Lucene46”)].
 
   Lucene and Solr Javadocs look good.
 
   Steve
 
 
   On Nov 14, 2013, at 4:37 AM, Simon Willnauer
  simon.willna...@gmail.com wrote:
 
   Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
   you can download it here:
 
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
   or run the smoke tester directly with this commandline (don't
 forget
   to set JAVA6_HOME etc.):
 
   python3.2 -u dev-tools/scripts/smokeTestRelease.py
 
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
   1541686 4.6.0 /tmp/smoke_test_4_6
 
 
   I integrated the RC into Elasticsearch and all tests pass:
 
 
 
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
   Smoketester said: SUCCESS! [1:15:57.339272]
 
   here is my +1
 
 
   Simon
 
  
 
   To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
   For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
  
 
   To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
   For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
  
 
  To unsubscribe,
  e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
  --
  Uwe Schindler
  H.-H.-Meier-Allee 63, 28213 Bremen
  http://www.thetaphi.de



 --
 Regards,
 Shalin Shekhar Mangar.

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





-- 
Regards, Petar!
Karlovo, Bulgaria.
---
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611


Re: [VOTE] Lucene / Solr 4.6.0

2013-11-15 Thread Alan Woodward
Yay!  Congratulations, Uwe!


On 15 Nov 2013, at 04:51, Shai Erera wrote:

 Congratulations Uwe!
 
 Shai
 
 
 On Fri, Nov 15, 2013 at 6:34 AM, Shalin Shekhar Mangar 
 shalinman...@gmail.com wrote:
 Many congratulations Uwe!
 
 On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler u...@thetaphi.de wrote:
  The PMC Chair is going to marry tomorrow... Simon has to come here and not
  do new RCs! :)
 
  In any case, thanks for doing the release, Simon. I will do the next!
 
  Uwe
 
 
 
  Simon Willnauer simon.willna...@gmail.com schrieb:
 
  Thanks Steve I won't get to this until next week. I will upload a new RC
  on monday.
 
  Simon
 
  Sent from my iPhone
 
   On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
 
   I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
  trunk, for all the problems I mentioned.
 
   The first revision including all these is 1542030.
 
   Steve
 
 
   On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
 
   -1
 
   Smoke tester passes.
 
   Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
  section” follows “Detailed Change List”, but should be above it; and one
  change attribution
  didn’t get recognized because it’s missing parens: Elran Dvir via Erick
  Erickson.  Definitely not worth a respin in either case.
 
   Lucene Changes look good, except that the “API Changes” section in
  Changes.html is formatted as an item in the “Bug Fixes” section, rather 
  than
  its own section.  I’ll fix.  (The issue is that “API Changes:” in
  CHANGES.txt has a trailing colon - the section name regex should allow 
  this.
  )  This is probably not worth a respin.
 
   Lucene and Solr Documentation pages look good, except that the File
  Formats” link from the Lucene Documentation page leads to the 4.5 format
  doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
  LUCENE-5215).  This is respin-worthy.  Updating this is not automated 
  now -
  it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
  change in every release.  I’ll try to automate extracting the default 
  from
  o.a.l.codecs.Codec#defaultCodec [ =
  Codec.forName(“Lucene46”)].
 
   Lucene and Solr Javadocs look good.
 
   Steve
 
 
   On Nov 14, 2013, at 4:37 AM, Simon Willnauer
  simon.willna...@gmail.com wrote:
 
   Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
   you can download it here:
 
  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
   or run the smoke tester directly with this commandline (don't forget
   to set JAVA6_HOME etc.):
 
   python3.2 -u dev-tools/scripts/smokeTestRelease.py
 
  http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
   1541686 4.6.0 /tmp/smoke_test_4_6
 
 
   I integrated the RC into Elasticsearch and all tests pass:
 
 
  https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
   Smoketester said: SUCCESS! [1:15:57.339272]
 
   here is my +1
 
 
   Simon
 
  
 
   To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
   For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
  
 
   To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
   For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
  
 
  To unsubscribe,
  e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
  --
  Uwe Schindler
  H.-H.-Meier-Allee 63, 28213 Bremen
  http://www.thetaphi.de
 
 
 
 --
 Regards,
 Shalin Shekhar Mangar.
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-15 Thread S. Pohl
Congratulations, Uwe! Enjoy your great day!

Stefan


On 14 November 2013 21:11, Uwe Schindler u...@thetaphi.de wrote:

 The PMC Chair is going to marry tomorrow... Simon has to come here and not
 do new RCs! :)

 In any case, thanks for doing the release, Simon. I will do the next!

 Uwe



 Simon Willnauer simon.willna...@gmail.com schrieb:

 Thanks Steve I won't get to this until next week. I will upload a new RC on 
 monday.

 Simon

 Sent from my iPhone

  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:

  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and 
 trunk, for all the problems I mentioned.


  The first revision including all these is 1542030.

  Steve


  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:

  -1

  Smoke tester passes.

  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” 
 section” follows “Detailed Change List”, but should be above it; and one 
 change attribution
 didn’t get recognized because it’s missing parens: Elran Dvir via Erick 
 Erickson.  Definitely not worth a respin in either case.

  Lucene Changes look good, except that the “API Changes” section in 
 Changes.html is formatted as an item in the “Bug Fixes” section, rather 
 than its own section.  I’ll fix.  (The issue is that “API Changes:” in 
 CHANGES.txt has a trailing colon - the section name regex should allow 
 this. )  This is probably not worth a respin.


  Lucene and Solr Documentation pages look good, except that the File 
 Formats” link from the Lucene Documentation page leads to the 4.5 format 
 doc, rather than the 4.6 format doc (Lucene46Codec was introduced by 
 LUCENE-5215).  This is respin-worthy.  Updating this is not automated now 
 - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t 
 change in every release.  I’ll try to automate extracting the default from 
 o.a.l.codecs.Codec#defaultCodec [ =
 Codec.forName(“Lucene46”)].

  Lucene and Solr Javadocs look good.

  Steve

  On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

  Please vote for the first Release Candidate for Lucene/Solr 4.6.0


  you can download it here:
  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686


  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):

  python3.2 -u dev-tools/scripts/smokeTestRelease.py

  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6



  I integrated the RC into Elasticsearch and all tests pass:

  
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de


  Smoketester said: SUCCESS! [1:15:57.339272]

  here is my +1


  Simon

 --

  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

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



 --

  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

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


 --

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


 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-15 Thread Jan Høydahl
Congrats, Uwe!
+1 to marriage, nice thread hijacking :)

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

14. nov. 2013 kl. 21:11 skrev Uwe Schindler u...@thetaphi.de:

 The PMC Chair is going to marry tomorrow... Simon has to come here and not do 
 new RCs! :)
 
 In any case, thanks for doing the release, Simon. I will do the next!
 
 Uwe
 
 
 
 Simon Willnauer simon.willna...@gmail.com schrieb:
 Thanks Steve I won't get to this until next week. I will upload a new RC on 
 monday.
 
 Simon 
 
 Sent from my iPhone
 
  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
  
  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, 
 for all the problems I mentioned.  
  
  The first revision including all these is 1542030.
  
  Steve
  
  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
  
  -1
  
  Smoke tester passes.
  
  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” 
 follows “Detailed Change List”, but should be above it; and one change 
 attribution
 didn’t get recognized because it’s missing parens: Elran Dvir via Erick 
 Erickson.  Definitely not worth a respin in either case.
  
  Lucene Changes look good, except that the “API Changes” section in 
 Changes.html is formatted as an item in the “Bug Fixes” section, rather than 
 its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt 
 has a trailing colon - the section name regex should allow this. )  This is 
 probably not worth a respin.
  
  Lucene and Solr Documentation pages look good, except that the File 
 Formats” link from the Lucene Documentation page leads to the 4.5 format doc, 
 rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215). 
  This is respin-worthy.  Updating this is not automated now - it’s hard-coded 
 in lucene/site/xsl/index.xsl - the default codec doesn’t change in every 
 release.  I’ll try to automate extracting the default from 
 o.a.l.codecs.Codec#defaultCodec [ =
 Codec.forName(“Lucene46”)].
  
  Lucene and Solr Javadocs look good.
  
  Steve
  
  On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
  
  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
  
  you can download it here:
  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
  
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6
  
  
  I integrated the RC into Elasticsearch and all tests pass:
  
  
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
  
  Smoketester said: SUCCESS! [1:15:57.339272]
  
  here is my +1
  
  
  Simon
  
 
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
  
  
 
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
  
 
 
 To unsubscribe,
 e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de



[VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Simon Willnauer
Please vote for the first Release Candidate for Lucene/Solr 4.6.0

you can download it here:
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

or run the smoke tester directly with this commandline (don't forget
to set JAVA6_HOME etc.):

python3.2 -u dev-tools/scripts/smokeTestRelease.py
http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
1541686 4.6.0 /tmp/smoke_test_4_6


I integrated the RC into Elasticsearch and all tests pass:

https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

Smoketester said: SUCCESS! [1:15:57.339272]

here is my +1


Simon

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Shai Erera
Smoke tester passes for me. +1!

Shai


On Thu, Nov 14, 2013 at 11:37 AM, Simon Willnauer simon.willna...@gmail.com
 wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0

 you can download it here:

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6


 I integrated the RC into Elasticsearch and all tests pass:


 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

 Smoketester said: SUCCESS! [1:15:57.339272]

 here is my +1


 Simon

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




Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Tommaso Teofili
+1

 SUCCESS! [2:50:09.253204] ()

however we have the usual

 ***WARNING***: javadocs want to fail!

for Solr (which IMHO we should fix)

Regards,
Tommaso



2013/11/14 Shai Erera ser...@gmail.com

 Smoke tester passes for me. +1!

 Shai


 On Thu, Nov 14, 2013 at 11:37 AM, Simon Willnauer 
 simon.willna...@gmail.com wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0

 you can download it here:

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6


 I integrated the RC into Elasticsearch and all tests pass:


 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

 Smoketester said: SUCCESS! [1:15:57.339272]

 here is my +1


 Simon

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





Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Martijn v Groningen
+1! The smoker test succeeded.


On 14 November 2013 15:09, Tommaso Teofili tommaso.teof...@gmail.comwrote:

 +1

  SUCCESS! [2:50:09.253204] ()

 however we have the usual

  ***WARNING***: javadocs want to fail!

 for Solr (which IMHO we should fix)

 Regards,
 Tommaso



 2013/11/14 Shai Erera ser...@gmail.com

 Smoke tester passes for me. +1!

 Shai


 On Thu, Nov 14, 2013 at 11:37 AM, Simon Willnauer 
 simon.willna...@gmail.com wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0

 you can download it here:

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6


 I integrated the RC into Elasticsearch and all tests pass:


 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

 Smoketester said: SUCCESS! [1:15:57.339272]

 here is my +1


 Simon

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






-- 
Met vriendelijke groet,

Martijn van Groningen


Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Adrien Grand
+1 from my side as well. Release candidate looks good and smoke tester
was happy.

On Thu, Nov 14, 2013 at 4:17 PM, Martijn v Groningen
martijn.v.gronin...@gmail.com wrote:
 +1! The smoker test succeeded.


 On 14 November 2013 15:09, Tommaso Teofili tommaso.teof...@gmail.com
 wrote:

 +1

  SUCCESS! [2:50:09.253204] ()

 however we have the usual

  ***WARNING***: javadocs want to fail!

 for Solr (which IMHO we should fix)

 Regards,
 Tommaso



 2013/11/14 Shai Erera ser...@gmail.com

 Smoke tester passes for me. +1!

 Shai


 On Thu, Nov 14, 2013 at 11:37 AM, Simon Willnauer
 simon.willna...@gmail.com wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0

 you can download it here:

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6


 I integrated the RC into Elasticsearch and all tests pass:


 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

 Smoketester said: SUCCESS! [1:15:57.339272]

 here is my +1


 Simon

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






 --
 Met vriendelijke groet,

 Martijn van Groningen



-- 
Adrien

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Steve Rowe
-1

Smoke tester passes.

Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” 
follows “Detailed Change List”, but should be above it; and one change 
attribution didn’t get recognized because it’s missing parens: Elran Dvir via 
Erick Erickson.  Definitely not worth a respin in either case.

Lucene Changes look good, except that the “API Changes” section in Changes.html 
is formatted as an item in the “Bug Fixes” section, rather than its own 
section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt has a 
trailing colon - the section name regex should allow this.)  This is probably 
not worth a respin.

Lucene and Solr Documentation pages look good, except that the File Formats” 
link from the Lucene Documentation page leads to the 4.5 format doc, rather 
than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This is 
respin-worthy.  Updating this is not automated now - it’s hard-coded in 
lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.  
I’ll try to automate extracting the default from 
o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].

Lucene and Solr Javadocs look good.

Steve

On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6
 
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
 Smoketester said: SUCCESS! [1:15:57.339272]
 
 here is my +1
 
 
 Simon
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Steve Rowe
I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, for 
all the problems I mentioned.  

The first revision including all these is 1542030.

Steve

On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:

 -1
 
 Smoke tester passes.
 
 Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” 
 follows “Detailed Change List”, but should be above it; and one change 
 attribution didn’t get recognized because it’s missing parens: Elran Dvir 
 via Erick Erickson.  Definitely not worth a respin in either case.
 
 Lucene Changes look good, except that the “API Changes” section in 
 Changes.html is formatted as an item in the “Bug Fixes” section, rather than 
 its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt 
 has a trailing colon - the section name regex should allow this.)  This is 
 probably not worth a respin.
 
 Lucene and Solr Documentation pages look good, except that the File Formats” 
 link from the Lucene Documentation page leads to the 4.5 format doc, rather 
 than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).  This 
 is respin-worthy.  Updating this is not automated now - it’s hard-coded in 
 lucene/site/xsl/index.xsl - the default codec doesn’t change in every 
 release.  I’ll try to automate extracting the default from 
 o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
 
 Lucene and Solr Javadocs look good.
 
 Steve
 
 On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6
 
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
 Smoketester said: SUCCESS! [1:15:57.339272]
 
 here is my +1
 
 
 Simon
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 


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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Simon Willnauer
Thanks Steve I won't get to this until next week. I will upload a new RC on 
monday.

Simon 

Sent from my iPhone

 On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
 
 I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, 
 for all the problems I mentioned.  
 
 The first revision including all these is 1542030.
 
 Steve
 
 On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
 
 -1
 
 Smoke tester passes.
 
 Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” 
 follows “Detailed Change List”, but should be above it; and one change 
 attribution didn’t get recognized because it’s missing parens: Elran Dvir 
 via Erick Erickson.  Definitely not worth a respin in either case.
 
 Lucene Changes look good, except that the “API Changes” section in 
 Changes.html is formatted as an item in the “Bug Fixes” section, rather than 
 its own section.  I’ll fix.  (The issue is that “API Changes:” in 
 CHANGES.txt has a trailing colon - the section name regex should allow 
 this.)  This is probably not worth a respin.
 
 Lucene and Solr Documentation pages look good, except that the File 
 Formats” link from the Lucene Documentation page leads to the 4.5 format 
 doc, rather than the 4.6 format doc (Lucene46Codec was introduced by 
 LUCENE-5215).  This is respin-worthy.  Updating this is not automated now - 
 it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t 
 change in every release.  I’ll try to automate extracting the default from 
 o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)].
 
 Lucene and Solr Javadocs look good.
 
 Steve
 
 On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
 
 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 you can download it here:
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
 or run the smoke tester directly with this commandline (don't forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6
 
 
 I integrated the RC into Elasticsearch and all tests pass:
 
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
 Smoketester said: SUCCESS! [1:15:57.339272]
 
 here is my +1
 
 
 Simon
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Uwe Schindler
The PMC Chair is going to marry tomorrow... Simon has to come here and not do 
new RCs! :)

In any case, thanks for doing the release, Simon. I will do the next!

Uwe



Simon Willnauer simon.willna...@gmail.com schrieb:
Thanks Steve I won't get to this until next week. I will upload a new
RC on monday.

Simon 

Sent from my iPhone

 On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
 
 I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
trunk, for all the problems I mentioned.  
 
 The first revision including all these is 1542030.
 
 Steve
 
 On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
 
 -1
 
 Smoke tester passes.
 
 Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
section” follows “Detailed Change List”, but should be above it; and
one change attribution didn’t get recognized because it’s missing
parens: Elran Dvir via Erick Erickson.  Definitely not worth a respin
in either case.
 
 Lucene Changes look good, except that the “API Changes” section in
Changes.html is formatted as an item in the “Bug Fixes” section, rather
than its own section.  I’ll fix.  (The issue is that “API Changes:” in
CHANGES.txt has a trailing colon - the section name regex should allow
this.)  This is probably not worth a respin.
 
 Lucene and Solr Documentation pages look good, except that the File
Formats” link from the Lucene Documentation page leads to the 4.5
format doc, rather than the 4.6 format doc (Lucene46Codec was
introduced by LUCENE-5215).  This is respin-worthy.  Updating this is
not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the
default codec doesn’t change in every release.  I’ll try to automate
extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
Codec.forName(“Lucene46”)].
 
 Lucene and Solr Javadocs look good.
 
 Steve
 
 On Nov 14, 2013, at 4:37 AM, Simon Willnauer
simon.willna...@gmail.com wrote:
 
 Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
 you can download it here:

http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
 or run the smoke tester directly with this commandline (don't
forget
 to set JAVA6_HOME etc.):
 
 python3.2 -u dev-tools/scripts/smokeTestRelease.py

http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6
 
 
 I integrated the RC into Elasticsearch and all tests pass:
 

https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
 Smoketester said: SUCCESS! [1:15:57.339272]
 
 here is my +1
 
 
 Simon
 

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

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

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de

Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Dawid Weiss
I think this calls for a *very* special release. :) Everything best
for both of you, Uwe!

Dawid

On Thu, Nov 14, 2013 at 9:11 PM, Uwe Schindler u...@thetaphi.de wrote:
 The PMC Chair is going to marry tomorrow... Simon has to come here and not
 do new RCs! :)

 In any case, thanks for doing the release, Simon. I will do the next!

 Uwe



 Simon Willnauer simon.willna...@gmail.com schrieb:

 Thanks Steve I won't get to this until next week. I will upload a new RC
 on monday.

 Simon

 Sent from my iPhone

  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:

  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
 trunk, for all the problems I mentioned.

  The first revision including all these is 1542030.

  Steve


  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:

  -1

  Smoke tester passes.

  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
 section” follows “Detailed Change List”, but should be above it; and one
 change attr
  ibution
 didn’t get recognized because it’s missing parens: Elran Dvir via Erick
 Erickson.  Definitely not worth a respin in either case.

  Lucene Changes look good, except that the “API Changes” section in
 Changes.html is formatted as an item in the “Bug Fixes” section, rather 
 than
 its own section.  I’ll fix.  (The issue is that “API Changes:” in
 CHANGES.txt has a trailing colon - the section name regex should allow 
 this.
 )  This is probably not worth a respin.

  Lucene and Solr Documentation pages look good, except that the File
 Formats” link from the Lucene Documentation page leads to the 4.5 format
 doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
 LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
 it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
 change in every release.  I’ll try to automate extracting the default from
 o.a.l.codecs.Codec#defaultCodec [ =
 Codec.forName(“Lucene46”)].

  Lucene and Solr Javadocs look good.

  Steve


  On Nov 14, 2013, at 4:37 AM, Simon Willnauer
 simon.willna...@gmail.com wrote:

  Please vote for the first Release Candidate for Lucene/Solr 4.6.0

  you can download it here:

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):

  python3.2 -u dev-tools/scripts/smokeTestRelease.py

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6


  I integrated the RC into Elasticsearch and all tests pass:


 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

  Smoketester said: SUCCESS! [1:15:57.339272]

  here is my +1


  Simon

 

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



 

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



 

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


 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Steve Rowe
Congratulations Uwe!

On Nov 14, 2013, at 3:11 PM, Uwe Schindler u...@thetaphi.de wrote:

 The PMC Chair is going to marry tomorrow... Simon has to come here and not do 
 new RCs! :)
 
 In any case, thanks for doing the release, Simon. I will do the next!
 
 Uwe
 
 
 
 Simon Willnauer simon.willna...@gmail.com schrieb:
 Thanks Steve I won't get to this until next week. I will upload a new RC on 
 monday.
 
 Simon 
 
 Sent from my iPhone
 
  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
  
  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, 
 for all the problems I mentioned.  
  
  The first revision including all these is 1542030.
  
  Steve
  
  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
  
  -1
  
  Smoke tester passes.
  
  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” 
 follows “Detailed Change List”, but should be above it; and one change 
 attribution
 didn’t get recognized because it’s missing parens: Elran Dvir via Erick 
 Erickson.  Definitely not worth a respin in either case.
 
  
  Lucene Changes look good, except that the “API Changes” section in 
 Changes.html is formatted as an item in the “Bug Fixes” section, rather than 
 its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt 
 has a trailing colon - the section name regex should allow this. )  This is 
 probably not worth a respin.
  
  Lucene and Solr Documentation pages look good, except that the File 
 Formats” link from the Lucene Documentation page leads to the 4.5 format doc, 
 rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215). 
  This is respin-worthy.  Updating this is not automated now - it’s hard-coded 
 in lucene/site/xsl/index.xsl - the default codec doesn’t change in every 
 release.  I’ll try to automate extracting the default from 
 o.a.l.codecs.Codec#defaultCodec [ =
 Codec.forName(“Lucene46”)].
 
  
  Lucene and Solr Javadocs look good.
  
  Steve
  
  On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
  
  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
  
  you can download it here:
  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
  
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6
  
  
  I integrated the RC into Elasticsearch and all tests pass:
  
  
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
  
  Smoketester said: SUCCESS! [1:15:57.339272]
  
  here is my +1
  
  
  Simon
  
 
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
  
  
 
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
  
 
 
 To unsubscribe,
 e-mail: dev-unsubscr...@lucene.apache.org
 
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de


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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Michael McCandless
On Thu, Nov 14, 2013 at 3:11 PM, Uwe Schindler u...@thetaphi.de wrote:
 The PMC Chair is going to marry tomorrow... Simon has to come here and not
 do new RCs! :)

Congratulations on tying the knot, Uwe!!

Mike McCandless

http://blog.mikemccandless.com

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Mark Miller

On Nov 14, 2013, at 3:11 PM, Uwe Schindler u...@thetaphi.de wrote:

 The PMC Chair is going to marry tomorrow... Simon has to come here and not do 
 new RCs! :)

+1 :)

- Mark

Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Yonik Seeley
On Thu, Nov 14, 2013 at 3:11 PM, Uwe Schindler u...@thetaphi.de wrote:
 The PMC Chair is going to marry tomorrow...

Congrats Uwe!

-Yonik
http://heliosearch.com -- making solr shine

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Erick Erickson
Great news Uwe! Congrats!

Erick


On Thu, Nov 14, 2013 at 4:07 PM, Yonik Seeley yo...@heliosearch.com wrote:

 On Thu, Nov 14, 2013 at 3:11 PM, Uwe Schindler u...@thetaphi.de wrote:
  The PMC Chair is going to marry tomorrow...

 Congrats Uwe!

 -Yonik
 http://heliosearch.com -- making solr shine

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




Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Koji Sekiguchi

Congrats Uwe! :)

koji

(13/11/15 5:11), Uwe Schindler wrote:

The PMC Chair is going to marry tomorrow... Simon has to come here and not do 
new RCs! :)

In any case, thanks for doing the release, Simon. I will do the next!

Uwe



Simon Willnauer simon.willna...@gmail.com schrieb:

Thanks Steve I won't get to this until next week. I will upload a new
RC on monday.

Simon

Sent from my iPhone


On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:

I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and

trunk, for all the problems I mentioned.


The first revision including all these is 1542030.

Steve


On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:

-1

Smoke tester passes.

Solr Changes look good, except that the “Upgrading from Solr 4.5.0”

section” follows “Detailed Change List”, but should be above it; and
one change attribution didn’t get recognized because it’s missing
parens: Elran Dvir via Erick Erickson.  Definitely not worth a respin
in either case.


Lucene Changes look good, except that the “API Changes” section in

Changes.html is formatted as an item in the “Bug Fixes” section, rather
than its own section.  I’ll fix.  (The issue is that “API Changes:” in
CHANGES.txt has a trailing colon - the section name regex should allow
this.)  This is probably not worth a respin.


Lucene and Solr Documentation pages look good, except that the File

Formats” link from the Lucene Documentation page leads to the 4.5
format doc, rather than the 4.6 format doc (Lucene46Codec was
introduced by LUCENE-5215).  This is respin-worthy.  Updating this is
not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the
default codec doesn’t change in every release.  I’ll try to automate
extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
Codec.forName(“Lucene46”)].


Lucene and Solr Javadocs look good.

Steve


On Nov 14, 2013, at 4:37 AM, Simon Willnauer

simon.willna...@gmail.com wrote:


Please vote for the first Release Candidate for Lucene/Solr 4.6.0

you can download it here:


http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686


or run the smoke tester directly with this commandline (don't

forget

to set JAVA6_HOME etc.):

python3.2 -u dev-tools/scripts/smokeTestRelease.py


http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

1541686 4.6.0 /tmp/smoke_test_4_6


I integrated the RC into Elasticsearch and all tests pass:



https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de


Smoketester said: SUCCESS! [1:15:57.339272]

here is my +1


Simon



-

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



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



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


--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de




--
http://soleami.com/blog/automatically-acquiring-synonym-knowledge-from-wikipedia.html

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



RE: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread karl.wright
Congratulations, Uwe!
Karl

Sent from my Windows Phone

From: ext Koji Sekiguchi
Sent: 11/14/2013 6:35 PM
To: dev@lucene.apache.org
Subject: Re: [VOTE] Lucene / Solr 4.6.0

Congrats Uwe! :)

koji

(13/11/15 5:11), Uwe Schindler wrote:
 The PMC Chair is going to marry tomorrow... Simon has to come here and not do 
 new RCs! :)

 In any case, thanks for doing the release, Simon. I will do the next!

 Uwe



 Simon Willnauer simon.willna...@gmail.com schrieb:
 Thanks Steve I won't get to this until next week. I will upload a new
 RC on monday.

 Simon

 Sent from my iPhone

 On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:

 I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
 trunk, for all the problems I mentioned.

 The first revision including all these is 1542030.

 Steve

 On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:

 -1

 Smoke tester passes.

 Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
 section” follows “Detailed Change List”, but should be above it; and
 one change attribution didn’t get recognized because it’s missing
 parens: Elran Dvir via Erick Erickson.  Definitely not worth a respin
 in either case.

 Lucene Changes look good, except that the “API Changes” section in
 Changes.html is formatted as an item in the “Bug Fixes” section, rather
 than its own section.  I’ll fix.  (The issue is that “API Changes:” in
 CHANGES.txt has a trailing colon - the section name regex should allow
 this.)  This is probably not worth a respin.

 Lucene and Solr Documentation pages look good, except that the File
 Formats” link from the Lucene Documentation page leads to the 4.5
 format doc, rather than the 4.6 format doc (Lucene46Codec was
 introduced by LUCENE-5215).  This is respin-worthy.  Updating this is
 not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the
 default codec doesn’t change in every release.  I’ll try to automate
 extracting the default from o.a.l.codecs.Codec#defaultCodec [ =
 Codec.forName(“Lucene46”)].

 Lucene and Solr Javadocs look good.

 Steve

 On Nov 14, 2013, at 4:37 AM, Simon Willnauer
 simon.willna...@gmail.com wrote:

 Please vote for the first Release Candidate for Lucene/Solr 4.6.0

 you can download it here:

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

 or run the smoke tester directly with this commandline (don't
 forget
 to set JAVA6_HOME etc.):

 python3.2 -u dev-tools/scripts/smokeTestRelease.py

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 1541686 4.6.0 /tmp/smoke_test_4_6


 I integrated the RC into Elasticsearch and all tests pass:


 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

 Smoketester said: SUCCESS! [1:15:57.339272]

 here is my +1


 Simon


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


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


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

 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de



--
http://soleami.com/blog/automatically-acquiring-synonym-knowledge-from-wikipedia.html

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Chris Hostetter

FWIW: Something is wonky with the LUCENE-5283 changes (which are on 
branch_4_6) making it impossible to run a single test from the top level 
directory.

we should probably give dawid a chance to try and figure out the 
problem before respining as well.

https://issues.apache.org/jira/browse/LUCENE-5283?focusedCommentId=13823212page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13823212

-Hoss

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Han Jiang
Wow, congratulations Uwe!


On Fri, Nov 15, 2013 at 4:11 AM, Uwe Schindler u...@thetaphi.de wrote:

 The PMC Chair is going to marry tomorrow... Simon has to come here and not
 do new RCs! :)

 In any case, thanks for doing the release, Simon. I will do the next!

 Uwe



 Simon Willnauer simon.willna...@gmail.com schrieb:

 Thanks Steve I won't get to this until next week. I will upload a new RC on 
 monday.

 Simon

 Sent from my iPhone

  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:

  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and 
 trunk, for all the problems I mentioned.


  The first revision including all these is 1542030.

  Steve


  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:

  -1

  Smoke tester passes.

  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” 
 section” follows “Detailed Change List”, but should be above it; and one 
 change attribution
 didn’t get recognized because it’s missing parens: Elran Dvir via Erick 
 Erickson.  Definitely not worth a respin in either case.

  Lucene Changes look good, except that the “API Changes” section in 
 Changes.html is formatted as an item in the “Bug Fixes” section, rather 
 than its own section.  I’ll fix.  (The issue is that “API Changes:” in 
 CHANGES.txt has a trailing colon - the section name regex should allow 
 this. )  This is probably not worth a respin.


  Lucene and Solr Documentation pages look good, except that the File 
 Formats” link from the Lucene Documentation page leads to the 4.5 format 
 doc, rather than the 4.6 format doc (Lucene46Codec was introduced by 
 LUCENE-5215).  This is respin-worthy.  Updating this is not automated now 
 - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t 
 change in every release.  I’ll try to automate extracting the default from 
 o.a.l.codecs.Codec#defaultCodec [ =
 Codec.forName(“Lucene46”)].

  Lucene and Solr Javadocs look good.

  Steve

  On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:

  Please vote for the first Release Candidate for Lucene/Solr 4.6.0


  you can download it here:
  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686


  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):

  python3.2 -u dev-tools/scripts/smokeTestRelease.py

  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6



  I integrated the RC into Elasticsearch and all tests pass:

  
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de


  Smoketester said: SUCCESS! [1:15:57.339272]

  here is my +1


  Simon

 --

  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

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



 --

  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

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


 --

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


 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de




-- 
Han Jiang

Team of Search Engine and Web Mining,
School of Electronic Engineering and Computer Science,
Peking University, China


Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Ryan McKinley
Congratulations Uwe!


On Thu, Nov 14, 2013 at 1:01 PM, Mark Miller markrmil...@gmail.com wrote:


 On Nov 14, 2013, at 3:11 PM, Uwe Schindler u...@thetaphi.de wrote:

 The PMC Chair is going to marry tomorrow... Simon has to come here and not
 do new RCs! :)


 +1 :)

 - Mark



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Christian Moen
Congratulations, Uwe!  I wish you both all the best.

-Christian

On Nov 15, 2013, at 5:11 AM, Uwe Schindler u...@thetaphi.de wrote:

 The PMC Chair is going to marry tomorrow... Simon has to come here and not do 
 new RCs! :)
 
 In any case, thanks for doing the release, Simon. I will do the next!
 
 Uwe
 
 
 
 Simon Willnauer simon.willna...@gmail.com schrieb:
 Thanks Steve I won't get to this until next week. I will upload a new RC on 
 monday.
 
 Simon 
 
 Sent from my iPhone
 
  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
  
  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and trunk, 
 for all the problems I mentioned.  
  
  The first revision including all these is 1542030.
  
  Steve
  
  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
  
  -1
  
  Smoke tester passes.
  
  Solr Changes look good, except that the “Upgrading from Solr 4.5.0” section” 
 follows “Detailed Change List”, but should be above it; and one change 
 attribution
 didn’t get recognized because it’s missing parens: Elran Dvir via Erick 
 Erickson.  Definitely not worth a respin in either case.
  
  Lucene Changes look good, except that the “API Changes” section in 
 Changes.html is formatted as an item in the “Bug Fixes” section, rather than 
 its own section.  I’ll fix.  (The issue is that “API Changes:” in CHANGES.txt 
 has a trailing colon - the section name regex should allow this. )  This is 
 probably not worth a respin.
  
  Lucene and Solr Documentation pages look good, except that the File 
 Formats” link from the Lucene Documentation page leads to the 4.5 format doc, 
 rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215). 
  This is respin-worthy.  Updating this is not automated now - it’s hard-coded 
 in lucene/site/xsl/index.xsl - the default codec doesn’t change in every 
 release.  I’ll try to automate extracting the default from 
 o.a.l.codecs.Codec#defaultCodec [ =
 Codec.forName(“Lucene46”)].
  
  Lucene and Solr Javadocs look good.
  
  Steve
  
  On Nov 14, 2013, at 4:37 AM, Simon Willnauer simon.willna...@gmail.com 
 wrote:
  
  Please vote for the first Release Candidate for Lucene/Solr 4.6.0
  
  you can download it here:
  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  
  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):
  
  python3.2 -u dev-tools/scripts/smokeTestRelease.py
  
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6
  
  
  I integrated the RC into Elasticsearch and all tests pass:
  
  
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
  
  Smoketester said: SUCCESS! [1:15:57.339272]
  
  here is my +1
  
  
  Simon
  
 
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
  
  
 
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
  
 
 
 To unsubscribe,
 e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Shalin Shekhar Mangar
Many congratulations Uwe!

On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler u...@thetaphi.de wrote:
 The PMC Chair is going to marry tomorrow... Simon has to come here and not
 do new RCs! :)

 In any case, thanks for doing the release, Simon. I will do the next!

 Uwe



 Simon Willnauer simon.willna...@gmail.com schrieb:

 Thanks Steve I won't get to this until next week. I will upload a new RC
 on monday.

 Simon

 Sent from my iPhone

  On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:

  I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
 trunk, for all the problems I mentioned.

  The first revision including all these is 1542030.

  Steve


  On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:

  -1

  Smoke tester passes.

  Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
 section” follows “Detailed Change List”, but should be above it; and one
 change attribution
 didn’t get recognized because it’s missing parens: Elran Dvir via Erick
 Erickson.  Definitely not worth a respin in either case.

  Lucene Changes look good, except that the “API Changes” section in
 Changes.html is formatted as an item in the “Bug Fixes” section, rather 
 than
 its own section.  I’ll fix.  (The issue is that “API Changes:” in
 CHANGES.txt has a trailing colon - the section name regex should allow 
 this.
 )  This is probably not worth a respin.

  Lucene and Solr Documentation pages look good, except that the File
 Formats” link from the Lucene Documentation page leads to the 4.5 format
 doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
 LUCENE-5215).  This is respin-worthy.  Updating this is not automated now -
 it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t
 change in every release.  I’ll try to automate extracting the default from
 o.a.l.codecs.Codec#defaultCodec [ =
 Codec.forName(“Lucene46”)].

  Lucene and Solr Javadocs look good.

  Steve


  On Nov 14, 2013, at 4:37 AM, Simon Willnauer
 simon.willna...@gmail.com wrote:

  Please vote for the first Release Candidate for Lucene/Solr 4.6.0

  you can download it here:

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686

  or run the smoke tester directly with this commandline (don't forget
  to set JAVA6_HOME etc.):

  python3.2 -u dev-tools/scripts/smokeTestRelease.py

 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
  1541686 4.6.0 /tmp/smoke_test_4_6


  I integrated the RC into Elasticsearch and all tests pass:


 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de

  Smoketester said: SUCCESS! [1:15:57.339272]

  here is my +1


  Simon

 

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



 

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



 

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


 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de



-- 
Regards,
Shalin Shekhar Mangar.

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



Re: [VOTE] Lucene / Solr 4.6.0

2013-11-14 Thread Shai Erera
Congratulations Uwe!

Shai


On Fri, Nov 15, 2013 at 6:34 AM, Shalin Shekhar Mangar 
shalinman...@gmail.com wrote:

 Many congratulations Uwe!

 On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler u...@thetaphi.de wrote:
  The PMC Chair is going to marry tomorrow... Simon has to come here and
 not
  do new RCs! :)
 
  In any case, thanks for doing the release, Simon. I will do the next!
 
  Uwe
 
 
 
  Simon Willnauer simon.willna...@gmail.com schrieb:
 
  Thanks Steve I won't get to this until next week. I will upload a new RC
  on monday.
 
  Simon
 
  Sent from my iPhone
 
   On 14 Nov 2013, at 20:20, Steve Rowe sar...@gmail.com wrote:
 
   I’ve committed fixes, to lucene_solr_4_6 as well as to branch_4x and
  trunk, for all the problems I mentioned.
 
   The first revision including all these is 1542030.
 
   Steve
 
 
   On Nov 14, 2013, at 1:16 PM, Steve Rowe sar...@gmail.com wrote:
 
   -1
 
   Smoke tester passes.
 
   Solr Changes look good, except that the “Upgrading from Solr 4.5.0”
  section” follows “Detailed Change List”, but should be above it; and
 one
  change attribution
  didn’t get recognized because it’s missing parens: Elran Dvir via
 Erick
  Erickson.  Definitely not worth a respin in either case.
 
   Lucene Changes look good, except that the “API Changes” section in
  Changes.html is formatted as an item in the “Bug Fixes” section,
 rather than
  its own section.  I’ll fix.  (The issue is that “API Changes:” in
  CHANGES.txt has a trailing colon - the section name regex should
 allow this.
  )  This is probably not worth a respin.
 
   Lucene and Solr Documentation pages look good, except that the File
  Formats” link from the Lucene Documentation page leads to the 4.5
 format
  doc, rather than the 4.6 format doc (Lucene46Codec was introduced by
  LUCENE-5215).  This is respin-worthy.  Updating this is not automated
 now -
  it’s hard-coded in lucene/site/xsl/index.xsl - the default codec
 doesn’t
  change in every release.  I’ll try to automate extracting the default
 from
  o.a.l.codecs.Codec#defaultCodec [ =
  Codec.forName(“Lucene46”)].
 
   Lucene and Solr Javadocs look good.
 
   Steve
 
 
   On Nov 14, 2013, at 4:37 AM, Simon Willnauer
  simon.willna...@gmail.com wrote:
 
   Please vote for the first Release Candidate for Lucene/Solr 4.6.0
 
   you can download it here:
 
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
 
   or run the smoke tester directly with this commandline (don't forget
   to set JAVA6_HOME etc.):
 
   python3.2 -u dev-tools/scripts/smokeTestRelease.py
 
 
 http://people.apache.org/~simonw/staging_area/lucene-solr-4.6.0-RC1-rev1541686
   1541686 4.6.0 /tmp/smoke_test_4_6
 
 
   I integrated the RC into Elasticsearch and all tests pass:
 
 
 
 https://github.com/s1monw/elasticsearch/commit/765e3194bb23f202725bfb28d9a2fd7cc71b49de
 
   Smoketester said: SUCCESS! [1:15:57.339272]
 
   here is my +1
 
 
   Simon
 
  
 
   To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
   For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
  
 
   To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
   For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
  
 
  To unsubscribe,
  e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
  --
  Uwe Schindler
  H.-H.-Meier-Allee 63, 28213 Bremen
  http://www.thetaphi.de



 --
 Regards,
 Shalin Shekhar Mangar.

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