[jira] [Resolved] (OAK-10519) Export metrics from indexing job

2023-11-16 Thread Nuno Santos (Jira)


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

Nuno Santos resolved OAK-10519.
---
Fix Version/s: 1.60.0
   Resolution: Done

> Export metrics from indexing job
> 
>
> Key: OAK-10519
> URL: https://issues.apache.org/jira/browse/OAK-10519
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: indexing
>Reporter: Nuno Santos
>Priority: Minor
> Fix For: 1.60.0
>
>




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


[jira] [Commented] (OAK-9796) oak-segment-remote and oak-segment-aws Redis tests fail with ARM processor (Apple M1)

2023-11-16 Thread Marcel Reutegger (Jira)


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

Marcel Reutegger commented on OAK-9796:
---

PersistentRedisCacheTest now also fails on Mac OS Sonoma with Intel processor.

Proposed fix switches to a more recent version/fork of embedded-redis: 
https://github.com/apache/jackrabbit-oak/pull/1218

> oak-segment-remote and oak-segment-aws Redis tests fail with ARM processor 
> (Apple M1)
> -
>
> Key: OAK-9796
> URL: https://issues.apache.org/jira/browse/OAK-9796
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: segment-aws
>Reporter: Thomas Mueller
>Priority: Major
>  Labels: arm
> Fix For: 1.42.0, 1.22.11
>
>
>  I'm can't build oak-segment-remote with my new laptop (Apple M1 chip) due to 
> https://github.com/kstyrc/embedded-redis/issues/51 - looks like 
> https://github.com/kstyrc/embedded-redis is used, which uses an ancient 
> version of Redis.
> There is a fork of https://github.com/kstyrc/embedded-redis that seems more 
> up-to-date: https://github.com/ozimov/embedded-redis. The last commit there 
> was in 2020. The issue https://github.com/kstyrc/embedded-redis/issues/51 was 
> fixed a bit later. So switching to that embedded Redis version doesn't 
> resolve the issue either.
> If Redis isn't available, then the test shouldn't fail... instead, the test 
> should be skipped. this is what we do for mongodb: if it isn't available, 
> then those tests are not run.



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


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

2023-11-16 Thread Hudson (Jira)


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

Hudson commented on OAK-10536:
--

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

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



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


[jira] [Created] (OAK-10554) LastRevRecoveryRandomizedIT test seems to be flaky

2023-11-16 Thread Nuno Santos (Jira)
Nuno Santos created OAK-10554:
-

 Summary: LastRevRecoveryRandomizedIT test seems to be flaky
 Key: OAK-10554
 URL: https://issues.apache.org/jira/browse/OAK-10554
 Project: Jackrabbit Oak
  Issue Type: Bug
Reporter: Nuno Santos


The failure below was observed in a CI in a run that was preceded and followed 
by other runs where the test did not fail, without apparently any change to the 
code that could have affected this test. 
{noformat}
14:53:23  [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 1.247 s <<< FAILURE! - in 
org.apache.jackrabbit.oak.plugins.document.LastRevRecoveryRandomizedIT
14:53:23  [ERROR] 
randomized(org.apache.jackrabbit.oak.plugins.document.LastRevRecoveryRandomizedIT)
  Time elapsed: 1.247 s  <<< ERROR!
14:53:23  org.apache.jackrabbit.oak.plugins.document.DocumentStoreException: 
Configured cluster node id 1 already in use: needs recovery and was unable to 
perform it myself
14:53:23at 
org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo.createInstance(ClusterNodeInfo.java:629)
14:53:23at 
org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo.getInstance(ClusterNodeInfo.java:471)
14:53:23at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.(DocumentNodeStore.java:607)
14:53:23at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBuilder.build(DocumentNodeStoreBuilder.java:176)
14:53:23at 
org.apache.jackrabbit.oak.plugins.document.DocumentMK$Builder.getNodeStore(DocumentMK.java:481)
14:53:23at 
org.apache.jackrabbit.oak.plugins.document.LastRevRecoveryRandomizedIT.checkStore(LastRevRecoveryRandomizedIT.java:262)
14:53:23at 
org.apache.jackrabbit.oak.plugins.document.LastRevRecoveryRandomizedIT.randomized(LastRevRecoveryRandomizedIT.java:133)
14:53:23at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}



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