You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/08/19 17:54:53 UTC

[GitHub] [lucene] xiaoshi2013 opened a new pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

xiaoshi2013 opened a new pull request #253:
URL: https://github.com/apache/lucene/pull/253


   When running ./gradlew lucene:benchmark:run, the default thread name is main not ParallelTaskThread, StringIndexOutOfBoundsException error is thrown.
   I set the threadIndex default value to 0 to fix this bug.
   


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] xiaoshi2013 edited a comment on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

Posted by GitBox <gi...@apache.org>.
xiaoshi2013 edited a comment on pull request #253:
URL: https://github.com/apache/lucene/pull/253#issuecomment-905706189


   > Thanks @xiaoshi2013! Could you also open a backport PR against [`branch_8x` in `lucene-solr` github repository](https://github.com/apache/lucene-solr/tree/branch_8x)? Thanks!
   
   Hi @mikemccand As you suggested, I have also submitted a PR for lucene_8x: LUCENE-10051, the PR is https://github.com/apache/lucene-solr/pull/2559


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] xiaoshi2013 commented on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

Posted by GitBox <gi...@apache.org>.
xiaoshi2013 commented on pull request #253:
URL: https://github.com/apache/lucene/pull/253#issuecomment-905706189


   > Thanks @xiaoshi2013! Could you also open a backport PR against [`branch_8x` in `lucene-solr` github repository](https://github.com/apache/lucene-solr/tree/branch_8x)? Thanks!
   
   Hi @mikemccand As you suggested, I have also submitted a PR for lucene_8x: LUCENE-10051, the PR is #2559.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] xiaoshi2013 removed a comment on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

Posted by GitBox <gi...@apache.org>.
xiaoshi2013 removed a comment on pull request #253:
URL: https://github.com/apache/lucene/pull/253#issuecomment-904703578


   As you suggested, I have also submitted a PR for lucene_8x: LUCENE-10051, thanks.
   
   
   
   
   
   
   
   
   
   
   At 2021-08-23 22:37:45, "Michael McCandless" ***@***.***> wrote:
   
   Thanks @xiaoshi2013! Could you also open a backport PR against branch_8x in lucene-solr github repository? Thanks!
   
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub, or unsubscribe.
   Triage notifications on the go with GitHub Mobile for iOS or Android.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] mikemccand commented on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

Posted by GitBox <gi...@apache.org>.
mikemccand commented on pull request #253:
URL: https://github.com/apache/lucene/pull/253#issuecomment-903833396


   Thanks @xiaoshi2013!  Could you also open a backport PR against [`branch_8x` in `lucene-solr` github repository](https://github.com/apache/lucene-solr/tree/branch_8x)?  Thanks!


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] xiaoshi2013 commented on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

Posted by GitBox <gi...@apache.org>.
xiaoshi2013 commented on pull request #253:
URL: https://github.com/apache/lucene/pull/253#issuecomment-904703578


   As you suggested, I have also submitted a PR for lucene_8x: LUCENE-10051, thanks.
   
   
   
   
   
   
   
   
   
   
   At 2021-08-23 22:37:45, "Michael McCandless" ***@***.***> wrote:
   
   Thanks @xiaoshi2013! Could you also open a backport PR against branch_8x in lucene-solr github repository? Thanks!
   
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub, or unsubscribe.
   Triage notifications on the go with GitHub Mobile for iOS or Android.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] xiaoshi2013 removed a comment on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

Posted by GitBox <gi...@apache.org>.
xiaoshi2013 removed a comment on pull request #253:
URL: https://github.com/apache/lucene/pull/253#issuecomment-905706189


   > Thanks @xiaoshi2013! Could you also open a backport PR against [`branch_8x` in `lucene-solr` github repository](https://github.com/apache/lucene-solr/tree/branch_8x)? Thanks!
   
   Hi @mikemccand As you suggested, I have also submitted a PR for lucene_8x: LUCENE-10051, the PR is https://github.com/apache/lucene-solr/pull/2559


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] xiaoshi2013 commented on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

Posted by GitBox <gi...@apache.org>.
xiaoshi2013 commented on pull request #253:
URL: https://github.com/apache/lucene/pull/253#issuecomment-903862949


   Yes, I will submit a PR to branch_8x soon.
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   At 2021-08-23 22:37:45, "Michael McCandless" ***@***.***> wrote:
   
   Thanks @xiaoshi2013! Could you also open a backport PR against branch_8x in lucene-solr github repository? Thanks!
   
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub, or unsubscribe.
   Triage notifications on the go with GitHub Mobile for iOS or Android.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] mikemccand merged pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

Posted by GitBox <gi...@apache.org>.
mikemccand merged pull request #253:
URL: https://github.com/apache/lucene/pull/253


   


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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