Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-20 Thread via GitHub
nfsantos commented on code in PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#discussion_r1432879428 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/StatsBuilder.java: ## @@ -0,0 +1,129 @@ +/* + * Licensed to

[PR] WIP: Lucene upgrade (5.5.0 success) [jackrabbit-oak]

2023-12-21 Thread via GitHub
steffenvan opened a new pull request, #1255: URL: https://github.com/apache/jackrabbit-oak/pull/1255 Working branch for a Lucene upgrade. All unit/IT tests now pass with Lucene 5.5.0. Plans to officially upgrade it has been halted. -- This is an automated message from the Apache Git Servi

[PR] JCRVLT-737 failing testcase [jackrabbit-filevault]

2023-12-21 Thread via GitHub
joerghoh opened a new pull request, #326: URL: https://github.com/apache/jackrabbit-filevault/pull/326 I was able to create the testcase, which shows exactly the same exception trace for JCRVLT-737. I am quite sure that it can be simplified further. The breakthrough happened when I added th

Re: [PR] WIP: Lucene upgrade (5.5.0 success) [jackrabbit-oak]

2023-12-21 Thread via GitHub
steffenvan closed pull request #1255: WIP: Lucene upgrade (5.5.0 success) URL: https://github.com/apache/jackrabbit-oak/pull/1255 -- 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.

Re: [PR] JCRVLT-737 failing testcase [jackrabbit-filevault]

2023-12-21 Thread via GitHub
tmaret commented on PR #326: URL: https://github.com/apache/jackrabbit-filevault/pull/326#issuecomment-1866083824 Nice ! @joerghoh could you include the `/Users/joerg/Day/customers/deloitte/2023-12-20/test` package in the PR or generate a package in the test ? -- This is an automated me

Re: [PR] JCRVLT-737 failing testcase [jackrabbit-filevault]

2023-12-21 Thread via GitHub
joerghoh commented on PR #326: URL: https://github.com/apache/jackrabbit-filevault/pull/326#issuecomment-1866096569 I duplicated this failing test and tried with a different ConflictPolicy (CREATE_NEW_ID) and that one works. -- This is an automated message from the Apache Git Service. To

Re: [PR] Issue/oak 10573 azure write timeout [jackrabbit-oak]

2023-12-21 Thread via GitHub
smiroslav merged PR #1244: URL: https://github.com/apache/jackrabbit-oak/pull/1244 -- 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: dev-unsubscr...@jackr

[PR] OAK-10591 - Bump netty dependency from 4.1.96.Final to 4.1.104.Final [jackrabbit-oak]

2023-12-21 Thread via GitHub
dulceanu opened a new pull request, #1257: URL: https://github.com/apache/jackrabbit-oak/pull/1257 (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 unsubscri

Re: [PR] OAK-10591 - Bump netty dependency from 4.1.96.Final to 4.1.104.Final [jackrabbit-oak]

2023-12-21 Thread via GitHub
sonarcloud[bot] commented on PR #1257: URL: https://github.com/apache/jackrabbit-oak/pull/1257#issuecomment-1866677078 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] OAK-10591 - Bump netty dependency from 4.1.96.Final to 4.1.104.Final [jackrabbit-oak]

2023-12-21 Thread via GitHub
dulceanu merged PR #1257: URL: https://github.com/apache/jackrabbit-oak/pull/1257 -- 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: dev-unsubscr...@jackra

Re: [PR] OAK-10590 - If includedPaths and excludedPaths are specified as a String instead of array of String, interpret them as a one-element array of Strings [jackrabbit-oak]

