[jira] [Updated] (LUCENE-10461) Luke: Windows launch script passes integration tests but fails to run

2022-03-11 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-10461: - Description: PR at https://github.com/apache/lucene/pull/743 > Luke: Windows launch script pass

[jira] [Assigned] (LUCENE-10461) Luke: Windows launch script passes integration tests but fails to run

2022-03-11 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-10461: Assignee: Dawid Weiss > Luke: Windows launch script passes integration tests but fails t

[GitHub] [lucene] mocobeta commented on pull request #740: LUCENE-10393: Unify binary dictionary and dictionary writer in kuromoji and nori

2022-03-11 Thread GitBox
mocobeta commented on pull request #740: URL: https://github.com/apache/lucene/pull/740#issuecomment-1064902141 > I ran ./gradlew regenerate --rerun-tasks on your branch as an additional test and all binary data files were unchanged. So I feel good about correctness! Thanks, @rmuir f

[jira] [Commented] (LUCENE-10459) Update smoke tester for 9.1

2022-03-11 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504804#comment-17504804 ] Dawid Weiss commented on LUCENE-10459: -- Hi Julie. I filed a PR here: [https://gith

[GitHub] [lucene] kkewwei commented on a change in pull request #741: LUCENE-10448: avoid the instant writing rate bigger than the limited rate in merge process

2022-03-11 Thread GitBox
kkewwei commented on a change in pull request #741: URL: https://github.com/apache/lucene/pull/741#discussion_r824510831 ## File path: lucene/core/src/java/org/apache/lucene/index/MergeRateLimiter.java ## @@ -124,16 +125,21 @@ private long maybePause(long bytes, long curNS) thr

[jira] [Commented] (LUCENE-10459) Update smoke tester for 9.1

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504817#comment-17504817 ] Tomoko Uchida commented on LUCENE-10459: {quote}It was an intentional decision

[jira] [Comment Edited] (LUCENE-10459) Update smoke tester for 9.1

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504817#comment-17504817 ] Tomoko Uchida edited comment on LUCENE-10459 at 3/11/22, 9:25 AM: ---

[GitHub] [lucene] mocobeta commented on a change in pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
mocobeta commented on a change in pull request #744: URL: https://github.com/apache/lucene/pull/744#discussion_r824587863 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -657,8 +657,8 @@ def testDemo(run_java, isSrc, version, jdk): indexFilesCmd = 'java -cp "%s"

[GitHub] [lucene] mocobeta commented on a change in pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
mocobeta commented on a change in pull request #744: URL: https://github.com/apache/lucene/pull/744#discussion_r824590424 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -657,8 +657,8 @@ def testDemo(run_java, isSrc, version, jdk): indexFilesCmd = 'java -cp "%s"

[GitHub] [lucene] mocobeta commented on a change in pull request #739: Adapt release smoke tester for 9.1

2022-03-11 Thread GitBox
mocobeta commented on a change in pull request #739: URL: https://github.com/apache/lucene/pull/739#discussion_r824603725 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -574,10 +574,11 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, version, testArgs)

[GitHub] [lucene] mocobeta commented on pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
mocobeta commented on pull request #744: URL: https://github.com/apache/lucene/pull/744#issuecomment-1065010222 I just corrected syntax and cherry-picked some changes in #739 to make the smoke tester work. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [lucene] mocobeta commented on a change in pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
mocobeta commented on a change in pull request #744: URL: https://github.com/apache/lucene/pull/744#discussion_r824590424 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -657,8 +657,8 @@ def testDemo(run_java, isSrc, version, jdk): indexFilesCmd = 'java -cp "%s"

[GitHub] [lucene] mocobeta commented on pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
mocobeta commented on pull request #744: URL: https://github.com/apache/lucene/pull/744#issuecomment-1065070276 I cherry-picked these commits on my branch_9_1 and ran the smoke tester. ``` lucene $ /usr/bin/python3 -u dev-tools/scripts/smokeTestRelease.py --not-signed --tmp-dir /mnt/h

[GitHub] [lucene] mocobeta edited a comment on pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
mocobeta edited a comment on pull request #744: URL: https://github.com/apache/lucene/pull/744#issuecomment-1065070276 I cherry-picked these commits on my branch_9_1 and ran the smoke tester. (I agree with it would be good to make the script work on main so that we can easily do a test run

[GitHub] [lucene] mocobeta edited a comment on pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
mocobeta edited a comment on pull request #744: URL: https://github.com/apache/lucene/pull/744#issuecomment-1065070276 I cherry-picked these commits on my branch_9_1 and ran the smoke tester. (I agree with it would be good to make the script work on main so that we can easily do a test run

[GitHub] [lucene] mocobeta edited a comment on pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
mocobeta edited a comment on pull request #744: URL: https://github.com/apache/lucene/pull/744#issuecomment-1065070276 I cherry-picked these commits on my branch_9_1 and ran the smoke tester. (I agree with it would be good to make the script work on main so that we can easily do a test run

[GitHub] [lucene] dweiss commented on pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
dweiss commented on pull request #744: URL: https://github.com/apache/lucene/pull/744#issuecomment-1065151309 Thanks @mocobeta ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [lucene-solr] thelabdude opened a new pull request #2646: SOLR-16022: Enforce special character requirements on passwords with length less than 15

2022-03-11 Thread GitBox
thelabdude opened a new pull request #2646: URL: https://github.com/apache/lucene-solr/pull/2646 backport from https://github.com/apache/solr/pull/741 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [lucene-solr] thelabdude merged pull request #2646: SOLR-16022: Enforce special character requirements on passwords with length less than 15

