mbaedke commented on PR #1027: URL: https://github.com/apache/jackrabbit-oak/pull/1027#issuecomment-1639764192
On Jenkins, this ran into an OutOfMemoryError: https://ci-builds.apache.org/blue/organizations/jenkins/Jackrabbit%2Foak-trunk-pr/detail/PR-1027/1/tests It happened during the execution of this method: https://github.com/apache/jackrabbit-oak/blob/59f25b5ee73f711334c176ea16b60be81563a3fe/oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedStrategy.java#L230 ,which does some suspicious looking memory calculations. @nfsantos, could you explain what is going on there?. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