2023-12-21 Thread via GitHub
nfsantos merged PR #1254: URL: https://github.com/apache/jackrabbit-oak/pull/1254 -- 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: dev-unsubscr...@jackra

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-21 Thread via GitHub
sonarcloud[bot] commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1866760961 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://s

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
thomasmueller commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867533785 > * Would be nice to have a more structured output. Right. However I would prefer to first get some real-world data before we spend a lot of time tweaking the output. R

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
thomasmueller commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867550415 > it is easier to read if the tree is shown in order of bigger children. Interesting idea! I tried that for the NodeCount, and now I'm not sure if it's really better. I

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
thomasmueller commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867552718 > The tree of the node count is truncated at 5 levels, but the tree with BinarySize seems to include all levels. Why? It is not truncated at a fixed number of levels. I

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
thomasmueller commented on code in PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#discussion_r1434963694 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/StatsBuilder.java: ## @@ -0,0 +1,129 @@ +/* + * License

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
thomasmueller commented on code in PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#discussion_r1435011491 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/StatsBuilder.java: ## @@ -0,0 +1,129 @@ +/* + * License

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
thomasmueller commented on code in PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#discussion_r1435012817 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/stream/NodeLineReader.java: ## @@ -0,0 +1,220 @@ +/* +

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
nfsantos commented on code in PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#discussion_r1435014132 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/stream/NodeLineReader.java: ## @@ -0,0 +1,220 @@ +/* + * Lic

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
thomasmueller commented on code in PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#discussion_r1435014768 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/modules/BinarySize.java: ## @@ -0,0 +1,111 @@ +/* + * L

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
sonarcloud[bot] commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867741570 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://s

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
thomasmueller commented on code in PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#discussion_r1435103286 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/stream/NodeLineReader.java: ## @@ -0,0 +1,220 @@ +/* +

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
sonarcloud[bot] commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867803025 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://s

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
sonarcloud[bot] commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867870258 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://s

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
sonarcloud[bot] commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867921710 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://s

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
sonarcloud[bot] commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867926998 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://s

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
sonarcloud[bot] commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1868006684 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://s

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2023-12-22 Thread via GitHub
sonarcloud[bot] commented on PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1868080207 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] backporting of upgrading netty dependency to 4.1.68.final jira OAK-9611 [jackrabbit-oak]

2023-12-24 Thread via GitHub
github-actions[bot] closed pull request #421: backporting of upgrading netty dependency to 4.1.68.final jira OAK-9611 URL: https://github.com/apache/jackrabbit-oak/pull/421 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2023-12-26 Thread via GitHub
nfsantos opened a new pull request, #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258 (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 unsubscri

Re: [PR] backporting of upgrading netty dependency to 4.1.68.final for branch 1.6 jira OAK-9611 with minimal pom changes [jackrabbit-oak]

2023-12-26 Thread via GitHub
github-actions[bot] closed pull request #422: backporting of upgrading netty dependency to 4.1.68.final for branch 1.6 jira OAK-9611 with minimal pom changes URL: https://github.com/apache/jackrabbit-oak/pull/422 -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2024-01-03 Thread via GitHub
nfsantos commented on code in PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247#discussion_r1440191945 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/analysis/modules/BinarySize.java: ## @@ -0,0 +1,134 @@ +/* + * Licens

Re: [PR] OAK-10577 Advanced repository statistics [jackrabbit-oak]

2024-01-03 Thread via GitHub
thomasmueller merged PR #1247: URL: https://github.com/apache/jackrabbit-oak/pull/1247 -- 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: dev-unsubscr...@j

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-05 Thread via GitHub
thomasmueller commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1442695195 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ## @@ -349,95 +353,13

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-05 Thread via GitHub
thomasmueller commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1442695195 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ## @@ -349,95 +353,13

[PR] OAK-10593: Upgrade jackson-databind dependency to 2.16.1 [jackrabbit-oak]

2024-01-05 Thread via GitHub
reschke opened a new pull request, #1259: URL: https://github.com/apache/jackrabbit-oak/pull/1259 (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 unsubscrib

Re: [PR] OAK-10593: Upgrade jackson-databind dependency to 2.16.1 [jackrabbit-oak]

2024-01-05 Thread via GitHub
reschke merged PR #1259: URL: https://github.com/apache/jackrabbit-oak/pull/1259 -- 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: dev-unsubscr...@jackrab

Re: [PR] OAK-10593: Upgrade jackson-databind dependency to 2.16.1 [jackrabbit-oak]

