[jira] [Commented] (OAK-10586) DetailedGC hardening

2023-12-14 Thread Stefan Egli (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796847#comment-17796847
 ] 

Stefan Egli commented on OAK-10586:
---

* [PR#1253|https://github.com/apache/jackrabbit-oak/pull/1253] created

> DetailedGC hardening
> 
>
> Key: OAK-10586
> URL: https://issues.apache.org/jira/browse/OAK-10586
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Reporter: Stefan Egli
>Priority: Major
>  Labels: DetailedGC
>
> Umbrella ticket for hardening of {{DetailedGC/OAK-10199}} branch. To avoid 
> creating overly many tickets.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10586) DetailedGC hardening

2023-12-14 Thread Stefan Egli (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Egli updated OAK-10586:
--
Labels: DetailedGC  (was: )

> DetailedGC hardening
> 
>
> Key: OAK-10586
> URL: https://issues.apache.org/jira/browse/OAK-10586
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Reporter: Stefan Egli
>Priority: Major
>  Labels: DetailedGC
>
> Umbrella ticket for hardening of {{DetailedGC/OAK-10199}} branch. To avoid 
> creating overly many tickets.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (OAK-10586) DetailedGC hardening

2023-12-14 Thread Stefan Egli (Jira)
Stefan Egli created OAK-10586:
-

 Summary: DetailedGC hardening
 Key: OAK-10586
 URL: https://issues.apache.org/jira/browse/OAK-10586
 Project: Jackrabbit Oak
  Issue Type: Task
  Components: documentmk
Reporter: Stefan Egli


Umbrella ticket for hardening of {{DetailedGC/OAK-10199}} branch. To avoid 
creating overly many tickets.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10583) repeat detailedGC also if provided scope not fully processed

2023-12-14 Thread Stefan Egli (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796809#comment-17796809
 ] 

Stefan Egli commented on OAK-10583:
---

* [PR#1252|https://github.com/apache/jackrabbit-oak/pull/1252] created

> repeat detailedGC also if provided scope not fully processed
> 
>
> Key: OAK-10583
> URL: https://issues.apache.org/jira/browse/OAK-10583
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Minor
>  Labels: DetailedGC
>
> Currently {{needrepeat}} is not set if the provided (detailedGC) scope is 
> "complete", i.e. is reaching the oldest checkpoint or now - maxTimeMillis.
> However, in particular for the initial detailedGC run, the 
> PROGRESS_BATCH_SIZE will likely be hit and thus prevent the full scope to be 
> scanned.
> A repetition of GC will continue from where the batch-interrupted previous 
> run left off, however the {{needrepeat}} is not correctly set in this case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (OAK-10585) Simple test for existence of temp dir

2023-12-14 Thread Stefan Egli (Jira)
Stefan Egli created OAK-10585:
-

 Summary: Simple test for existence of temp dir
 Key: OAK-10585
 URL: https://issues.apache.org/jira/browse/OAK-10585
 Project: Jackrabbit Oak
  Issue Type: Task
  Components: commons
Reporter: Stefan Egli


Add a simple test that verifies that the provided temp directory exists and 
that temp files can be created.

This helps avoid downstream issues where eg maven-assembly-plugin tries to 
create a temp file, but fails to do so, and the resulting exception is not 
immediately obvious. But a simple test case for temp dirs/files would be 
obvious.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10584) Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only

2023-12-14 Thread Stefan Egli (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Egli updated OAK-10584:
--
Affects Version/s: 1.60.0

> Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only
> 
>
> Key: OAK-10584
> URL: https://issues.apache.org/jira/browse/OAK-10584
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Affects Versions: 1.60.0
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Minor
>  Labels: DetailedGC
>
> Below exception could occur and should be avoided:
> {noformat}
>   java.lang.UnsupportedOperationException: Method - findAndUpdate. Params: 
> [settings, key: checkpoint update {data.r17cea1494d3-0-1=REMOVE_MAP_ENTRY 
> null}]
>   at 
> org.apache.jackrabbit.oak.plugins.document.util.ReadOnlyDocumentStoreWrapperFactory$1.invoke(ReadOnlyDocumentStoreWrapperFactory.java:38)
>   at com.sun.proxy.$Proxy0.findAndUpdate(Unknown Source)
>   at 
> org.apache.jackrabbit.oak.plugins.document.Checkpoints.getOldestRevisionToKeep(Checkpoints.java:149)
>   at 
> org.apache.jackrabbit.oak.plugins.document.VersionGCRecommendations.(VersionGCRecommendations.java:181)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10584) Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only

