Re: [PR] OAK-10497 Properties order in FFS can be different across runs: always sort [jackrabbit-oak]

2023-10-17 Thread via GitHub
nfsantos commented on code in PR #1159: URL: https://github.com/apache/jackrabbit-oak/pull/1159#discussion_r1361924260 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/NodeStateEntryWriter.java: ## @@ -86,10 +86,6 @@ public String

Re: [PR] OAK-9459: ConstraintViolationException in VersionManagerImplRestore w… [jackrabbit-oak]

2023-10-17 Thread via GitHub
reschke commented on code in PR #1146: URL: https://github.com/apache/jackrabbit-oak/pull/1146#discussion_r1361934632 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/version/VersionableState.java: ## @@ -285,8 +287,32 @@ private void restoreFrozen(@NotNull

Re: [PR] OAK-10464: Use Testcontainers instead of com.arakelian:docker-junit-rule [jackrabbit-oak]

2023-10-17 Thread via GitHub
t-rana commented on code in PR #1143: URL: https://github.com/apache/jackrabbit-oak/pull/1143#discussion_r1361878571 ## oak-blob-cloud-azure/pom.xml: ## @@ -191,10 +191,10 @@ mockito-core test - -com.arakelian -

Re: [PR] OAK-10497 Properties order in FFS can be different across runs: always sort [jackrabbit-oak]

2023-10-17 Thread via GitHub
thomasmueller commented on PR #1159: URL: https://github.com/apache/jackrabbit-oak/pull/1159#issuecomment-1766130468 Micro-benchmark and results: ``` package org.apache.jackrabbit.oak.index.indexer.document.flatfile; import java.util.ArrayList; import

Re: [PR] OAK-10497 Properties order in FFS can be different across runs: always sort [jackrabbit-oak]

2023-10-17 Thread via GitHub
nfsantos commented on PR #1159: URL: https://github.com/apache/jackrabbit-oak/pull/1159#issuecomment-1766166956 I rerun the tests with 20 properties per node and with larger values in the property, which I think is a more realistic scenario. The sorted version is slower, around 15% slower.

Re: [PR] Oak-10497 | Properties order in FFS can be different across runs [jackrabbit-oak]

2023-10-17 Thread via GitHub
nit0906 commented on PR #1158: URL: https://github.com/apache/jackrabbit-oak/pull/1158#issuecomment-1766200177 imo, we could actually hold off on this change and simply handle in the client verification script instead. Changing the behaviour of the public asJson method doesn’t seem

Re: [PR] Oak-10497 | Properties order in FFS can be different across runs [jackrabbit-oak]

2023-10-17 Thread via GitHub
nit0906 closed pull request #1158: Oak-10497 | Properties order in FFS can be different across runs URL: https://github.com/apache/jackrabbit-oak/pull/1158 -- 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

Re: [PR] OAK-10497 Properties order in FFS can be different across runs: always sort [jackrabbit-oak]

2023-10-17 Thread via GitHub
sonarcloud[bot] commented on PR #1159: URL: https://github.com/apache/jackrabbit-oak/pull/1159#issuecomment-1766461047 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10464: Use Testcontainers instead of com.arakelian:docker-junit-rule [jackrabbit-oak]

2023-10-17 Thread via GitHub
smiroslav commented on PR #1143: URL: https://github.com/apache/jackrabbit-oak/pull/1143#issuecomment-1766591419 Got an error running the test in oak-segment-azure ``` > mvn clean install -Dtest=AzureRepositoryLockTest ... [INFO] T E S T S [INFO]

[PR] JCRVLT-722 Prevent UnsupportedTemporalTypeException in SyncLog [jackrabbit-filevault]

2023-10-25 Thread via GitHub
kwin opened a new pull request, #315: URL: https://github.com/apache/jackrabbit-filevault/pull/315 Add ITs for vlt-sync Clarify vlt-sync documentation Refactor ITs to ease execution from IDE -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] OAK-10451 UserPrincipalProvider may cause many conflicts when under load [jackrabbit-oak]

2023-10-25 Thread via GitHub
anchela commented on code in PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#discussion_r1371686412 ## oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/CachedGroupMembershipReader.java: ## @@ -0,0 +1,209 @@ +/* + * Licensed to the Apache Software

[PR] OAK-10518 IndexInfo should have a isActive() method [jackrabbit-oak]