2024-01-05 Thread via GitHub
sonarcloud[bot] commented on PR #1259: URL: https://github.com/apache/jackrabbit-oak/pull/1259#issuecomment-1878754558 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-05 Thread via GitHub
nfsantos commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1442946432 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ## @@ -349,95 +353,132 @@

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-05 Thread via GitHub
nfsantos commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1442947021 ## oak-run-commons/src/test/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTaskTest.java: ## @@ -142,42 +144,101

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-05 Thread via GitHub
nfsantos commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1442950518 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ## @@ -349,95 +353,132 @@

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-05 Thread via GitHub
nfsantos commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1442950518 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ## @@ -349,95 +353,132 @@

Re: [PR] OAK-10594 disable Azure writing for all StorageException [jackrabbit-oak]

2024-01-05 Thread via GitHub
sonarcloud[bot] commented on PR #1260: URL: https://github.com/apache/jackrabbit-oak/pull/1260#issuecomment-1878818136 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-07 Thread via GitHub
amit-jain commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444259634 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/MongoRegexPathFilterFactory.java: ## @@ -0,0 +1,149 @@ +/*

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-07 Thread via GitHub
steffenvan commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444260518 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/MongoRegexPathFilterFactory.java: ## @@ -0,0 +1,149 @@ +/

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
steffenvan commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444268200 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/MongoRegexPathFilterFactory.java: ## @@ -0,0 +1,149 @@ +/

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
thomasmueller commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444270579 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ## @@ -101,12 +100,22

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
nfsantos commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444327454 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/MongoRegexPathFilterFactory.java: ## @@ -0,0 +1,149 @@ +/*

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
thomasmueller commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444265459 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/MongoRegexPathFilterFactory.java: ## @@ -0,0 +1,149 @@

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
nfsantos commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444338077 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ## @@ -101,12 +100,22 @@ p

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
nfsantos commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444382897 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/MongoRegexPathFilterFactory.java: ## @@ -0,0 +1,149 @@ +/*

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
thomasmueller commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444598684 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/MongoRegexPathFilterFactory.java: ## @@ -0,0 +1,149 @@

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
thomasmueller commented on code in PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258#discussion_r1444600871 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ## @@ -101,12 +100,22

Re: [PR] OAK-10589 - Improve regex path filtering to also handle cases where excludedPaths are defined [jackrabbit-oak]

2024-01-08 Thread via GitHub
nfsantos merged PR #1258: URL: https://github.com/apache/jackrabbit-oak/pull/1258 -- 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: dev-unsubscr...@jackra

[PR] OAK-10595 : test case added [jackrabbit-oak]

2024-01-08 Thread via GitHub
stefan-egli opened a new pull request, #1261: URL: https://github.com/apache/jackrabbit-oak/pull/1261 (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 unsubs

Re: [PR] OAK-10595 : test case added [jackrabbit-oak]

2024-01-08 Thread via GitHub
sonarcloud[bot] commented on PR #1261: URL: https://github.com/apache/jackrabbit-oak/pull/1261#issuecomment-1881600985 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] OAK-10595 : test case added [jackrabbit-oak]

2024-01-08 Thread via GitHub
sonarcloud[bot] commented on PR #1261: URL: https://github.com/apache/jackrabbit-oak/pull/1261#issuecomment-1881635957 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] OAK-10424 override oak.fastQuerySize system property with OSGi configuration granting same effect, but limited to list of allowed principals [jackrabbit-oak]

2024-01-09 Thread via GitHub
thomasmueller commented on code in PR #1094: URL: https://github.com/apache/jackrabbit-oak/pull/1094#discussion_r1440653552 ## oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/repository/RepositoryImpl.java: ## @@ -564,4 +571,30 @@ public synchronized void cancel() {

Re: [PR] OAK-10424 override oak.fastQuerySize system property with OSGi configuration granting same effect, but limited to list of allowed principals [jackrabbit-oak]

2024-01-09 Thread via GitHub
adamcin commented on code in PR #1094: URL: https://github.com/apache/jackrabbit-oak/pull/1094#discussion_r1446363899 ## oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/repository/RepositoryImpl.java: ## @@ -564,4 +571,30 @@ public synchronized void cancel() { }

Re: [PR] OAK-10594 disable Azure writing for all StorageException [jackrabbit-oak]

