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

Marcel Reutegger commented on OAK-9575:
---------------------------------------

bq. creating new DocumentNodeStore and Repository objects without restarting 
the application

It will work if you can ensure the application does not retain any references 
to the old repository and associated objects (sessions, nodes, properties, 
event listeners etc.). Any component that still uses those old objects will 
eventually fail or potentially behave in an unpredictable way.

> Oak instance failed to update the lease in time
> -----------------------------------------------
>
>                 Key: OAK-9575
>                 URL: https://issues.apache.org/jira/browse/OAK-9575
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: oak-run
>    Affects Versions: 1.22.6
>            Reporter: Ankush Nagapure
>            Priority: Major
>
> We get below error rarely but whenever it occur, each time we have to restart 
> our applications which uses jackrabbit oak API for creating content 
> repositories.
> Exception: 
> {code:java}
> This oak instance failed to update the lease in time and can therefore no 
> longer access this DocumentNodeStore.
>  at 
> org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo.leaseExpired(ClusterNodeInfo.java:1290)
>  at 
> org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo.renewLease(ClusterNodeInfo.java:912)
>  at 
> org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.renewClusterIdLease(DocumentNodeStore.java:2206)
>  at 
> org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore$BackgroundLeaseUpdate.execute(DocumentNodeStore.java:3333)
>  at 
> org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore$NodeStoreTask.run(DocumentNodeStore.java:3223)
>  at java.lang.Thread.run(Thread.java:748){code}
> We are using 1.22.6 release version of OAK. Is there any resolution or 
> support given for this in new releases, if yes can you please suggest to 
> avoid manual restart of applications. 
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to