[GitHub] [jackrabbit-oak] reschke merged pull request #776: OAK-10015: Update Mockito dependency to 4.9.0

2022-11-30 Thread GitBox
reschke merged PR #776: URL: https://github.com/apache/jackrabbit-oak/pull/776 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1036694953 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -1156,6 +1202,10 @@ class GarbageCollectionOperati

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1036694562 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void mark(GarbageColl

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1036694328 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void mark(GarbageColl

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #776: OAK-10015: Update Mockito dependency to 4.9.0

2022-11-30 Thread GitBox
sonarcloud[bot] commented on PR #776: URL: https://github.com/apache/jackrabbit-oak/pull/776#issuecomment-1332796199 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #775: OAK-10016: avoid use of deprecated Mockito methods (removed in 4.*)

2022-11-30 Thread GitBox
sonarcloud[bot] commented on PR #775: URL: https://github.com/apache/jackrabbit-oak/pull/775#issuecomment-1332577928 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] reschke merged pull request #775: OAK-10016: avoid use of deprecated Mockito methods (removed in 4.*)

2022-11-30 Thread GitBox
reschke merged PR #775: URL: https://github.com/apache/jackrabbit-oak/pull/775 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] nit0906 merged pull request #772: OAK-10011 : Configure SonarClould for Oak (fixing project key)

2022-11-30 Thread GitBox
nit0906 merged PR #772: URL: https://github.com/apache/jackrabbit-oak/pull/772 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] lweitzendorf opened a new pull request, #773: OAK-3349 Partial Compaction

2022-11-30 Thread GitBox
lweitzendorf opened a new pull request, #773: URL: https://github.com/apache/jackrabbit-oak/pull/773 Adds ability to save partially compacted repository state and resume at a later point in time. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035671462 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -1156,6 +1202,10 @@ class GarbageCollectionOperati

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035670123 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -689,6 +711,9 @@ public long checkConsistency() th

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035666309 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void mark(GarbageColl

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035665580 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void mark(GarbageColl

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035664240 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -1076,8 +1119,8 @@ void handleRemoves(GarbageColle

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035663780 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void mark(GarbageColl

[GitHub] [jackrabbit-oak] thomasmueller commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
thomasmueller commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035637354 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void mark(Garbage

[GitHub] [jackrabbit-oak] fabriziofortino commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
fabriziofortino commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035640288 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -1076,8 +1119,8 @@ void handleRemoves(Garbag

[GitHub] [jackrabbit-oak] amit-jain opened a new pull request, #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-28 Thread GitBox
amit-jain opened a new pull request, #771: URL: https://github.com/apache/jackrabbit-oak/pull/771 - Introduce new metrics NUM_BLOB_REFERENCES, BLOB_REFERENCES_SIZE - calculate and push metrics in check consistency when aggregating all the references from all repositories - calculate an

[GitHub] [jackrabbit-filevault] reschke merged pull request #257: JCRVLT-666: improve performance of DefaultWorkspaceFilter.dumpCoverage (Session variant)

2022-11-26 Thread GitBox
reschke merged PR #257: URL: https://github.com/apache/jackrabbit-filevault/pull/257 -- 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

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #257: JCRVLT-666: improve performance of DefaultWorkspaceFilter.dumpCoverage (Session variant)

2022-11-25 Thread GitBox
reschke commented on code in PR #257: URL: https://github.com/apache/jackrabbit-filevault/pull/257#discussion_r1032622587 ## vault-core/src/main/java/org/apache/jackrabbit/vault/fs/api/WorkspaceFilter.java: ## @@ -146,8 +146,7 @@ void dumpCoverage(@NotNull Node rootNode, @NotNu

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #257: JCRVLT-666: improve performance of DefaultWorkspaceFilter.dumpCoverage (Session variant)

2022-11-25 Thread GitBox
reschke commented on code in PR #257: URL: https://github.com/apache/jackrabbit-filevault/pull/257#discussion_r1032613650 ## vault-core/src/main/java/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.java: ## @@ -580,27 +581,49 @@ public void dumpCoverage(javax.jcr.N

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #257: JCRVLT-666: improve performance of DefaultWorkspaceFilter.dumpCoverage (Session variant)

2022-11-25 Thread GitBox
kwin commented on code in PR #257: URL: https://github.com/apache/jackrabbit-filevault/pull/257#discussion_r1032557632 ## vault-core/src/test/java/org/apache/jackrabbit/vault/packaging/integration/DumpCoverageIT.java: ## @@ -28,50 +29,48 @@ import javax.jcr.RepositoryException

[GitHub] [jackrabbit-filevault] reschke merged pull request #256: JCRVLT-667: Tree: fix java warnings re generics

2022-11-25 Thread GitBox
reschke merged PR #256: URL: https://github.com/apache/jackrabbit-filevault/pull/256 -- 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

[GitHub] [jackrabbit-oak] mreutegg merged pull request #766: OAK-9971: Migrate Oak maintenance builds from Travis CI to Jenkins

2022-11-25 Thread GitBox
mreutegg merged PR #766: URL: https://github.com/apache/jackrabbit-oak/pull/766 -- 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...@jackrabb

[GitHub] [jackrabbit-oak] mreutegg merged pull request #765: OAK-9971: Migrate Oak maintenance builds from Travis CI to Jenkins

2022-11-25 Thread GitBox
mreutegg merged PR #765: URL: https://github.com/apache/jackrabbit-oak/pull/765 -- 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...@jackrabb

[GitHub] [jackrabbit-oak] mreutegg commented on pull request #765: OAK-9971: Migrate Oak maintenance builds from Travis CI to Jenkins

2022-11-25 Thread GitBox
mreutegg commented on PR #765: URL: https://github.com/apache/jackrabbit-oak/pull/765#issuecomment-1327308382 oak-update failed because there was no space left on device. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jackrabbit-oak] mreutegg commented on pull request #765: OAK-9971: Migrate Oak maintenance builds from Travis CI to Jenkins

2022-11-25 Thread GitBox
mreutegg commented on PR #765: URL: https://github.com/apache/jackrabbit-oak/pull/765#issuecomment-1327307402 Failure in oak-store-document is cased by [OAK-9443](https://issues.apache.org/jira/browse/OAK-9443) and fixed with https://github.com/apache/jackrabbit-oak/pull/770 -- This is a

[GitHub] [jackrabbit-oak] mreutegg merged pull request #770: OAK-9443: Test failure: LeaseUpdateSocketTimeoutIT.leaseUpdateFailure…

2022-11-25 Thread GitBox
mreutegg merged PR #770: URL: https://github.com/apache/jackrabbit-oak/pull/770 -- 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...@jackrabb

[GitHub] [jackrabbit-oak] mreutegg opened a new pull request, #770: OAK-9443: Test failure: LeaseUpdateSocketTimeoutIT.leaseUpdateFailure…

2022-11-25 Thread GitBox
mreutegg opened a new pull request, #770: URL: https://github.com/apache/jackrabbit-oak/pull/770 …OnSocketTimeout Disable test on Jenkins Merge into 1.22 branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jackrabbit-oak] mreutegg commented on pull request #765: OAK-9971: Migrate Oak maintenance builds from Travis CI to Jenkins

2022-11-25 Thread GitBox
mreutegg commented on PR #765: URL: https://github.com/apache/jackrabbit-oak/pull/765#issuecomment-1327296894 Failure in oak-jcr is cased by OAK-9487 and fixed with https://github.com/apache/jackrabbit-oak/pull/769 -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [jackrabbit-oak] mreutegg merged pull request #769: OAK-9487: WarnLogStringPropertySizeTest may fail with multiple fixtures

2022-11-25 Thread GitBox
mreutegg merged PR #769: URL: https://github.com/apache/jackrabbit-oak/pull/769 -- 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...@jackrabb

[GitHub] [jackrabbit-oak] mreutegg opened a new pull request, #769: OAK-9487: WarnLogStringPropertySizeTest may fail with multiple fixtures

2022-11-25 Thread GitBox
mreutegg opened a new pull request, #769: URL: https://github.com/apache/jackrabbit-oak/pull/769 Prevent parallel execution with Parameterized runner -- 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

[GitHub] [jackrabbit-oak] mreutegg commented on pull request #766: OAK-9971: Migrate Oak maintenance builds from Travis CI to Jenkins

2022-11-25 Thread GitBox
mreutegg commented on PR #766: URL: https://github.com/apache/jackrabbit-oak/pull/766#issuecomment-1327260383 oak-segment-tar failed with 'no space left on device'. Looks like an infra isssue. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [jackrabbit-oak] mreutegg closed pull request #768: OAK-9563: LastRevSingleNodeRecoveryTest fails in setUp()

2022-11-25 Thread GitBox
mreutegg closed pull request #768: OAK-9563: LastRevSingleNodeRecoveryTest fails in setUp() URL: https://github.com/apache/jackrabbit-oak/pull/768 -- 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

[GitHub] [jackrabbit-oak] mreutegg merged pull request #767: OAK-9563: LastRevSingleNodeRecoveryTest fails in setUp()

2022-11-25 Thread GitBox
mreutegg merged PR #767: URL: https://github.com/apache/jackrabbit-oak/pull/767 -- 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...@jackrabb

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #131: OAK-8344 | Exposing local index directory size as a metric

2022-11-24 Thread GitBox
github-actions[bot] commented on PR #131: URL: https://github.com/apache/jackrabbit-oak/pull/131#issuecomment-1326947469 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] mreutegg opened a new pull request, #768: OAK-9563: LastRevSingleNodeRecoveryTest fails in setUp()

2022-11-24 Thread GitBox
mreutegg opened a new pull request, #768: URL: https://github.com/apache/jackrabbit-oak/pull/768 Merge into 1.8 branch -- 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 un

[GitHub] [jackrabbit-oak] mreutegg opened a new pull request, #767: OAK-9563: LastRevSingleNodeRecoveryTest fails in setUp()

2022-11-24 Thread GitBox
mreutegg opened a new pull request, #767: URL: https://github.com/apache/jackrabbit-oak/pull/767 Merge into 1.22 branch -- 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 u

[GitHub] [jackrabbit-oak] anchela merged pull request #764: OAK-10011 : Configure SonarClould for Oak (add missing licence header)

2022-11-24 Thread GitBox
anchela merged PR #764: URL: https://github.com/apache/jackrabbit-oak/pull/764 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] mreutegg merged pull request #763: OAK-100010 : Fix Flaky Test in org.apache.jackrabbit.oak.plugins.document.RandomizedClusterTest.addRemoveSet

2022-11-23 Thread GitBox
mreutegg merged PR #763: URL: https://github.com/apache/jackrabbit-oak/pull/763 -- 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...@jackrabb

[GitHub] [jackrabbit-oak] anchela merged pull request #762: OAK-10009 : Enable SonarClould for Oak

2022-11-23 Thread GitBox
anchela merged PR #762: URL: https://github.com/apache/jackrabbit-oak/pull/762 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #132: OAK-7254: Indexes with excludedPaths, or includedPaths should not be …

2022-11-23 Thread GitBox
github-actions[bot] commented on PR #132: URL: https://github.com/apache/jackrabbit-oak/pull/132#issuecomment-1325854602 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #762: OAK-10009 : Enable SonarClould for Oak

2022-11-23 Thread GitBox
sonarcloud[bot] commented on PR #762: URL: https://github.com/apache/jackrabbit-oak/pull/762#issuecomment-1325486199 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] tt0suzy opened a new pull request, #763: OAK-100010 : Fix Flaky Test in org.apache.jackrabbit.oak.plugins.document.RandomizedClusterTest.addRemoveSet

2022-11-23 Thread GitBox
tt0suzy opened a new pull request, #763: URL: https://github.com/apache/jackrabbit-oak/pull/763 Test `org.apache.jackrabbit.oak.plugins.document.RandomizedClusterTest.addRemoveSet` is flaky as mentioned in [OAK-10010](https://issues.apache.org/jira/browse/OAK-10010) and it's due to

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #133: Oak-8449

2022-11-22 Thread GitBox
github-actions[bot] commented on PR #133: URL: https://github.com/apache/jackrabbit-oak/pull/133#issuecomment-1324457443 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #175: OAK-8892: Add javadoc to package-info files

2022-11-22 Thread GitBox
github-actions[bot] closed pull request #175: OAK-8892: Add javadoc to package-info files URL: https://github.com/apache/jackrabbit-oak/pull/175 -- 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 s

[GitHub] [jackrabbit-filevault] kwin merged pull request #255: releng: Update to ASF parent 28

2022-11-22 Thread GitBox
kwin merged PR #255: URL: https://github.com/apache/jackrabbit-filevault/pull/255 -- 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

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #134: OAK-8466 : Old inactive clusterIds may trigger expensive recovery

2022-11-21 Thread GitBox
github-actions[bot] commented on PR #134: URL: https://github.com/apache/jackrabbit-oak/pull/134#issuecomment-1322919724 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #180: OAK-8898: On querying, IndexReader failed with AlreadyClosedException

2022-11-21 Thread GitBox
github-actions[bot] closed pull request #180: OAK-8898: On querying, IndexReader failed with AlreadyClosedException URL: https://github.com/apache/jackrabbit-oak/pull/180 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [jackrabbit-oak] ahanikel commented on a diff in pull request #760: OAK-10006 Prevent writes to Azure storage if lock is not held

2022-11-21 Thread GitBox
ahanikel commented on code in PR #760: URL: https://github.com/apache/jackrabbit-oak/pull/760#discussion_r1027835132 ## oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java: ## @@ -237,6 +237,28 @@ private static GarbageCollectionStrategy newGarba

[GitHub] [jackrabbit-oak] amit-jain merged pull request #761: OAK-10008: Reduce heap requirement for test DocumentStoreIndexeIT#par…

2022-11-21 Thread GitBox
amit-jain merged PR #761: URL: https://github.com/apache/jackrabbit-oak/pull/761 -- 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

[GitHub] [jackrabbit-oak] ahanikel commented on a diff in pull request #760: OAK-10006 Prevent writes to Azure storage if lock is not held

2022-11-21 Thread GitBox
ahanikel commented on code in PR #760: URL: https://github.com/apache/jackrabbit-oak/pull/760#discussion_r1027810157 ## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureRepositoryLock.java: ## @@ -121,6 +132,21 @@ private void refreshLease() {

[GitHub] [jackrabbit-oak] amit-jain opened a new pull request, #761: OAK-10008: Reduce heap requirement for test DocumentStoreIndexeIT#par…

2022-11-21 Thread GitBox
amit-jain opened a new pull request, #761: URL: https://github.com/apache/jackrabbit-oak/pull/761 …allelReindexWithLZ4 - Reduce split size to 2 -- 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

[GitHub] [jackrabbit-oak] rombert closed pull request #139: OAK-8529 - Eagerly deregister MBeans on SecurityProviderRegistration …

2022-11-21 Thread GitBox
rombert closed pull request #139: OAK-8529 - Eagerly deregister MBeans on SecurityProviderRegistration … URL: https://github.com/apache/jackrabbit-oak/pull/139 -- 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

[GitHub] [jackrabbit-oak] rombert commented on pull request #139: OAK-8529 - Eagerly deregister MBeans on SecurityProviderRegistration …

2022-11-21 Thread GitBox
rombert commented on PR #139: URL: https://github.com/apache/jackrabbit-oak/pull/139#issuecomment-1321754483 Note sure why this is still open, the issue has already been resolved - see https://issues.apache.org/jira/browse/OAK-8529 . -- This is an automated message from the Apache Git Ser

[GitHub] [jackrabbit-oak] nit0906 merged pull request #759: OAK-10004 - Bump Elasticsearch client from 7.17.6 to 7.17.7

2022-11-21 Thread GitBox
nit0906 merged PR #759: URL: https://github.com/apache/jackrabbit-oak/pull/759 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #135: OAK-7917 | Adding the basic wirings and a test for a simple use case …

2022-11-20 Thread GitBox
github-actions[bot] commented on PR #135: URL: https://github.com/apache/jackrabbit-oak/pull/135#issuecomment-1321357001 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #137: OAK-8521 : Adding shut down hook to close, Closer which will free all

2022-11-20 Thread GitBox
github-actions[bot] commented on PR #137: URL: https://github.com/apache/jackrabbit-oak/pull/137#issuecomment-1321356975 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #139: OAK-8529 - Eagerly deregister MBeans on SecurityProviderRegistration …

2022-11-19 Thread GitBox
github-actions[bot] commented on PR #139: URL: https://github.com/apache/jackrabbit-oak/pull/139#issuecomment-1321014548 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #183: OAK-8910 - Improve OAK Lucene Index Documentation

2022-11-19 Thread GitBox
github-actions[bot] closed pull request #183: OAK-8910 - Improve OAK Lucene Index Documentation URL: https://github.com/apache/jackrabbit-oak/pull/183 -- 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

[GitHub] [jackrabbit-filevault] JLLeitschuh opened a new pull request, #254: [SECURITY] Fix Temporary File Information Disclosure Vulnerability

2022-11-18 Thread GitBox
JLLeitschuh opened a new pull request, #254: URL: https://github.com/apache/jackrabbit-filevault/pull/254 # Security Vulnerability Fix This pull request fixes a Temporary File Information Disclosure Vulnerability, which existed in this project. ## Preamble The system

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #185: GRANITE-27227

2022-11-18 Thread GitBox
github-actions[bot] closed pull request #185: GRANITE-27227 URL: https://github.com/apache/jackrabbit-oak/pull/185 -- 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

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #190: Segfault Test donot merge

2022-11-18 Thread GitBox
github-actions[bot] closed pull request #190: Segfault Test donot merge URL: https://github.com/apache/jackrabbit-oak/pull/190 -- 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

[GitHub] [jackrabbit-oak] jelmini opened a new pull request, #760: OAK-10006 Prevent writes to Azure storage if lock is not held

2022-11-18 Thread GitBox
jelmini opened a new pull request, #760: URL: https://github.com/apache/jackrabbit-oak/pull/760 If the lock is lost to another instance, all writes attempts should fail with an exception. If the lock fails to be renewed, all writes are suspended (blocked) until the renewal succeed. --

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #191: Change for security concern

2022-11-17 Thread GitBox
github-actions[bot] closed pull request #191: Change for security concern URL: https://github.com/apache/jackrabbit-oak/pull/191 -- 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.

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #143: OAK-8066: Nodes with many direct children can lead to OOME when saving

2022-11-16 Thread GitBox
github-actions[bot] commented on PR #143: URL: https://github.com/apache/jackrabbit-oak/pull/143#issuecomment-1317955855 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] reschke merged pull request #757: OAK-10002: oak-core: bump up logging for deprecated Guava based APIs to INFO

2022-11-16 Thread GitBox
reschke merged PR #757: URL: https://github.com/apache/jackrabbit-oak/pull/757 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #144: OAK-8066: Nodes with many direct children can lead to OOME when saving

2022-11-15 Thread GitBox
github-actions[bot] commented on PR #144: URL: https://github.com/apache/jackrabbit-oak/pull/144#issuecomment-1316184510 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #151: OAK-8633: Add warn logs if we add/update a string property larger tha…

2022-11-15 Thread GitBox
github-actions[bot] commented on PR #151: URL: https://github.com/apache/jackrabbit-oak/pull/151#issuecomment-1316184463 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] reschke merged pull request #751: OAK-9994: avoid leaking out transitive dependencies to Guava

2022-11-15 Thread GitBox
reschke merged PR #751: URL: https://github.com/apache/jackrabbit-oak/pull/751 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] reschke merged pull request #756: OAK-9999: remove use of com.google.common.collect.Iterators.emptyIterator

2022-11-15 Thread GitBox
reschke merged PR #756: URL: https://github.com/apache/jackrabbit-oak/pull/756 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] mreutegg merged pull request #753: OAK-9993: Add utility method to remove unmerged branches

2022-11-15 Thread GitBox
mreutegg merged PR #753: URL: https://github.com/apache/jackrabbit-oak/pull/753 -- 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...@jackrabb

[GitHub] [jackrabbit-oak] mreutegg commented on a diff in pull request #753: OAK-9993: Add utility method to remove unmerged branches

2022-11-15 Thread GitBox
mreutegg commented on code in PR #753: URL: https://github.com/apache/jackrabbit-oak/pull/753#discussion_r1022862174 ## oak-run/src/main/js/oak-mongo.js: ## @@ -452,6 +452,70 @@ var oak = (function(global){ } }; +/** + * Removes all unmerged branches on t

[GitHub] [jackrabbit-oak] stefan-egli commented on a diff in pull request #753: OAK-9993: Add utility method to remove unmerged branches

2022-11-15 Thread GitBox
stefan-egli commented on code in PR #753: URL: https://github.com/apache/jackrabbit-oak/pull/753#discussion_r1022866535 ## oak-run/src/main/js/oak-mongo.js: ## @@ -452,6 +452,70 @@ var oak = (function(global){ } }; +/** + * Removes all unmerged branches o

[GitHub] [jackrabbit-oak] mreutegg commented on a diff in pull request #753: OAK-9993: Add utility method to remove unmerged branches

2022-11-15 Thread GitBox
mreutegg commented on code in PR #753: URL: https://github.com/apache/jackrabbit-oak/pull/753#discussion_r1022862174 ## oak-run/src/main/js/oak-mongo.js: ## @@ -452,6 +452,70 @@ var oak = (function(global){ } }; +/** + * Removes all unmerged branches on t

[GitHub] [jackrabbit-filevault] kwin merged pull request #253: releng: Use JR 2.20.7

2022-11-15 Thread GitBox
kwin merged PR #253: URL: https://github.com/apache/jackrabbit-filevault/pull/253 -- 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

[GitHub] [jackrabbit-oak] stefan-egli commented on a diff in pull request #753: OAK-9993: Add utility method to remove unmerged branches

2022-11-15 Thread GitBox
stefan-egli commented on code in PR #753: URL: https://github.com/apache/jackrabbit-oak/pull/753#discussion_r1022655229 ## oak-run/src/main/js/oak-mongo.js: ## @@ -452,6 +452,70 @@ var oak = (function(global){ } }; +/** + * Removes all unmerged branches o

[GitHub] [jackrabbit-oak] reschke merged pull request #754: OAK-9996: oak-search-mt: unneeded Guava import declaration

2022-11-15 Thread GitBox
reschke merged PR #754: URL: https://github.com/apache/jackrabbit-oak/pull/754 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] mreutegg merged pull request #750: OAK-9992: Introduce limit for oak.removeCollisions()

2022-11-15 Thread GitBox
mreutegg merged PR #750: URL: https://github.com/apache/jackrabbit-oak/pull/750 -- 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...@jackrabb

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #157: OAK-8718: LuceneIndexStatsUpdateCallback is slow and synchronous whic…

2022-11-14 Thread GitBox
github-actions[bot] commented on PR #157: URL: https://github.com/apache/jackrabbit-oak/pull/157#issuecomment-1314662263 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #160: OAK-8734 | Sorted query with multiple path restrictions and sorting p…

2022-11-14 Thread GitBox
github-actions[bot] commented on PR #160: URL: https://github.com/apache/jackrabbit-oak/pull/160#issuecomment-1314662224 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #192: Change for security reason

2022-11-14 Thread GitBox
github-actions[bot] closed pull request #192: Change for security reason URL: https://github.com/apache/jackrabbit-oak/pull/192 -- 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.

[GitHub] [jackrabbit-oak] reschke merged pull request #752: OAK-9995: oak-blob-cloud-azure: unneeded Guava import declaration

2022-11-14 Thread GitBox
reschke merged PR #752: URL: https://github.com/apache/jackrabbit-oak/pull/752 -- 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...@jackrabbi

[GitHub] [jackrabbit-oak] stefan-egli commented on a diff in pull request #750: OAK-9992: Introduce limit for oak.removeCollisions()

2022-11-14 Thread GitBox
stefan-egli commented on code in PR #750: URL: https://github.com/apache/jackrabbit-oak/pull/750#discussion_r1021717998 ## oak-run/src/main/js/oak-mongo.js: ## @@ -433,6 +437,9 @@ var oak = (function(global){ unset["_collisions." + r] = ""; num+

[GitHub] [jackrabbit-oak] mreutegg commented on pull request #165: fix doc link

2022-11-14 Thread GitBox
mreutegg commented on PR #165: URL: https://github.com/apache/jackrabbit-oak/pull/165#issuecomment-1313874034 In the meantime this has been fixed with some other change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jackrabbit-oak] mreutegg closed pull request #165: fix doc link

2022-11-14 Thread GitBox
mreutegg closed pull request #165: fix doc link URL: https://github.com/apache/jackrabbit-oak/pull/165 -- 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: d

[GitHub] [jackrabbit-oak] mreutegg commented on a diff in pull request #750: OAK-9992: Introduce limit for oak.removeCollisions()

2022-11-14 Thread GitBox
mreutegg commented on code in PR #750: URL: https://github.com/apache/jackrabbit-oak/pull/750#discussion_r1021632581 ## oak-run/src/main/js/oak-mongo.js: ## @@ -433,6 +437,9 @@ var oak = (function(global){ unset["_collisions." + r] = ""; num++;

[GitHub] [jackrabbit-oak] stefan-egli commented on a diff in pull request #750: OAK-9992: Introduce limit for oak.removeCollisions()

2022-11-14 Thread GitBox
stefan-egli commented on code in PR #750: URL: https://github.com/apache/jackrabbit-oak/pull/750#discussion_r1021580998 ## oak-run/src/main/js/oak-mongo.js: ## @@ -401,9 +401,10 @@ var oak = (function(global){ * @method removeCollisions * @param {string} path the pat

[GitHub] [jackrabbit-oak] stefan-egli commented on a diff in pull request #750: OAK-9992: Introduce limit for oak.removeCollisions()

2022-11-14 Thread GitBox
stefan-egli commented on code in PR #750: URL: https://github.com/apache/jackrabbit-oak/pull/750#discussion_r1021580998 ## oak-run/src/main/js/oak-mongo.js: ## @@ -401,9 +401,10 @@ var oak = (function(global){ * @method removeCollisions * @param {string} path the pat

[GitHub] [jackrabbit-oak] stefan-egli commented on a diff in pull request #750: OAK-9992: Introduce limit for oak.removeCollisions()

2022-11-14 Thread GitBox
stefan-egli commented on code in PR #750: URL: https://github.com/apache/jackrabbit-oak/pull/750#discussion_r1021583083 ## oak-run/src/main/js/oak-mongo.js: ## @@ -433,6 +437,9 @@ var oak = (function(global){ unset["_collisions." + r] = ""; num+

[GitHub] [jackrabbit-oak] stefan-egli commented on a diff in pull request #750: OAK-9992: Introduce limit for oak.removeCollisions()

2022-11-14 Thread GitBox
stefan-egli commented on code in PR #750: URL: https://github.com/apache/jackrabbit-oak/pull/750#discussion_r1021580998 ## oak-run/src/main/js/oak-mongo.js: ## @@ -401,9 +401,10 @@ var oak = (function(global){ * @method removeCollisions * @param {string} path the pat

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #162: Oak 8280

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #162: URL: https://github.com/apache/jackrabbit-oak/pull/162#issuecomment-1312945643 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #165: fix doc link

2022-11-13 Thread GitBox
github-actions[bot] commented on PR #165: URL: https://github.com/apache/jackrabbit-oak/pull/165#issuecomment-1312945610 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #193: OAK-8934: Indexing: filter entries with a regular expression

2022-11-13 Thread GitBox
github-actions[bot] closed pull request #193: OAK-8934: Indexing: filter entries with a regular expression URL: https://github.com/apache/jackrabbit-oak/pull/193 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #170: OAK-8788: Add index creation and index completion time to indexes

2022-11-12 Thread GitBox
github-actions[bot] commented on PR #170: URL: https://github.com/apache/jackrabbit-oak/pull/170#issuecomment-1312618415 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #171: OAK-8845 | Function based ordering should used index and not be sorte…

2022-11-12 Thread GitBox
github-actions[bot] commented on PR #171: URL: https://github.com/apache/jackrabbit-oak/pull/171#issuecomment-1312618407 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #194: GRANITE-29087

2022-11-12 Thread GitBox
github-actions[bot] closed pull request #194: GRANITE-29087 URL: https://github.com/apache/jackrabbit-oak/pull/194 -- 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

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #195: OAK-7654: Remove usage of deprecated MongoDB Java driver 2.x API

2022-11-12 Thread GitBox
github-actions[bot] closed pull request #195: OAK-7654: Remove usage of deprecated MongoDB Java driver 2.x API URL: https://github.com/apache/jackrabbit-oak/pull/195 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #174: OAK-8711 - Queries with facets should not use traversal

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #174: URL: https://github.com/apache/jackrabbit-oak/pull/174#issuecomment-1312318074 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #196: [OAK-8948] - Handle null entry in 'excludePaths' Set.

2022-11-11 Thread GitBox
github-actions[bot] closed pull request #196: [OAK-8948] - Handle null entry in 'excludePaths' Set. URL: https://github.com/apache/jackrabbit-oak/pull/196 -- 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 g

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