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 2022/08/29 16:29:33 UTC

[GitHub] [lucene] jpountz opened a new pull request, #11726: Prevent term vectors from exceeding the maximum dictionary size.

jpountz opened a new pull request, #11726:
URL: https://github.com/apache/lucene/pull/11726

   When indexing term vectors for a very large document, the automatic computation
   of the dictionary size based on the overall size of the block might yield a
   size that exceeds the maximum window size that is supported by LZ4. This commit
   addresses the issue by automatically taking the minimum of the result of this
   computation and the maximum window size (64kB).


-- 
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] jpountz merged pull request #11726: Prevent term vectors from exceeding the maximum dictionary size.

Posted by GitBox <gi...@apache.org>.
jpountz merged PR #11726:
URL: https://github.com/apache/lucene/pull/11726


-- 
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] dweiss commented on pull request #11726: Prevent term vectors from exceeding the maximum dictionary size.

Posted by GitBox <gi...@apache.org>.
dweiss commented on PR #11726:
URL: https://github.com/apache/lucene/pull/11726#issuecomment-1230727767

   I'm not sure what can be done here. For what it's worth, the ant-junit compatible xml test output files should have system properties and these include the main seed the runner was started with.


-- 
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] uschindler commented on pull request #11726: Prevent term vectors from exceeding the maximum dictionary size.

Posted by GitBox <gi...@apache.org>.
uschindler commented on PR #11726:
URL: https://github.com/apache/lucene/pull/11726#issuecomment-1231864154

   I figured out that you can tell JIRA to attach the compressed build log to the error mail. I will try this on Policeman Jenkins.
   
   In addition I will add a simple Regex on all reproduce lines (they are now summarized at end on failed Gradle build, so easy to catch) and add this as token to the build mail. I just need some time to do this (very busy at moment).


-- 
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