Re: [doc site] Missing page in nav (Direct binary access)

2018-12-20 Thread Julian Reschke

On 2018-12-21 02:39, Alexander Klimetschek wrote:

This page

https://jackrabbit.apache.org/oak/docs/features/direct-binary-access.html

is not linked in the navigation on the documentation home page or any other 
page I tried:

https://jackrabbit.apache.org/oak/docs/index.html

A bug in the site generation?

Cheers,
Alex


Hmmm:



Index: oak-doc/src/site/site.xml
===
--- oak-doc/src/site/site.xml   (Revision 1838618)
+++ oak-doc/src/site/site.xml   (Revision 1838619)
@@ -51,7 +51,9 @@
 
 
   
-  
+  
+  
+  
   
 
 


Maybe a nesting problem? ("features" != "plugins"...)

Best regards, Julian


[doc site] Missing page in nav (Direct binary access)

2018-12-20 Thread Alexander Klimetschek
This page

https://jackrabbit.apache.org/oak/docs/features/direct-binary-access.html

is not linked in the navigation on the documentation home page or any other 
page I tried:

https://jackrabbit.apache.org/oak/docs/index.html

A bug in the site generation?

Cheers,
Alex

Re: How does oak cluster work

2018-12-20 Thread ems eril
Hi Marcel , thanks for the information . I would love to understand the use
cases for having long lived snapshots in oak . Would you be able for
provide specific examples or functions within oak that needs this
capability ?

On Wed, Dec 19, 2018 at 12:43 AM Marcel Reutegger
 wrote:

> Hi,
>
> On 18.12.18, 01:55, "ems eril"  wrote:
> > 1) Is this a blocking call ? And any plans for callback or java future
> > support?
>
> Yes, Clusterable.isVisible() is a blocking call and you can give it a
> timeout.
> There are no plans right now to add an async variant of this feature.
>
> > 2) Is there any JCR level API we can use as its currently very low level
> ?
>
> No, there is no JCR/Jackrabbit API equivalent for this feature.
>
> > If not is Sling have any plans to use this ?
>
> You will have to ask this on the Sling list.
>
> > 3) Any reason why documentstore needs to implement revision snapshotting
> ?
> > Why can we leverage existing documentstore database capabilities such as
> > mongo https://docs.mongodb.com/manual/core/wiredtiger/ as most support
> MVCC
>
> In Oak we have the requirement to keep a snapshot of the repository for a
> longer
> period of time and not just for concurrency control. E.g. you can create a
> checkpoint
> with a lifetime of several days or even months [0].
>
> Regards
>  Marcel
>
> [0]
> https://jackrabbit.apache.org/oak/docs/apidocs/org/apache/jackrabbit/oak/spi/state/NodeStore.html#checkpoint-long-java.util.Map-
>
>


[RESULT][VOTE] Release Apache Jackrabbit Oak 1.8.10

2018-12-20 Thread Davide Giannella
Hello Team,

the vote passes as follows:

+1 Julian Reschke
+1 Matt Ryan
+1 Davide Giannella
+1 Woonsan Ko

Thanks for voting. I'll push the release out.

-- Davide