Lucene index not created/picked by query engine

2020-04-21 Thread Vivek Kamble
Hi, Im using jackrabbit oak version 1.10.8, Im trying to configure lucene indexes, refered,https://gist.github.com/chetanmeh/c1ccc4fa588ed1af467b, but query is not picking up luecen index, test ended up with warning, "Traversed 1000 nodes with filter Filter, consider creating an index or changing

Bulk workspace. move performance issue

2019-12-19 Thread Vivek Kamble
Hi Dev's, We are implementing bulk move operation,using JCR API, workspace.move Like following /Nt:folder1/Nt:folder2/CustomFolder/nt:file Will move CustomFolder with files,Custom folder count is close to 15000 and files are close to 10. While we are successful in moving files, but it's ve

Re: Oak Repository Startup time issue

2019-11-27 Thread Vivek Kamble
? Could you please define, What exactly you mean by Scaling? 3) Did you try whether putting them into a child folder changes things? Yes, As the number of child node of Root increase, thus the Startup time.n Wed, 27 Nov, 2019, 9:41 PM Julian Reschke, wrote: > On 27.11.2019 15:28, Vi

Re: Oak Repository Startup time issue

2019-11-27 Thread Vivek Kamble
> > Re 1): Yes. Don't do it. The startup time will increase when creating > the initial root state. > Re 2): It's all because of 1) > > Best regards, > Manfred > > On 11/27/2019 3:28 PM, Vivek Kamble wrote: > > Hi Jackrabbit/Oak Team, > > > >

Oak Repository Startup time issue

2019-11-27 Thread Vivek Kamble
Hi Jackrabbit/Oak Team, We are facing issue while repository startup, As number of direct child nodes of Root node are huge in number. The number of child node is close to million. Below is Repository startup code, final RDBOptions options = new RDBOptions().tab

Session.move() performance optimization

2019-09-18 Thread Vivek Kamble
Hello All, We are facing issue on session.move() operation. The issue is slow movement of nodes when bulk of nodes as moved. As per this mail-trail, https://markmail.org/thread/bhn4h5jtsywzdgqd and last mail by Alex, Can anyone help me on, speeding up move operation. Whether it is advised to avoid

Oak versioning restore issue for leaf custom nodes

2019-01-14 Thread Vivek Kamble
I have been trying versioning and restore of tree, As Seen in attached picture i have following hierarchy of node. Please refer attached image Root Node | Custom Child node of Type nt:folder, mix:versionable | Child Node of nt:folder Type | Custome Childe Node of

Re: Node versioning, Custom attribute lost on versioning

2019-01-10 Thread Vivek Kamble
Next()){ final Version version = versionItrator.nextVersion(); final Node idNode = version.getFrozenNode(); if (idNode.hasProperty("")){ // For JCR:rootVersion its not present and for version 1.0 it printing latest checkedin property //Print It } } Thanks In advanced On Thu, Ja

Node versioning, Custom attribute lost on versioning

2019-01-10 Thread Vivek Kamble
Hi team, Question is regarding versioning of node, Step 1) If a Custom node which is of type mix:versionable and with custom properties is added as child of root node. using Node node=rootNode.addNode(name, type); node.addMixin("mix:versionable"); setFolderNodeAttributes(cutomMetadat

Clustering Support for RDBMS(postgres)

2018-10-23 Thread Vivek Kamble
Hi Dev team, We are currently configured oak(1.6) with Postgres and AWS S3. As per documentation link for clustering https://jackrabbit.apache.org/oak/docs/clustering.html RDBMs is work in progress. So with current setup how can cluster the oak nodes? Or it will work aftert Clustering support fo

Oak-benchmark readme issue

2018-04-09 Thread Vivek Kamble
Hi team, As per readme file of oak-benchmark Java -jar command need correction. >From Java -jar oak-run* to Java -jar oak-benchmark

Re: Oak benchmark POM error

2018-03-29 Thread Vivek Kamble
Hi Alex, Thanks. It solved my issue Hi Vivek, This is normal as you are building benchmark project from the trunk directly so it will reference SNAPSHOT versions of the rest of the bundles from oak. The fix is to run a 'maven install' once on the root of the project, this will install all th