[GH] (jackrabbit-oak): Workflow run "Build" failed!
The GitHub Actions job "Build" on jackrabbit-oak.git has failed. Run started by GitHub user mbaedke (triggered by mbaedke). Head commit for run: e1d46ad3968436868073cd7ba249b7fe68bce8c8 / mbaedke Merge branch 'trunk' into issue/oak-11423 Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/13010284318 With regards, GitHub Actions via GitBox
[GH] (jackrabbit-oak): Workflow run "Build" failed!
The GitHub Actions job "Build" on jackrabbit-oak.git has failed. Run started by GitHub user nfsantos (triggered by nfsantos). Head commit for run: f815836b26c51d2a5f94b27cb196e7362cde9fe6 / Nuno Santos Add support for parallelization in the Lucene index writer backend. Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/13015924407 With regards, GitHub Actions via GitBox
Re: [PR] OAK-11431: Remove usage of Guava Files.createTempDir() [jackrabbit-oak]
mbaedke commented on code in PR #2027: URL: https://github.com/apache/jackrabbit-oak/pull/2027#discussion_r1931915924 ## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/tool/AzureCheck.java: ## @@ -388,7 +389,13 @@ public int run() { persistence = ToolUtils.decorateWithCache(persistence, persistentCachePath, persistentCacheSizeGb); } -FileStoreBuilder builder = fileStoreBuilder(Files.createTempDir()).withCustomPersistence(persistence); +FileStoreBuilder builder = null; +try { +builder = fileStoreBuilder(Files.createTempDirectory(getClass().getSimpleName() + "-").toFile()).withCustomPersistence(persistence); +} catch (IOException e) { +e.printStackTrace(err); +return 1; +} Review Comment: I don't understand, the Guava version may also fail, just with a RuntimeException. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] OAK-11434: oak-run: DataStoreCheckCommand tries to move open files [jackrabbit-oak]
reschke opened a new pull request, #2030: URL: https://github.com/apache/jackrabbit-oak/pull/2030 (no comment) -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] OAK-11434: oak-run: DataStoreCheckCommand tries to move open files [jackrabbit-oak]
github-actions[bot] commented on PR #2030: URL: https://github.com/apache/jackrabbit-oak/pull/2030#issuecomment-2618493638 # Commit-Check ✔️ -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (jackrabbit-oak): Workflow run "Build" failed!
The GitHub Actions job "Build" on jackrabbit-oak.git has failed. Run started by GitHub user reschke (triggered by reschke). Head commit for run: 21a93eff1c0d0530a872605d7cf5b914a73bc7a1 / Julian Reschke OAK-11434: oak-run: DataStoreCheckCommand tries to move open files Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/13007873025 With regards, GitHub Actions via GitBox
Re: [PR] OAK-11434: oak-run: DataStoreCheckCommand tries to move open files [jackrabbit-oak]
reschke merged PR #2030: URL: https://github.com/apache/jackrabbit-oak/pull/2030 -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] OAK-11423: Jdbc driver dependencies need to have scope compile in ord… [jackrabbit-oak]
mbaedke merged PR #2020: URL: https://github.com/apache/jackrabbit-oak/pull/2020 -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (jackrabbit-oak): Workflow run "Commit Check" failed!
The GitHub Actions job "Commit Check" on jackrabbit-oak.git has failed. Run started by GitHub user mbaedke (triggered by mbaedke). Head commit for run: e1d46ad3968436868073cd7ba249b7fe68bce8c8 / mbaedke Merge branch 'trunk' into issue/oak-11423 Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/13010284321 With regards, GitHub Actions via GitBox
Re: [PR] OAK-11421: Update MySql JDBC driver version to com.mysql:mysql-connec… [jackrabbit-oak]
mbaedke merged PR #2021: URL: https://github.com/apache/jackrabbit-oak/pull/2021 -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] OAK-11431: Remove usage of Guava Files.createTempDir() [jackrabbit-oak]
reschke merged PR #2027: URL: https://github.com/apache/jackrabbit-oak/pull/2027 -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] OAK-11420: Remove usage of Guava Files.move() - oak-blob-plugins [jackrabbit-oak]
sonarqubecloud[bot] commented on PR #2029: URL: https://github.com/apache/jackrabbit-oak/pull/2029#issuecomment-2618171784 ## [](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=2029) **Quality Gate passed** Issues  [0 New issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=2029&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0 Accepted issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=2029&issueStatuses=ACCEPTED) Measures  [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=2029&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [100.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=2029&metric=new_coverage&view=list)  [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=2029&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=2029) -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] OAK-11431: Remove usage of Guava Files.createTempDir() [jackrabbit-oak]
mbaedke commented on code in PR #2027: URL: https://github.com/apache/jackrabbit-oak/pull/2027#discussion_r1931915924 ## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/tool/AzureCheck.java: ## @@ -388,7 +389,13 @@ public int run() { persistence = ToolUtils.decorateWithCache(persistence, persistentCachePath, persistentCacheSizeGb); } -FileStoreBuilder builder = fileStoreBuilder(Files.createTempDir()).withCustomPersistence(persistence); +FileStoreBuilder builder = null; +try { +builder = fileStoreBuilder(Files.createTempDirectory(getClass().getSimpleName() + "-").toFile()).withCustomPersistence(persistence); +} catch (IOException e) { +e.printStackTrace(err); +return 1; +} Review Comment: I don't understand, the Guava version may also fail, just with a RuntimeException. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (jackrabbit-oak): Workflow run "Commit Check" is working again!
The GitHub Actions job "Commit Check" on jackrabbit-oak.git has succeeded. Run started by GitHub user mbaedke (triggered by mbaedke). Head commit for run: 66b94196913d45be71c2ee638430e5a84d773ace / Manfred Baedke OAK-11286: blob-cloud, segment: update netty version to 4.1.115 Exclude netty from the baseline check. Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/13011044712 With regards, GitHub Actions via GitBox
[PR] OAK-11438 - Add support for parallelization in the Lucene index writer backend. [jackrabbit-oak]
nfsantos opened a new pull request, #2031: URL: https://github.com/apache/jackrabbit-oak/pull/2031 (no comment) -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (jackrabbit-oak): Workflow run "Commit Check" failed!
The GitHub Actions job "Commit Check" on jackrabbit-oak.git has failed. Run started by GitHub user nfsantos (triggered by nfsantos). Head commit for run: f815836b26c51d2a5f94b27cb196e7362cde9fe6 / Nuno Santos Add support for parallelization in the Lucene index writer backend. Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/13015924393 With regards, GitHub Actions via GitBox
Re: [PR] OAK-11286: blob-cloud, segment: update netty version to 4.1.115 [jackrabbit-oak]
sonarqubecloud[bot] commented on PR #1879: URL: https://github.com/apache/jackrabbit-oak/pull/1879#issuecomment-2619326420 ## [](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1879) **Quality Gate passed** Issues  [0 New issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1879&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0 Accepted issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1879&issueStatuses=ACCEPTED) Measures  [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1879&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1879&metric=new_coverage&view=list)  [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1879&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1879) -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] OAK-11409: Allow multiple cache expiration properties [jackrabbit-oak]
Amoratinos commented on PR #2005: URL: https://github.com/apache/jackrabbit-oak/pull/2005#issuecomment-2619344016 Sorry about the blank spaces, I have the editor configured to remove trailing blank spaces by default and that's why it appears like that :( -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (jackrabbit-oak): Workflow run "Build" is working again!
The GitHub Actions job "Build" on jackrabbit-oak.git has succeeded. Run started by GitHub user reschke (triggered by reschke). Head commit for run: e56843b5541ad07b7925861861cd9b7948a5832a / Julian Reschke OAK-11434: oak-run: DataStoreCheckCommand tries to move open files (#2030) Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/13009976077 With regards, GitHub Actions via GitBox
Re: [PR] OAK-11409: Allow multiple cache expiration properties [jackrabbit-oak]
reschke commented on PR #2005: URL: https://github.com/apache/jackrabbit-oak/pull/2005#issuecomment-2620740490 Right; please do not reformat code that does not need to change. See https://jackrabbit.apache.org/oak/docs/participating.html#pull-requests-prs -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] OAK-11409: Allow multiple cache expiration properties [jackrabbit-oak]
Amoratinos commented on PR #2005: URL: https://github.com/apache/jackrabbit-oak/pull/2005#issuecomment-2620915174 Sorry about that, I've removed the extra formatting in the classes. It's a pity that there's no formatting agreed so we could have a common ground so all these issues could be avoided -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org