2023-12-14 Thread Stefan Egli (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Egli updated OAK-10584:
--
Fix Version/s: 1.62.0

> Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only
> 
>
> Key: OAK-10584
> URL: https://issues.apache.org/jira/browse/OAK-10584
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Affects Versions: 1.60.0
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Minor
>  Labels: DetailedGC
> Fix For: 1.62.0
>
>
> Below exception could occur and should be avoided:
> {noformat}
>   java.lang.UnsupportedOperationException: Method - findAndUpdate. Params: 
> [settings, key: checkpoint update {data.r17cea1494d3-0-1=REMOVE_MAP_ENTRY 
> null}]
>   at 
> org.apache.jackrabbit.oak.plugins.document.util.ReadOnlyDocumentStoreWrapperFactory$1.invoke(ReadOnlyDocumentStoreWrapperFactory.java:38)
>   at com.sun.proxy.$Proxy0.findAndUpdate(Unknown Source)
>   at 
> org.apache.jackrabbit.oak.plugins.document.Checkpoints.getOldestRevisionToKeep(Checkpoints.java:149)
>   at 
> org.apache.jackrabbit.oak.plugins.document.VersionGCRecommendations.(VersionGCRecommendations.java:181)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10584) Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only

2023-12-14 Thread Stefan Egli (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796775#comment-17796775
 ] 

Stefan Egli commented on OAK-10584:
---

* [PR#1251|https://github.com/apache/jackrabbit-oak/pull/1251] created

> Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only
> 
>
> Key: OAK-10584
> URL: https://issues.apache.org/jira/browse/OAK-10584
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Minor
>  Labels: DetailedGC
>
> Below exception could occur and should be avoided:
> {noformat}
>   java.lang.UnsupportedOperationException: Method - findAndUpdate. Params: 
> [settings, key: checkpoint update {data.r17cea1494d3-0-1=REMOVE_MAP_ENTRY 
> null}]
>   at 
> org.apache.jackrabbit.oak.plugins.document.util.ReadOnlyDocumentStoreWrapperFactory$1.invoke(ReadOnlyDocumentStoreWrapperFactory.java:38)
>   at com.sun.proxy.$Proxy0.findAndUpdate(Unknown Source)
>   at 
> org.apache.jackrabbit.oak.plugins.document.Checkpoints.getOldestRevisionToKeep(Checkpoints.java:149)
>   at 
> org.apache.jackrabbit.oak.plugins.document.VersionGCRecommendations.(VersionGCRecommendations.java:181)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10584) Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only

