Re: [PR] OAK-10803 - Modified DocumentPropertyState.java to compress values ba… [jackrabbit-oak]

2024-05-28 Thread via GitHub
ionutzpi commented on code in PR #1473: URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1618298493 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -160,14 +161,14 @@ String getValue() { p

Re: [PR] OAK-10803 - Modified DocumentPropertyState.java to compress values ba… [jackrabbit-oak]

2024-05-28 Thread via GitHub
reschke commented on code in PR #1473: URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1617352712 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -160,14 +161,14 @@ String getValue() { pr

Re: [PR] OAK-10739 : Provide support for FullGC in Mongo DocumentStore [jackrabbit-oak]

2024-05-28 Thread via GitHub
Joscorbe merged PR #1454: URL: https://github.com/apache/jackrabbit-oak/pull/1454 -- 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-10841: log error cause when ES cannot process a query [jackrabbit-oak]

2024-05-28 Thread via GitHub
fabriziofortino opened a new pull request, #1492: URL: https://github.com/apache/jackrabbit-oak/pull/1492 When ES cannot process a query, the generic message `all shards failed` is printed in the logs. Adding the error cause in case of `ElasticsearchException`s. -- This is an automated m

Re: [PR] Issues/oak 10781 [jackrabbit-oak]

2024-05-28 Thread via GitHub
dulceanu merged PR #1485: URL: https://github.com/apache/jackrabbit-oak/pull/1485 -- 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-10739 : Provide support for FullGC in Mongo DocumentStore [jackrabbit-oak]

2024-05-28 Thread via GitHub
stefan-egli commented on PR #1454: URL: https://github.com/apache/jackrabbit-oak/pull/1454#issuecomment-2135150432 @Joscorbe I see NodeDocumentRevisionCleanerTest.testRecentRevisionsArePreserved failing - would it be much effort to fix that before the merge? -- This is an automated messa

Re: [PR] OAK-6761: Convert oak-blob-plugins to OSGi R7 annotations [jackrabbit-oak]

2024-05-28 Thread via GitHub
mbaedke merged PR #1415: URL: https://github.com/apache/jackrabbit-oak/pull/1415 -- 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-10838: oak-lucene: maven install fails in oak-lucene due to baseline check [jackrabbit-oak]

2024-05-28 Thread via GitHub
reschke merged PR #1491: URL: https://github.com/apache/jackrabbit-oak/pull/1491 -- 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

[PR] OAK-10838: oak-lucene: maven install fails in oak-lucene due to baseline check [jackrabbit-oak]

2024-05-28 Thread via GitHub
reschke opened a new pull request, #1491: URL: https://github.com/apache/jackrabbit-oak/pull/1491 (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] Issue/oak 8848 [jackrabbit-oak]

2024-05-28 Thread via GitHub
reschke commented on code in PR #1474: URL: https://github.com/apache/jackrabbit-oak/pull/1474#discussion_r1613082105 ## oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/MoveVersionableNodeWithMemoryRepositoryTest.java: ## @@ -0,0 +1,26 @@ +package org.apache.jackrabbit.oak.j

Re: [PR] OAK-10803 - Modified DocumentPropertyState.java to compress values ba… [jackrabbit-oak]

2024-05-28 Thread via GitHub
reschke commented on code in PR #1473: URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1616858582 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -38,24 +43,58 @@ import org.apache.jackrabbit.o

Re: [PR] OAK-10803 - Modified DocumentPropertyState.java to compress values ba… [jackrabbit-oak]

2024-05-28 Thread via GitHub
stefan-egli commented on code in PR #1473: URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1616856073 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +88,83 @@ public void multiValuedB

Re: [PR] OAK-10803 - Modified DocumentPropertyState.java to compress values ba… [jackrabbit-oak]

2024-05-28 Thread via GitHub
stefan-egli commented on code in PR #1473: URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1616853051 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -75,10 +82,97 @@ public void multiValued

Re: [PR] OAK-10803 - Modified DocumentPropertyState.java to compress values ba… [jackrabbit-oak]

2024-05-28 Thread via GitHub
stefan-egli commented on code in PR #1473: URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1616850420 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -116,7 +155,20 @@ public int count() {

Re: [PR] OAK-10825 - Indexing job: log [TASK::FAIL] log message for when an indexing phase fails. [jackrabbit-oak]

2024-05-28 Thread via GitHub
nfsantos merged PR #1481: URL: https://github.com/apache/jackrabbit-oak/pull/1481 -- 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

[jira] [Comment Edited] (JCR-5071) Update oak-jackrabbit-api.version.implemented in trunk to Oak 1.64.0

2024-05-28 Thread Manfred Baedke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849822#comment-17849822 ] Manfred Baedke edited comment on JCR-5071 at 5/28/24 7:57 AM: --