buildbot failure in ASF Buildbot on oak-trunk

2013-12-05 Thread buildbot
The Buildbot has detected a new failure on builder oak-trunk while building ASF 
Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk/builds/3928

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1548089
Blamelist: jukka

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2013-12-05 Thread Jukka Zitting
Hi,

On Thu, Dec 5, 2013 at 6:31 AM,  build...@apache.org wrote:
  http://ci.apache.org/builders/oak-trunk/builds/3928

My bad, fixed in revision 1548118.

BR,

Jukka Zitting


buildbot success in ASF Buildbot on oak-trunk

2013-12-05 Thread buildbot
The Buildbot has detected a restored build on builder oak-trunk while building 
ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk/builds/3931

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1548118
Blamelist: jukka

Build succeeded!

sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on oak-trunk

2013-12-05 Thread buildbot
The Buildbot has detected a new failure on builder oak-trunk while building ASF 
Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk/builds/3932

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1548122
Blamelist: alexparvulescu

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on oak-trunk

2013-12-05 Thread buildbot
The Buildbot has detected a restored build on builder oak-trunk while building 
ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk/builds/3933

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1548126
Blamelist: alexparvulescu

Build succeeded!

sincerely,
 -The Buildbot





occasional query test failure

2013-12-05 Thread Julian Reschke

Failed tests:   unicode[3](org.apache.jackrabbit.oak.jcr.query.QueryTest)
  unicode[0](org.apache.jackrabbit.oak.jcr.query.QueryTest)
  unicode[1](org.apache.jackrabbit.oak.jcr.query.QueryTest)
  unicode[2](org.apache.jackrabbit.oak.jcr.query.QueryTest)


buildbot failure in ASF Buildbot on oak-trunk

2013-12-05 Thread buildbot
The Buildbot has detected a new failure on builder oak-trunk while building ASF 
Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk/builds/3938

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1548204
Blamelist: tripod

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





Re: occasional query test failure

2013-12-05 Thread Julian Reschke

On 2013-12-05 17:59, Julian Reschke wrote:

Failed tests:   unicode[3](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[0](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[1](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[2](org.apache.jackrabbit.oak.jcr.query.QueryTest)


I note that this test case contains literal non-ASCII characters.

Grepping for more yields:

 find . -name *.java -exec grep -P -n [\x80-\xFF] {} ; -ls

38:for (char c : aäßzAZÄ09+㍠.toCharArray()) {
182958734866147118 -rw-rw-r--   1 jre  None 5458 Dec  2 
14:36 ./

oak-core/src/test/java/org/apache/jackrabbit/oak/query/ast/FullTextTest.java
64:{three, äöü},
66:{one, ㍠㍡㍢㍣㍤㍥㍦㍧㍨㍩},
29554872557645515   20 -rw-rw-r--   1 jre  None18294 Dec  2 
14:36 ./

oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/query/QueryTest.java

We probably should fix these.


Re: occasional query test failure

2013-12-05 Thread Julian Reschke

On 2013-12-05 18:48, Julian Reschke wrote:

On 2013-12-05 17:59, Julian Reschke wrote:

Failed tests:   unicode[3](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[0](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[1](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[2](org.apache.jackrabbit.oak.jcr.query.QueryTest)


I note that this test case contains literal non-ASCII characters.

Grepping for more yields:

  find . -name *.java -exec grep -P -n [\x80-\xFF] {} ; -ls

38:for (char c : aäßzAZÄ09+㍠.toCharArray()) {
182958734866147118 -rw-rw-r--   1 jre  None 5458 Dec  2
14:36 ./
oak-core/src/test/java/org/apache/jackrabbit/oak/query/ast/FullTextTest.java

64:{three, äöü},
66:{one, ㍠㍡㍢㍣㍤㍥㍦㍧㍨㍩},
29554872557645515   20 -rw-rw-r--   1 jre  None18294 Dec  2
14:36 ./
oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/query/QueryTest.java

We probably should fix these.


Done in r1548225.




Re: occasional query test failure

2013-12-05 Thread Alex Parvulescu
Hi,

This was introduced with OAK-1245 and I think Marcel filed a bug for it
(OAK-1258) so you could probablymark it as fixed now.

best,
alex

https://issues.apache.org/jira/browse/OAK-1258
https://issues.apache.org/jira/browse/OAK-1245





On Thu, Dec 5, 2013 at 7:12 PM, Julian Reschke julian.resc...@gmx.dewrote:

 On 2013-12-05 18:48, Julian Reschke wrote:

 On 2013-12-05 17:59, Julian Reschke wrote:

 Failed tests:   unicode[3](org.apache.jackrabbit.oak.jcr.query.
 QueryTest)
unicode[0](org.apache.jackrabbit.oak.jcr.query.QueryTest)
unicode[1](org.apache.jackrabbit.oak.jcr.query.QueryTest)
unicode[2](org.apache.jackrabbit.oak.jcr.query.QueryTest)


 I note that this test case contains literal non-ASCII characters.

 Grepping for more yields:

   find . -name *.java -exec grep -P -n [\x80-\xFF] {} ; -ls

 38:for (char c : aäßzAZÄ09+㍠.toCharArray()) {
 182958734866147118 -rw-rw-r--   1 jre  None 5458 Dec  2
 14:36 ./
 oak-core/src/test/java/org/apache/jackrabbit/oak/query/
 ast/FullTextTest.java

 64:{three, äöü},
 66:{one, ㍠㍡㍢㍣㍤㍥㍦㍧㍨㍩},
 29554872557645515   20 -rw-rw-r--   1 jre  None18294 Dec  2
 14:36 ./
 oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/query/QueryTest.java

 We probably should fix these.


 Done in r1548225.





buildbot success in ASF Buildbot on oak-trunk

2013-12-05 Thread buildbot
The Buildbot has detected a restored build on builder oak-trunk while building 
ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk/builds/3943

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1548355
Blamelist: jukka

Build succeeded!

sincerely,
 -The Buildbot





Question about Oak search/query.

2013-12-05 Thread Ian Boston
Hi,
IIUC Search type queries will use Solr. I would like to verify some
things for my own curiosity.

Will the search index contain access control information or will the
search results be filtered as each result is retrieved ?

If the number of terms in the query exceeds the number of terms
supported by Solr, does the Oak handle that transparently ?

Best Regards
Ian


Question about MVCC with MongoMK.

2013-12-05 Thread Ian Boston
Hi,

Is it possible to branch an Oak repository and maintain a detached
root node for a period of time that one or more Oak instances attached
to a MongoDB instance can follow for a short period of time before
merging the branch back into the main tree ?

Although there may be conflicting changes, I would like the main tree
to take precedence on merge.

I am thinking of a cluster containing a number of instances where
changes are made to a subset of the cluster prior to allow those
changes to tested before the whole cluster is exposed to those
changes. ie managed repository content upgrade.

Best Regards
Ian


Question: In Repository Index file.

2013-12-05 Thread Ian Boston
Hi,
In Oak when a index is stored in the repository, how is it updated
when the repository is MongoDB backed and there are multiple JVM
processes connected to the MongoDB ?

Also if using SolrCloud as a search index, is it possible to fallback
to an internal repository stored index if the the SolrCloud index
becomes unavailable ?

TIA,
Best Regards
Ian