2023-12-14 Thread Stefan Egli (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Egli updated OAK-10584:
--
Labels: DetailedGC  (was: )

> Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only
> 
>
> Key: OAK-10584
> URL: https://issues.apache.org/jira/browse/OAK-10584
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Minor
>  Labels: DetailedGC
>
> Below exception could occur and should be avoided:
> {noformat}
>   java.lang.UnsupportedOperationException: Method - findAndUpdate. Params: 
> [settings, key: checkpoint update {data.r17cea1494d3-0-1=REMOVE_MAP_ENTRY 
> null}]
>   at 
> org.apache.jackrabbit.oak.plugins.document.util.ReadOnlyDocumentStoreWrapperFactory$1.invoke(ReadOnlyDocumentStoreWrapperFactory.java:38)
>   at com.sun.proxy.$Proxy0.findAndUpdate(Unknown Source)
>   at 
> org.apache.jackrabbit.oak.plugins.document.Checkpoints.getOldestRevisionToKeep(Checkpoints.java:149)
>   at 
> org.apache.jackrabbit.oak.plugins.document.VersionGCRecommendations.(VersionGCRecommendations.java:181)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (OAK-10584) Checkpoints.getOldestRevisionToKeep shouldn't failed if called read-only

2023-12-14 Thread Stefan Egli (Jira)
Stefan Egli created OAK-10584:
-

 Summary: Checkpoints.getOldestRevisionToKeep shouldn't failed if 
called read-only
 Key: OAK-10584
 URL: https://issues.apache.org/jira/browse/OAK-10584
 Project: Jackrabbit Oak
  Issue Type: Task
  Components: documentmk
Reporter: Stefan Egli
Assignee: Stefan Egli


Below exception could occur and should be avoided:
{noformat}
  java.lang.UnsupportedOperationException: Method - findAndUpdate. Params: 
[settings, key: checkpoint update {data.r17cea1494d3-0-1=REMOVE_MAP_ENTRY null}]
at 
org.apache.jackrabbit.oak.plugins.document.util.ReadOnlyDocumentStoreWrapperFactory$1.invoke(ReadOnlyDocumentStoreWrapperFactory.java:38)
at com.sun.proxy.$Proxy0.findAndUpdate(Unknown Source)
at 
org.apache.jackrabbit.oak.plugins.document.Checkpoints.getOldestRevisionToKeep(Checkpoints.java:149)
at 
org.apache.jackrabbit.oak.plugins.document.VersionGCRecommendations.(VersionGCRecommendations.java:181)
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10579) Bump elasticsearch version to 8.11.3

2023-12-14 Thread Fabrizio Fortino (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fabrizio Fortino updated OAK-10579:
---
Summary: Bump elasticsearch version to 8.11.3  (was: Bump elasticsearch 
version to 8.11.2)

> Bump elasticsearch version to 8.11.3
> 
>
> Key: OAK-10579
> URL: https://issues.apache.org/jira/browse/OAK-10579
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: search, search-elastic
>Reporter: Fabrizio Fortino
>Assignee: Fabrizio Fortino
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10582) Build Jackrabbit/jackrabbit-oak-trunk #1306 failed

2023-12-14 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796756#comment-17796756
 ] 

Hudson commented on OAK-10582:
--