2024-01-09 Thread via GitHub
sonarcloud[bot] commented on PR #1260: URL: https://github.com/apache/jackrabbit-oak/pull/1260#issuecomment-1883596239 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] OAK-10594 disable Azure writing for all StorageException [jackrabbit-oak]

2024-01-09 Thread via GitHub
sonarcloud[bot] commented on PR #1260: URL: https://github.com/apache/jackrabbit-oak/pull/1260#issuecomment-1883668287 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] JCRVLT-738: CugHandlingIT tests do not close resources [jackrabbit-filevault]

2024-01-10 Thread via GitHub
reschke merged PR #325: URL: https://github.com/apache/jackrabbit-filevault/pull/325 -- 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: dev-unsubscr...@jac

[PR] JCRVLT-739: some ImportIT tests do not close resources [jackrabbit-filevault]

2024-01-10 Thread via GitHub
reschke opened a new pull request, #327: URL: https://github.com/apache/jackrabbit-filevault/pull/327 (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 unsubs

Re: [PR] JCRVLT-739: some ImportIT tests do not close resources [jackrabbit-filevault]

2024-01-10 Thread via GitHub
reschke merged PR #327: URL: https://github.com/apache/jackrabbit-filevault/pull/327 -- 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: dev-unsubscr...@jac

Re: [PR] OAK-10424 override oak.fastQuerySize system property with OSGi configuration granting same effect, but limited to list of allowed principals [jackrabbit-oak]

2024-01-10 Thread via GitHub
thomasmueller commented on code in PR #1094: URL: https://github.com/apache/jackrabbit-oak/pull/1094#discussion_r1447631658 ## oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/repository/RepositoryImpl.java: ## @@ -564,4 +571,30 @@ public synchronized void cancel() {

Re: [PR] OAK-10424 override oak.fastQuerySize system property with OSGi configuration granting same effect, but limited to list of allowed principals [jackrabbit-oak]

2024-01-10 Thread via GitHub
anchela merged PR #1094: URL: https://github.com/apache/jackrabbit-oak/pull/1094 -- 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: dev-unsubscr...@jackrab

Re: [PR] OAK-10424 override oak.fastQuerySize system property with OSGi configuration granting same effect, but limited to list of allowed principals [jackrabbit-oak]

2024-01-10 Thread via GitHub
anchela commented on PR #1094: URL: https://github.com/apache/jackrabbit-oak/pull/1094#issuecomment-1885204284 thanks a lot @adamcin for all the energy and effort you put into this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[PR] JCRVLT-737: test case [jackrabbit-filevault]