2022-03-11 Thread GitBox
thelabdude merged pull request #2646: URL: https://github.com/apache/lucene-solr/pull/2646 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-

[GitHub] [lucene] jtibshirani commented on a change in pull request #739: Adapt release smoke tester for 9.1

2022-03-11 Thread GitBox
jtibshirani commented on a change in pull request #739: URL: https://github.com/apache/lucene/pull/739#discussion_r824045245 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -658,7 +659,7 @@ def testDemo(run_java, isSrc, version, jdk): searchFilesCmd = 'java -cp "

[GitHub] [lucene] jtibshirani merged pull request #744: LUCENE-10459: add demo dependencies to third party modules. Add an IT…

2022-03-11 Thread GitBox
jtibshirani merged pull request #744: URL: https://github.com/apache/lucene/pull/744 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubs

[jira] [Commented] (LUCENE-10459) Update smoke tester for 9.1

2022-03-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505054#comment-17505054 ] ASF subversion and git services commented on LUCENE-10459: -- Co

[jira] [Created] (LUCENE-10462) Reenable smoke tester in Jenkins

2022-03-11 Thread Julie Tibshirani (Jira)
Julie Tibshirani created LUCENE-10462: - Summary: Reenable smoke tester in Jenkins Key: LUCENE-10462 URL: https://issues.apache.org/jira/browse/LUCENE-10462 Project: Lucene - Core Issue Ty

[jira] [Commented] (LUCENE-10459) Update smoke tester for 9.1

2022-03-11 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505059#comment-17505059 ] Julie Tibshirani commented on LUCENE-10459: --- Thank you [~dweiss] [~tomoko] !

[jira] [Commented] (LUCENE-10459) Update smoke tester for 9.1

2022-03-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505067#comment-17505067 ] ASF subversion and git services commented on LUCENE-10459: -- Co

[jira] [Commented] (LUCENE-10459) Update smoke tester for 9.1

2022-03-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505069#comment-17505069 ] ASF subversion and git services commented on LUCENE-10459: -- Co

[jira] [Assigned] (LUCENE-10462) Reenable smoke tester in Jenkins

2022-03-11 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-10462: -- Assignee: Uwe Schindler > Reenable smoke tester in Jenkins > ---

[jira] [Commented] (LUCENE-10462) Reenable smoke tester in Jenkins

2022-03-11 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505093#comment-17505093 ] Uwe Schindler commented on LUCENE-10462: I can take care of this. As I am not

[jira] [Commented] (LUCENE-10462) Reenable smoke tester in Jenkins

2022-03-11 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505094#comment-17505094 ] Uwe Schindler commented on LUCENE-10462: It would also be good to know if smoke

[jira] [Commented] (LUCENE-10462) Reenable smoke tester in Jenkins

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505150#comment-17505150 ] Tomoko Uchida commented on LUCENE-10462: Hi [~uschindler], I believe the smoke

[jira] [Comment Edited] (LUCENE-10462) Reenable smoke tester in Jenkins

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505150#comment-17505150 ] Tomoko Uchida edited comment on LUCENE-10462 at 3/12/22, 12:43 AM: --

[jira] [Created] (LUCENE-10463) Make smoke tester script work on main branch (java 17)

2022-03-11 Thread Tomoko Uchida (Jira)
Tomoko Uchida created LUCENE-10463: -- Summary: Make smoke tester script work on main branch (java 17) Key: LUCENE-10463 URL: https://issues.apache.org/jira/browse/LUCENE-10463 Project: Lucene - Core

[jira] [Comment Edited] (LUCENE-10462) Reenable smoke tester in Jenkins

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505150#comment-17505150 ] Tomoko Uchida edited comment on LUCENE-10462 at 3/12/22, 3:35 AM: ---

[jira] [Commented] (LUCENE-10463) Make smoke tester script work on main branch (java 17)

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505171#comment-17505171 ] Tomoko Uchida commented on LUCENE-10463: Just to clarify, there are two "java v

[jira] [Commented] (LUCENE-10463) Make smoke tester script work on main branch (java 17)

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505174#comment-17505174 ] Tomoko Uchida commented on LUCENE-10463: Would you share your thoughts on that,

[jira] [Comment Edited] (LUCENE-10463) Make smoke tester script work on main branch (java 17)

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505174#comment-17505174 ] Tomoko Uchida edited comment on LUCENE-10463 at 3/12/22, 4:29 AM: ---

[jira] [Commented] (LUCENE-10463) Make smoke tester script work on main branch (java 17)

2022-03-11 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505195#comment-17505195 ] Dawid Weiss commented on LUCENE-10463: -- There are a number of things that rely on

[GitHub] [lucene] dweiss commented on pull request #743: LUCENE-10461: fix windows launch script for luke so that it works with ITs

2022-03-11 Thread GitBox
dweiss commented on pull request #743: URL: https://github.com/apache/lucene/pull/743#issuecomment-1065826909 Thanks @mocobeta ! I'll merge and backport this later today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [lucene] mocobeta commented on pull request #743: LUCENE-10461: fix windows launch script for luke so that it works with ITs

2022-03-11 Thread GitBox
mocobeta commented on pull request #743: URL: https://github.com/apache/lucene/pull/743#issuecomment-1065827536 @dweiss if you don't mind, I can merge and backport it to branch_9x and branch_9_1. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[jira] [Commented] (LUCENE-10463) Make smoke tester script work on main branch (java 17)

2022-03-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505211#comment-17505211 ] Tomoko Uchida commented on LUCENE-10463: My issue description might not good or