Previously failing build now is OK.
 Passed run: [Jackrabbit/jackrabbit-oak-trunk 
#1312|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1312/]
 [console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1312/console]

> Build Jackrabbit/jackrabbit-oak-trunk #1306 failed
> --
>
> Key: OAK-10582
> URL: https://issues.apache.org/jira/browse/OAK-10582
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-trunk #1306 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-trunk 
> #1306|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/]
>  [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10570) oak-run support for fullgc

2023-12-14 Thread Stefan Egli (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Egli updated OAK-10570:
--
Labels: DetailedGC  (was: )

> oak-run support for fullgc
> --
>
> Key: OAK-10570
> URL: https://issues.apache.org/jira/browse/OAK-10570
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk, oak-run
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Major
>  Labels: DetailedGC
> Fix For: 1.62.0
>
>
> As a follow-up of OAK-10347 we need a full-gc command which runs a full round 
> of detail gc (in DocumentNodeStore that is).
> (split-off from OAK-10382)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10382) oak-run support for flatfile

2023-12-14 Thread Stefan Egli (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Egli updated OAK-10382:
--
Labels: DetailedGC  (was: )

> oak-run support for flatfile
> 
>
> Key: OAK-10382
> URL: https://issues.apache.org/jira/browse/OAK-10382
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: oak-run
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Major
>  Labels: DetailedGC
> Fix For: 1.60.0
>
>
> As a follow-up of OAK-10347 we need a wrapper of the SimpleFlatFileUtil - 
> plus (potentially) a full-gc command which runs a full round of detail gc (in 
> DocumentNodeStore that is)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10583) repeat detailedGC also if provided scope not fully processed

2023-12-14 Thread Stefan Egli (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Egli updated OAK-10583:
--
Labels: DetailedGC  (was: )

> repeat detailedGC also if provided scope not fully processed
> 
>
> Key: OAK-10583
> URL: https://issues.apache.org/jira/browse/OAK-10583
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Minor
>  Labels: DetailedGC
>
> Currently {{needrepeat}} is not set if the provided (detailedGC) scope is 
> "complete", i.e. is reaching the oldest checkpoint or now - maxTimeMillis.
> However, in particular for the initial detailedGC run, the 
> PROGRESS_BATCH_SIZE will likely be hit and thus prevent the full scope to be 
> scanned.
> A repetition of GC will continue from where the batch-interrupted previous 
> run left off, however the {{needrepeat}} is not correctly set in this case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10583) repeat detailedGC also if provided scope not fully processed

2023-12-14 Thread Stefan Egli (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Egli updated OAK-10583:
--
Priority: Minor  (was: Major)

> repeat detailedGC also if provided scope not fully processed
> 
>
> Key: OAK-10583
> URL: https://issues.apache.org/jira/browse/OAK-10583
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: documentmk
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>Priority: Minor
>
> Currently {{needrepeat}} is not set if the provided (detailedGC) scope is 
> "complete", i.e. is reaching the oldest checkpoint or now - maxTimeMillis.
> However, in particular for the initial detailedGC run, the 
> PROGRESS_BATCH_SIZE will likely be hit and thus prevent the full scope to be 
> scanned.
> A repetition of GC will continue from where the batch-interrupted previous 
> run left off, however the {{needrepeat}} is not correctly set in this case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (OAK-10583) repeat detailedGC also if provided scope not fully processed

2023-12-14 Thread Stefan Egli (Jira)
Stefan Egli created OAK-10583:
-

 Summary: repeat detailedGC also if provided scope not fully 
processed
 Key: OAK-10583
 URL: https://issues.apache.org/jira/browse/OAK-10583
 Project: Jackrabbit Oak
  Issue Type: Task
  Components: documentmk
Reporter: Stefan Egli
Assignee: Stefan Egli


Currently {{needrepeat}} is not set if the provided (detailedGC) scope is 
"complete", i.e. is reaching the oldest checkpoint or now - maxTimeMillis.

However, in particular for the initial detailedGC run, the PROGRESS_BATCH_SIZE 
will likely be hit and thus prevent the full scope to be scanned.

A repetition of GC will continue from where the batch-interrupted previous run 
left off, however the {{needrepeat}} is not correctly set in this case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10582) Build Jackrabbit/jackrabbit-oak-trunk #1306 failed

2023-12-14 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796672#comment-17796672
 ] 

Hudson commented on OAK-10582:
--

Build is still failing.
Failed run: [Jackrabbit/jackrabbit-oak-trunk 
#1311|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1311/]
 [console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1311/console]

> Build Jackrabbit/jackrabbit-oak-trunk #1306 failed
> --
>
> Key: OAK-10582
> URL: https://issues.apache.org/jira/browse/OAK-10582
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-trunk #1306 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-trunk 
> #1306|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/]
>  [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10582) Build Jackrabbit/jackrabbit-oak-trunk #1306 failed

2023-12-14 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796670#comment-17796670
 ] 

Hudson commented on OAK-10582:
--

Build is still failing.
Failed run: [Jackrabbit/jackrabbit-oak-trunk 
#1310|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1310/]
 [console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1310/console]

> Build Jackrabbit/jackrabbit-oak-trunk #1306 failed
> --
>
> Key: OAK-10582
> URL: https://issues.apache.org/jira/browse/OAK-10582
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-trunk #1306 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-trunk 
> #1306|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/]
>  [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10582) Build Jackrabbit/jackrabbit-oak-trunk #1306 failed

2023-12-14 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796669#comment-17796669
 ] 

Hudson commented on OAK-10582:
--

Build is still failing.
Failed run: [Jackrabbit/jackrabbit-oak-trunk 
#1309|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1309/]
 [console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1309/console]

> Build Jackrabbit/jackrabbit-oak-trunk #1306 failed
> --
>
> Key: OAK-10582
> URL: https://issues.apache.org/jira/browse/OAK-10582
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-trunk #1306 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-trunk 
> #1306|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/]
>  [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10582) Build Jackrabbit/jackrabbit-oak-trunk #1306 failed

2023-12-14 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1779#comment-1779
 ] 

Hudson commented on OAK-10582:
--