2023-10-25 Thread via GitHub
thomasmueller opened a new pull request, #1180: URL: https://github.com/apache/jackrabbit-oak/pull/1180 This was surprisingly complex. I moved (well, copied) the IndexName class to oak-core, and deprecated the old class. -- This is an automated message from the Apache Git Service.

Re: [PR] OAK-10451 UserPrincipalProvider may cause many conflicts when under load [jackrabbit-oak]

2023-10-25 Thread via GitHub
anchela commented on code in PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#discussion_r1371690609 ## oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/UserPrincipalProvider.java: ## @@ -209,6 +203,21 @@ public Iterator findPrincipals(int

Re: [PR] OAK-10451 UserPrincipalProvider may cause many conflicts when under load [jackrabbit-oak]

2023-10-25 Thread via GitHub
anchela commented on code in PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#discussion_r1371688768 ## oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/UserPrincipalProvider.java: ## @@ -209,6 +203,21 @@ public Iterator findPrincipals(int

Re: [PR] OAK-10451 UserPrincipalProvider may cause many conflicts when under load [jackrabbit-oak]

2023-10-25 Thread via GitHub
anchela commented on code in PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#discussion_r1371646420 ## oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/UserPrincipalProvider.java: ## @@ -209,6 +203,21 @@ public Iterator findPrincipals(int

Re: [PR] OAK-10451 UserPrincipalProvider may cause many conflicts when under load [jackrabbit-oak]

2023-10-25 Thread via GitHub
anchela commented on code in PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#discussion_r1371652407 ## oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/GroupMembershipReader.java: ## @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache Software

[PR] Issue with Docker on M series Mac processors - initial fix [jackrabbit-oak]

2023-10-25 Thread via GitHub
sii74826 opened a new pull request, #1179: URL: https://github.com/apache/jackrabbit-oak/pull/1179 Draft PR just to see branch health -- 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

Re: [PR] OAK-10518 IndexInfo should have a isActive() method [jackrabbit-oak]

2023-10-25 Thread via GitHub
sonarcloud[bot] commented on PR #1180: URL: https://github.com/apache/jackrabbit-oak/pull/1180#issuecomment-1779582381 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

[PR] OAK-10513: oak-segment-azure/oak-blob-cloud-azure: update embedded Guava to 32.1.1 [jackrabbit-oak]

2023-10-19 Thread via GitHub
reschke opened a new pull request, #1176: URL: https://github.com/apache/jackrabbit-oak/pull/1176 (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

Re: [PR] OAK-10497 Properties order in FFS can be different across runs: sort [jackrabbit-oak]

2023-10-19 Thread via GitHub
sonarcloud[bot] commented on PR #1175: URL: https://github.com/apache/jackrabbit-oak/pull/1175#issuecomment-1771493255 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10513: oak-segment-azure/oak-blob-cloud-azure: update embedded Guava to 32.1.1 [jackrabbit-oak]

2023-10-19 Thread via GitHub
reschke merged PR #1176: URL: https://github.com/apache/jackrabbit-oak/pull/1176 -- 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:

Re: [PR] OAK-10451 UserPrincipalProvider may cause many conflicts when under load [jackrabbit-oak]

2023-10-27 Thread via GitHub
nscendoni commented on PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#issuecomment-1782420442 > I would take a slightly different approach and not start new threads to perform the cache update. > > See draft in

[PR] Issue/oak 9459b [jackrabbit-oak]