2024-01-10 Thread via GitHub
reschke opened a new pull request, #328: URL: https://github.com/apache/jackrabbit-filevault/pull/328 (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 unsubs

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-10 Thread via GitHub
sonarcloud[bot] commented on PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#issuecomment-1885413987 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://s

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
rishabhdaim commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448446045 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1222,6 +1229,29 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
rishabhdaim commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448448230 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1222,6 +1229,29 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
rishabhdaim commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448458006 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -924,6 +930,7 @@ public DetailedGC(@NotNul

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
rishabhdaim commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448460235 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448728988 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1222,6 +1229,29 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448730378 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -924,6 +930,7 @@ public DetailedGC(@NotNul

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448733382 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1222,6 +1229,29 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448735263 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#issuecomment-1887019854 > think we can even reuse the output of versionStore.getModifiedDocs in collectDetailedGarbage() and pass the documents to collectGarbage() rather than querying the database

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
rishabhdaim commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448750789 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448755387 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448756723 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
rishabhdaim commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448763906 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
rishabhdaim commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448763906 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
rishabhdaim commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448763906 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448783153 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1252,6 +1282,37 @@ public void removeGarb

Re: [PR] OAK-10597 : introduce embedded verification to detailedGC [jackrabbit-oak]

2024-01-11 Thread via GitHub
stefan-egli commented on code in PR #1262: URL: https://github.com/apache/jackrabbit-oak/pull/1262#discussion_r1448785410 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1222,6 +1229,29 @@ public void removeGarb

[PR] OAK-10598: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14 [jackrabbit-oak]

2024-01-11 Thread via GitHub
reschke opened a new pull request, #1263: URL: https://github.com/apache/jackrabbit-oak/pull/1263 (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 unsubscrib

Re: [PR] OAK-10598: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14 [jackrabbit-oak]

2024-01-11 Thread via GitHub
reschke closed pull request #1263: OAK-10598: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14 URL: https://github.com/apache/jackrabbit-oak/pull/1263 -- 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

[PR] OAK-10598: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14 [jackrabbit-oak]

2024-01-11 Thread via GitHub
reschke opened a new pull request, #1264: URL: https://github.com/apache/jackrabbit-oak/pull/1264 (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 unsubscrib

Re: [PR] OAK-10598: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14 [jackrabbit-oak]

2024-01-11 Thread via GitHub
reschke merged PR #1264: URL: https://github.com/apache/jackrabbit-oak/pull/1264 -- 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: dev-unsubscr...@jackrab

Re: [PR] OAK-10594 disable Azure writing for all StorageException [jackrabbit-oak]

2024-01-11 Thread via GitHub
sonarcloud[bot] commented on PR #1260: URL: https://github.com/apache/jackrabbit-oak/pull/1260#issuecomment-1887222425 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] OAK-10598: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14 [jackrabbit-oak]

2024-01-11 Thread via GitHub
sonarcloud[bot] commented on PR #1263: URL: https://github.com/apache/jackrabbit-oak/pull/1263#issuecomment-1887297254 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] OAK-10598: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14 [jackrabbit-oak]

2024-01-11 Thread via GitHub
sonarcloud[bot] commented on PR #1264: URL: https://github.com/apache/jackrabbit-oak/pull/1264#issuecomment-1887299835 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

[PR] [SITES-18348] Add conflict handler for cq:lastRolledout property [jackrabbit-oak]

2024-01-11 Thread via GitHub
alexandru-stancioiu opened a new pull request, #1265: URL: https://github.com/apache/jackrabbit-oak/pull/1265 (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. T

Re: [PR] JCRVLT-737: test case [jackrabbit-filevault]

2024-01-11 Thread via GitHub
kwin commented on PR #328: URL: https://github.com/apache/jackrabbit-filevault/pull/328#issuecomment-1887362554 Can we add this to `ReferenceableIdentifiersImportIT`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [SITES-18348] Add conflict handler for cq:lastRolledout property [jackrabbit-oak]

2024-01-11 Thread via GitHub
alexandru-stancioiu commented on PR #1265: URL: https://github.com/apache/jackrabbit-oak/pull/1265#issuecomment-1887408234 @anchela makes sense, closing PR. -- 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

Re: [PR] [SITES-18348] Add conflict handler for cq:lastRolledout property [jackrabbit-oak]

2024-01-11 Thread via GitHub
alexandru-stancioiu closed pull request #1265: [SITES-18348] Add conflict handler for cq:lastRolledout property URL: https://github.com/apache/jackrabbit-oak/pull/1265 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] OAK-10595 : test case added [jackrabbit-oak]

2024-01-11 Thread via GitHub
sonarcloud[bot] commented on PR #1261: URL: https://github.com/apache/jackrabbit-oak/pull/1261#issuecomment-1887411569 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://s

Re: [PR] JCRVLT-737 failing testcase [jackrabbit-filevault]

2024-01-12 Thread via GitHub
prestoncrawford commented on PR #326: URL: https://github.com/apache/jackrabbit-filevault/pull/326#issuecomment-1889899936 @joerghoh - We're seeing this "Parent node not found" error in our AEMaaCS instances periodically while replicating assets. The only common denominator that I can dete

Re: [PR] JCRVLT-737 failing testcase [jackrabbit-filevault]

2024-01-12 Thread via GitHub
reschke commented on PR #326: URL: https://github.com/apache/jackrabbit-filevault/pull/326#issuecomment-1889928464 I have simplified the test to use standard node types: https://github.com/apache/jackrabbit-filevault/pull/328 So far the theory is that the system works as per document

<    1   2   3   4   5   6   7   8   9   10   >