Re: Fwd: new atomicCounter support (OAK-2220)

2016-01-14 Thread Davide Giannella
On 13/01/2016 06:21, Torgeir Veimo wrote: > Is there any plans to introduce a cluster safe mechanism of providing > unique counter values? > > Most applications where a sequence is used doesn't require full > sequentiality, but rather a unique number that is easier to memorize / > write than uuids

OAK-3884 for UDBBroadcaster

2016-01-14 Thread Philipp Suter
Hi I added a small patch to https://issues.apache.org/jira/browse/OAK-3884 that could fix the broadcast unit tests for UDBBroadcaster. It seems the loopback interface is not allowing broadcasting on *NIX systems. The broadcasting IP has to be found dynamically for a test execution.

Re: [DISCUSS] avoid bad commits with mis-behaving clock

2016-01-14 Thread Julian Reschke
On 2016-01-14 17:36, Vikas Saurabh wrote: Opened OAK-3883 for this. Have added following: * We can start self-destrucut mode while updating lease * Revision creation should check that newly created revision isn't beyond leaseEnd time * Implementation done for OAK-2682 might be useful to

[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 674 - Still Failing

2016-01-14 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #674) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/674/ to view the results. Changes: No changes Test results: 1 tests failed. FAILED:

Re: [DISCUSS] avoid bad commits with mis-behaving clock

2016-01-14 Thread Marcel Reutegger
Hi, On 14/01/16 01:26, "Vikas Saurabh" wrote: >There's a bit of respite on trunk (due to [1] and friends) and a >sequence of events like {{t1 -> update lease}}, {{t2=t1+7.5hrs -> >commit}} would lead to a shutdown as a big jump like 7.5 hours would >be beyond lease end time. BUT, if there's lease

[jira] [Commented] (JCR-3929) Can not create new repository

2016-01-14 Thread Anton P. (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15098022#comment-15098022 ] Anton P. commented on JCR-3929: --- Hi, Julian, I can reproduce it for jackrabbit-core 2.10.1 too.

[jira] [Comment Edited] (JCR-3929) Can not create new repository

2016-01-14 Thread Anton P. (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15098022#comment-15098022 ] Anton P. edited comment on JCR-3929 at 1/14/16 12:16 PM: - Hi, Julian, I can

[jira] [Commented] (JCRVLT-100) FileVault requires access to root node

2016-01-14 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/JCRVLT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15098082#comment-15098082 ] Marius Petria commented on JCRVLT-100: -- [~tripod] what do you mean by rooted packages? AFAICS

Re: svn commit: r1724598 - in /jackrabbit/oak/trunk/oak-core/src: main/java/org/apache/jackrabbit/oak/api/ main/java/org/apache/jackrabbit/oak/plugins/document/rdb/ main/java/org/apache/jackrabbit/oak

2016-01-14 Thread Chetan Mehrotra
On Thu, Jan 14, 2016 at 6:40 PM, wrote: > > jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Blob.java > > jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDocumentStore.java > >

Re: svn commit: r1724598 - in /jackrabbit/oak/trunk/oak-core/src: main/java/org/apache/jackrabbit/oak/api/ main/java/org/apache/jackrabbit/oak/plugins/document/rdb/ main/java/org/apache/jackrabbit/oak

2016-01-14 Thread Julian Reschke
On 2016-01-14 14:13, Chetan Mehrotra wrote: On Thu, Jan 14, 2016 at 6:40 PM, wrote: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Blob.java

[jira] [Commented] (JCR-3929) Can not create new repository

2016-01-14 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15098043#comment-15098043 ] Julian Reschke commented on JCR-3929: - Proposal: write a unit test that reproduces the problem; then see

Re: svn commit: r1724598 - in /jackrabbit/oak/trunk/oak-core/src: main/java/org/apache/jackrabbit/oak/api/ main/java/org/apache/jackrabbit/oak/plugins/document/rdb/ main/java/org/apache/jackrabbit/oak

2016-01-14 Thread Julian Reschke
On 2016-01-14 14:13, Chetan Mehrotra wrote: On Thu, Jan 14, 2016 at 6:40 PM, wrote: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Blob.java

jackrabbit-oak build #7182: Broken

2016-01-14 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #7182 Status: Broken Duration: 783 seconds Commit: 9246ffad0de67253d7bfc3e46ac9872ac7c234f0 (trunk) Author: Julian Reschke Message: fix svn:eol-style git-svn-id:

Re: [DISCUSS] avoid bad commits with mis-behaving clock

2016-01-14 Thread Vikas Saurabh
Opened OAK-3883 for this. Have added following: * We can start self-destrucut mode while updating lease * Revision creation should check that newly created revision isn't beyond leaseEnd time * Implementation done for OAK-2682 might be useful to summarize suggestions from this thread. @Julian, if

[Oak origin/1.0] Apache Jackrabbit Oak matrix - Build # 677 - Still Failing

2016-01-14 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #677) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/677/ to view the results. Changes: [reschke] OAK-3872: RDBBlobStore - fix problem when cleaning

[Oak origin/1.2] Apache Jackrabbit Oak matrix - Build # 675 - Still Failing

2016-01-14 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #675) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/675/ to view the results. Changes: [reschke] OAK-3872: RDBBlobStore - fix problem when cleaning

jackrabbit-oak build #7187: Fixed

2016-01-14 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #7187 Status: Fixed Duration: 2603 seconds Commit: 5b479686fa31ba62e190735caacb45a4ef371da2 (trunk) Author: Chetan Mehrotra Message: OAK-3819 - Collect and expose statistics related to Segment FileStore

Re: OAK-3884 for UDBBroadcaster

2016-01-14 Thread Philipp Suter
The patch is for unit tests “only”. It executes the unit tests on the first interface address that has the BROADCAST option already configured. Such the loopback interface is not taken into account. The test will fail if there is no interface address that has the BROADCAST option configured.

Re: OAK-3884 for UDBBroadcaster

2016-01-14 Thread Ian Boston
Hi, Does the patch work ? According to the answer in the serverfault article referenced in OAK-3884 it should not I tried the pattern referenced on OSX using nc and it doesn't work. The original poster seems to think it works, but those answering disagree and the posted wasn't able to tell them

[jira] [Updated] (JCR-3929) Can not create new repository

2016-01-14 Thread Anton P. (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton P. updated JCR-3929: -- Attachment: JCR_3929.patch > Can not create new repository > - > >

[jira] [Commented] (JCR-3929) Can not create new repository

2016-01-14 Thread Anton P. (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15098203#comment-15098203 ] Anton P. commented on JCR-3929: --- I've attached JCR_3929.patch. Please take a look. > Can not create new

Re: Running tests without the baseline check?

2016-01-14 Thread Davide Giannella
On 11/01/2016 17:13, Francesco Mari wrote: > I don't have a better solution to it. The baseline check is not a test, and > it should not be deactivated when skipTests is true. As pointed out by > Robert, the baseline goal already has its own property to skip itself > (baseline.skip), so I see no