2023-10-27 Thread via GitHub
mbaedke opened a new pull request, #1183: URL: https://github.com/apache/jackrabbit-oak/pull/1183 Replacing https://github.com/apache/jackrabbit-oak/pull/1146 (see conversation there) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-10-27 Thread via GitHub
amit-jain commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1374372767 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +644,41 @@ private void waitFinish() {

[PR] OAK-10519 - Export metrics from indexing job [jackrabbit-oak]

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

Re: [PR] OAK-9459: ConstraintViolationException in VersionManagerImplRestore w… [jackrabbit-oak]

2023-10-27 Thread via GitHub
mbaedke closed pull request #1146: OAK-9459: ConstraintViolationException in VersionManagerImplRestore w… URL: https://github.com/apache/jackrabbit-oak/pull/1146 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] OAK-9459: ConstraintViolationException in VersionManagerImplRestore w… [jackrabbit-oak]

2023-10-27 Thread via GitHub
mbaedke commented on PR #1146: URL: https://github.com/apache/jackrabbit-oak/pull/1146#issuecomment-1782651244 Replaced by https://github.com/apache/jackrabbit-oak/pull/1183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] OAK-9705: fix explain output for elastic queries [jackrabbit-oak]

2023-10-27 Thread via GitHub
fabriziofortino merged PR #1161: URL: https://github.com/apache/jackrabbit-oak/pull/1161 -- 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:

[PR] JCRVLT-724: DocViewSaxFormatter: improve diagnostics when generating DocViewNode2 from JCR node [jackrabbit-filevault]

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

Re: [PR] Issue/oak 9459b [jackrabbit-oak]

2023-10-27 Thread via GitHub
mbaedke merged PR #1183: URL: https://github.com/apache/jackrabbit-oak/pull/1183 -- 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:

Re: [PR] OAK-10511 - Get blobId without network roundtrip [jackrabbit-oak]

2023-11-01 Thread via GitHub
ahanikel commented on PR #1171: URL: https://github.com/apache/jackrabbit-oak/pull/1171#issuecomment-1788677393 @smiroslav @dulceanu Could you have a look when you have time? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] Improve the platform exporter [jackrabbit-filevault]

2023-10-28 Thread via GitHub
jochen-a-klein opened a new pull request, #318: URL: https://github.com/apache/jackrabbit-filevault/pull/318 Improve the platform exporter: - Pruning keep track of the used directories and delete unused directories when pruning - Tracking Track file creation with the correct

[PR] JCRVLT-726: Release FileVault 3.7.2 - Candidate Release Notes [jackrabbit-filevault]

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

Re: [PR] JCRVLT-726: Release FileVault 3.7.2 - Candidate Release Notes [jackrabbit-filevault]

2023-10-30 Thread via GitHub
kwin commented on code in PR #319: URL: https://github.com/apache/jackrabbit-filevault/pull/319#discussion_r1376744943 ## RELEASE-NOTES.txt: ## @@ -9,6 +9,28 @@ create portable packages of repository content. The Vault Command Line Interface aka "vlt" provides a subversion

Re: [PR] OAK-10420 Tool to compare Lucene index content [jackrabbit-oak]

2023-11-01 Thread via GitHub
fabriziofortino commented on code in PR #1086: URL: https://github.com/apache/jackrabbit-oak/pull/1086#discussion_r1379040534 ## oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/tools/IndexComparator.java: ## @@ -0,0 +1,247 @@ +/* Licensed to the Apache

Re: [PR] OAK-10517 : Consistently clean membership when switch between default and dynamic sync [jackrabbit-oak]

2023-11-01 Thread via GitHub
sonarcloud[bot] commented on PR #1181: URL: https://github.com/apache/jackrabbit-oak/pull/1181#issuecomment-1789288262 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[PR] OAK-10526 : test to reproduce split doc GC with referenced revisions [jackrabbit-oak]

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

[PR] JCR-4985: incorrect path in release instructions [jackrabbit-filevault]

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

Re: [PR] OAK-10517 : Consistently clean membership when switch between default and dynamic sync [jackrabbit-oak]

2023-11-01 Thread via GitHub
anchela commented on PR #1181: URL: https://github.com/apache/jackrabbit-oak/pull/1181#issuecomment-1789158279 @nscendoni , as discussed in private i corrected the misleading comment in testDefaultSyncClearsDynamicProperties... the usual copy-paste-and-forget-to-adjust -- This is an

Re: [PR] JCR-4985: incorrect path in release instructions [jackrabbit-filevault]

2023-11-01 Thread via GitHub
reschke closed pull request #320: JCR-4985: incorrect path in release instructions URL: https://github.com/apache/jackrabbit-filevault/pull/320 -- 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

Re: [PR] OAK-10517 : Consistently clean membership when switch between default and dynamic sync [jackrabbit-oak]

2023-11-02 Thread via GitHub
anchela merged PR #1181: URL: https://github.com/apache/jackrabbit-oak/pull/1181 -- 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:

[PR] JCRVLT-726: Release Jackrabbit Filevault 3.7.2 - cleanup version information past release [jackrabbit-filevault]

2023-11-02 Thread via GitHub
reschke opened a new pull request, #321: URL: https://github.com/apache/jackrabbit-filevault/pull/321 (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

[PR] OAK-10526 : test to reproduce split doc GC with referenced revisions [jackrabbit-oak]

2023-11-02 Thread via GitHub
mreutegg opened a new pull request, #1185: URL: https://github.com/apache/jackrabbit-oak/pull/1185 Suggested changes to test -- 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] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-11-02 Thread via GitHub
ahanikel commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1380451285 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +643,34 @@ private void waitFinish() {

Re: [PR] OAK-10526 : test to reproduce split doc GC with referenced revisions [jackrabbit-oak]

2023-11-02 Thread via GitHub
stefan-egli commented on PR #1184: URL: https://github.com/apache/jackrabbit-oak/pull/1184#issuecomment-1790709799 Merged #1185 -- 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

Re: [PR] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-11-02 Thread via GitHub
ahanikel commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1380152396 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +643,34 @@ private void waitFinish() {

Re: [PR] OAK-10526 : test to reproduce split doc GC with referenced revisions [jackrabbit-oak]

2023-11-02 Thread via GitHub
mreutegg commented on PR #1185: URL: https://github.com/apache/jackrabbit-oak/pull/1185#issuecomment-1790623844 > Question regarding the move of the checkpoint creation back 1 week : what is the idea / reasoning of that? It is easier for me to understand what the test is doing and as

Re: [PR] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-11-02 Thread via GitHub
amit-jain commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1380003902 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +644,41 @@ private void waitFinish() {

Re: [PR] OAK-10526 : test to reproduce split doc GC with referenced revisions [jackrabbit-oak]

2023-11-02 Thread via GitHub
stefan-egli merged PR #1185: URL: https://github.com/apache/jackrabbit-oak/pull/1185 -- 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:

Re: [PR] OAK-10526 : test to reproduce split doc GC with referenced revisions [jackrabbit-oak]

2023-11-02 Thread via GitHub
sonarcloud[bot] commented on PR #1184: URL: https://github.com/apache/jackrabbit-oak/pull/1184#issuecomment-1790854985 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-11-02 Thread via GitHub
amit-jain commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1380003902 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +644,41 @@ private void waitFinish() {

Re: [PR] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-11-02 Thread via GitHub
amit-jain commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1380002103 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +643,34 @@ private void waitFinish() {

[PR] OAK-10522: avoid use of SecurityManager in indexing test [jackrabbit-oak]

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

Re: [PR] OAK-10522: avoid use of SecurityManager in indexing test [jackrabbit-oak]

2023-11-02 Thread via GitHub
sonarcloud[bot] commented on PR #1186: URL: https://github.com/apache/jackrabbit-oak/pull/1186#issuecomment-1791383731 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
thomasmueller opened a new pull request, #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187 I had a to change a lot of tests, because they depended (too much) on implementation details. Even thought this would be a good idea, I did not switch to Json output so far,

Re: [PR] OAK-10462: o.a.j.o.plugins.version.VersionEditor#propertyAdded() may … [jackrabbit-oak]

2023-11-03 Thread via GitHub
mbaedke merged PR #1141: URL: https://github.com/apache/jackrabbit-oak/pull/1141 -- 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:

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
nfsantos commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381485102 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381541629 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10529: oak-run server: update Jetty to 9.4.53.v20231009 [jackrabbit-oak]

2023-11-03 Thread via GitHub
reschke merged PR #1188: URL: https://github.com/apache/jackrabbit-oak/pull/1188 -- 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:

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
fabriziofortino commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381806891 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/ast/SelectorImpl.java: ## @@ -427,10 +426,14 @@ public String getPlan(NodeState rootState) {

Re: [PR] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-11-03 Thread via GitHub
amit-jain commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1381605405 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +643,35 @@ private void waitFinish() {

[PR] OAK-10529: oak-run server: update Jetty to 9.4.53.v20231009 [jackrabbit-oak]

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

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381690261 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
fabriziofortino commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381788455 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/nodetype/NodeTypeIndex.java: ## @@ -102,7 +102,10 @@ public Cursor query(Filter

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381541629 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
sonarcloud[bot] commented on PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#issuecomment-1792355532 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

Re: [PR] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-11-03 Thread via GitHub
amit-jain commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1381603087 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +643,34 @@ private void waitFinish() {

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
nfsantos commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381748274 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,138 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] OAK-10522: avoid use of SecurityManager in indexing test [jackrabbit-oak]

2023-11-03 Thread via GitHub
mbaedke merged PR #1186: URL: https://github.com/apache/jackrabbit-oak/pull/1186 -- 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:

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
sonarcloud[bot] commented on PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#issuecomment-1792588693 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

Re: [PR] OAK-10522: avoid use of SecurityManager in indexing test [jackrabbit-oak]

2023-11-03 Thread via GitHub
sonarcloud[bot] commented on PR #1186: URL: https://github.com/apache/jackrabbit-oak/pull/1186#issuecomment-1792694339 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381999878 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,138 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1382001550 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,150 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10451 UserPrincipalProvider may cause many conflicts when under load [jackrabbit-oak]

2023-11-03 Thread via GitHub
anchela commented on code in PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#discussion_r1381960961 ## oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/CachedGroupMembershipReader.java: ## @@ -0,0 +1,209 @@ +/* + * Licensed to the Apache Software

Re: [PR] OAK-10451 UserPrincipalProvider may cause many conflicts when under load [jackrabbit-oak]

2023-11-03 Thread via GitHub
anchela commented on PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#issuecomment-1792797994 @nscendoni , i attempted to fix my picky review findings. would you have time to check if those are ok with you and also if the comments i added/modified are correctly describing

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1382003251 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/ast/SelectorImpl.java: ## @@ -427,10 +426,14 @@ public String getPlan(NodeState rootState) {

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
sonarcloud[bot] commented on PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#issuecomment-1792674489 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381999464 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,138 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
sonarcloud[bot] commented on PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#issuecomment-1792907697 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-03 Thread via GitHub
sonarcloud[bot] commented on PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#issuecomment-1792925158 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[PR] OAK-10535: Clean up old revisions in a document [jackrabbit-oak]

2023-11-06 Thread via GitHub
Joscorbe opened a new pull request, #1191: URL: https://github.com/apache/jackrabbit-oak/pull/1191 (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

Re: [PR] OAK-10535: Clean up old revisions in a document [jackrabbit-oak]

2023-11-06 Thread via GitHub
sonarcloud[bot] commented on PR #1191: URL: https://github.com/apache/jackrabbit-oak/pull/1191#issuecomment-1797044874 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-06 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1384454948 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-06 Thread via GitHub
sonarcloud[bot] commented on PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#issuecomment-1797969520 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-07 Thread via GitHub
sonarcloud[bot] commented on PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#issuecomment-1798083547 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-06 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1384456882 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10420 Tool to compare Lucene index content [jackrabbit-oak]

2023-11-07 Thread via GitHub
thomasmueller merged PR #1086: URL: https://github.com/apache/jackrabbit-oak/pull/1086 -- 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:

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-07 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1384541250 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10494 - Add cache to reduce number of remote blobstore calls. [jackrabbit-oak]

2023-11-07 Thread via GitHub
ahanikel commented on code in PR #1155: URL: https://github.com/apache/jackrabbit-oak/pull/1155#discussion_r1384690587 ## oak-blob-plugins/src/test/java/org/apache/jackrabbit/oak/plugins/blob/CachingDataStoreTest.java: ## @@ -638,4 +643,35 @@ private void waitFinish() {

Re: [PR] OAK-10511 - Get blobId without network roundtrip [jackrabbit-oak]

2023-11-07 Thread via GitHub
dulceanu merged PR #1171: URL: https://github.com/apache/jackrabbit-oak/pull/1171 -- 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:

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-07 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1384539736 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-06 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1384455460 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-06 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1384457402 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-06 Thread via GitHub
thomasmueller commented on code in PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1384457402 ## oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] OAK-10511 - Get blobId without network roundtrip [jackrabbit-oak]

2023-11-07 Thread via GitHub
ahanikel commented on PR #1171: URL: https://github.com/apache/jackrabbit-oak/pull/1171#issuecomment-1798180621 @dulceanu Thanks for the approval! Could you also merge the PR? I don't have the rights to do that. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] OAK-10420 Tool to compare Lucene index content [jackrabbit-oak]

2023-11-07 Thread via GitHub
sonarcloud[bot] commented on PR #1086: URL: https://github.com/apache/jackrabbit-oak/pull/1086#issuecomment-1798306885 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

Re: [PR] OAK-10527 Improve readability of the explain query output [jackrabbit-oak]

2023-11-07 Thread via GitHub
thomasmueller merged PR #1187: URL: https://github.com/apache/jackrabbit-oak/pull/1187 -- 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:

[PR] OAK-10537: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.13 [jackrabbit-oak]

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

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

2023-11-07 Thread via GitHub
reschke merged PR #1192: URL: https://github.com/apache/jackrabbit-oak/pull/1192 -- 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:

Re: [PR] OAK-10420 Tool to compare Lucene index content [jackrabbit-oak]

2023-11-07 Thread via GitHub
sonarcloud[bot] commented on PR #1086: URL: https://github.com/apache/jackrabbit-oak/pull/1086#issuecomment-1798272480 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

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