Build is still failing.
Failed run: [Jackrabbit/jackrabbit-oak-trunk 
#1308|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1308/]
 [console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1308/console]

> Build Jackrabbit/jackrabbit-oak-trunk #1306 failed
> --
>
> Key: OAK-10582
> URL: https://issues.apache.org/jira/browse/OAK-10582
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-trunk #1306 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-trunk 
> #1306|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/]
>  [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10582) Build Jackrabbit/jackrabbit-oak-trunk #1306 failed

2023-12-14 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796662#comment-17796662
 ] 

Hudson commented on OAK-10582:
--

Build is still failing.
Failed run: [Jackrabbit/jackrabbit-oak-trunk 
#1307|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1307/]
 [console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1307/console]

> Build Jackrabbit/jackrabbit-oak-trunk #1306 failed
> --
>
> Key: OAK-10582
> URL: https://issues.apache.org/jira/browse/OAK-10582
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-trunk #1306 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-trunk 
> #1306|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/]
>  [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (OAK-10582) Build Jackrabbit/jackrabbit-oak-trunk #1306 failed

2023-12-14 Thread Hudson (Jira)
Hudson created OAK-10582:


 Summary: Build Jackrabbit/jackrabbit-oak-trunk #1306 failed
 Key: OAK-10582
 URL: https://issues.apache.org/jira/browse/OAK-10582
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: continuous integration
Reporter: Hudson


No description is provided

The build Jackrabbit/jackrabbit-oak-trunk #1306 has failed.
First failed run: [Jackrabbit/jackrabbit-oak-trunk 
#1306|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/]
 [console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10581) Remove mock stubbing at the end of the test method in AzureArchiveManagerTest.testWriteAfterLosingRepoLock

2023-12-14 Thread Miroslav Smiljanic (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Miroslav Smiljanic updated OAK-10581:
-
Description: 
Mock stubbing at the end of method 
[AzureArchiveManagerTest#testWriteAfterLosingRepoLock|https://github.com/apache/jackrabbit-oak/blob/4c2cac63eef3d9b538c8b855729f02b2090760a8/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/AzureArchiveManagerTest.java#L551]
 is causing the test to fail sometimes:

https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/org.apache.jackrabbit$oak-segment-azure/1301/testReport/junit/org.apache.jackrabbit.oak.segment.azure/AzureArchiveManagerTest/testWriteAfterLosingRepoLock/

 


> Remove mock stubbing at the end of the test method in 
> AzureArchiveManagerTest.testWriteAfterLosingRepoLock
> --
>
> Key: OAK-10581
> URL: https://issues.apache.org/jira/browse/OAK-10581
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: segment-azure
>Affects Versions: 1.60.0
>Reporter: Miroslav Smiljanic
>Assignee: Miroslav Smiljanic
>Priority: Major
>
> Mock stubbing at the end of method 
> [AzureArchiveManagerTest#testWriteAfterLosingRepoLock|https://github.com/apache/jackrabbit-oak/blob/4c2cac63eef3d9b538c8b855729f02b2090760a8/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/AzureArchiveManagerTest.java#L551]
>  is causing the test to fail sometimes:
> https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/org.apache.jackrabbit$oak-segment-azure/1301/testReport/junit/org.apache.jackrabbit.oak.segment.azure/AzureArchiveManagerTest/testWriteAfterLosingRepoLock/
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (OAK-10581) Remove mock stubbing at the end of the test method in AzureArchiveManagerTest.testWriteAfterLosingRepoLock

2023-12-14 Thread Miroslav Smiljanic (Jira)
Miroslav Smiljanic created OAK-10581:


 Summary: Remove mock stubbing at the end of the test method in 
AzureArchiveManagerTest.testWriteAfterLosingRepoLock
 Key: OAK-10581
 URL: https://issues.apache.org/jira/browse/OAK-10581
 Project: Jackrabbit Oak
  Issue Type: Task
  Components: segment-azure
Affects Versions: 1.60.0
Reporter: Miroslav Smiljanic
Assignee: Miroslav Smiljanic






--
This message was sent by Atlassian Jira
(v8.20.10#820010)