[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

[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

[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.

Re: Unresolved Conflict Question

2022-11-14 Thread Jorge Flórez
Hi, after some reading, testing and debugging, I think I understand how it works. So I thought write something if anyone is in the same situation: - There are no nodes (I think) with a "conflict" state in a content repository. I searched the paths reported in my log with conflicts and found no

Wrong Index selection for query?

2022-11-14 Thread Jorge Flórez
Hello, in a repository we have (very large it seems) there are two index definitions. Please see the image: https://drive.google.com/file/d/1KS2MZHfj1aRoWm7v6o3kbNFCPormxEft/view?usp=sharing One index to make the depiction of a content tree faster (Index2, which indexes nodes of type nt:folder)

[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:

[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] = "";

Re: Oak Jenkins build takes up too many resources

2022-11-14 Thread Konrad Windszus
Seems this is pretty easy: https://stackoverflow.com/a/70375236 Can you come up with a PR? Thanks, Konrad > On 14. Nov 2022, at 16:16, Marcel Reutegger > wrote: > > Hi, > > On 11.11.22, 15:11, "Robert Munteanu" wrote: >> I think it would be worthile to

Re: Oak Jenkins build takes up too many resources

2022-11-14 Thread Marcel Reutegger
Hi, On 11.11.22, 15:11, "Robert Munteanu" wrote: > I think it would be worthile to check if the build can be optimised, > otherwise Oak builds are blocking many execution slots of the Jenkins > ASF instance. I did notice one thing. Our PRs may schedule a build each time commits are pushed to

Re: Oak Jenkins build takes up too many resources

2022-11-14 Thread Marcel Reutegger
Hi Robert, On 11.11.22, 15:11, "Robert Munteanu" wrote: > I was waiting for a small PR of mine in Sling to be built by Jenkins and > I saw that it was not picked for some time. Looking at the executing > jobs I noticed that there were many, different, Oak stages being ran. > > A sample PR check

[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:

[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

[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

[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] = "";

[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