You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Davide Giannella <da...@apache.org> on 2015/11/16 17:43:58 UTC

[VOTE] Release Apache Jackrabbit Oak 1.2.8

A candidate for the Jackrabbit Oak 1.2.8 release is available at:

    https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.8/

The release candidate is a zip archive of the sources in:

   
https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.2.8/

The SHA1 checksum of the archive is
3f45dcdc695a7f7e94bab6064d482a4d54a7c1aa.

A staged Maven repository is available for review at:

    https://repository.apache.org/

The command for running automated checks against this release candidate is:

    $ sh check-release.sh oak 1.2.8 3f45dcdc695a7f7e94bab6064d482a4d54a7c1aa

Please vote on releasing this package as Apache Jackrabbit Oak 1.2.8.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

    [ ] +1 Release this package as Apache Jackrabbit Oak 1.2.8
    [ ] -1 Do not release this package because...


Re: [VOTE] Release Apache Jackrabbit Oak 1.2.8

Posted by Alex Parvulescu <al...@gmail.com>.
[X] +1 Release this package as Apache Jackrabbit Oak 1.2.8

On Mon, Nov 16, 2015 at 5:43 PM, Davide Giannella <da...@apache.org> wrote:

> A candidate for the Jackrabbit Oak 1.2.8 release is available at:
>
>     https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.8/
>
> The release candidate is a zip archive of the sources in:
>
>
> https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.2.8/
>
> The SHA1 checksum of the archive is
> 3f45dcdc695a7f7e94bab6064d482a4d54a7c1aa.
>
> A staged Maven repository is available for review at:
>
>     https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
>     $ sh check-release.sh oak 1.2.8
> 3f45dcdc695a7f7e94bab6064d482a4d54a7c1aa
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.2.8.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>     [ ] +1 Release this package as Apache Jackrabbit Oak 1.2.8
>     [ ] -1 Do not release this package because...
>
>

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.8

Posted by Davide Giannella <da...@apache.org>.
[ ] +1 Release this package as Apache Jackrabbit Oak 1.2.8

Davide



Re: [VOTE] Release Apache Jackrabbit Oak 1.2.8

Posted by Julian Reschke <ju...@gmx.de>.
On 2015-11-17 07:43, Chetan Mehrotra wrote:
> After rerunning the build with -PintegrationTesting,unittesting the
> build failed with 2 test failures on RDB [1]
> ...

Are these reproducible with Derby?

(-Dnsfixtures=DOCUMENT_RDB -Prdb-derby
-Drdb.jdbc-url=jdbc:derby:foo\;create=true)

Best regards, Julian

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.8

Posted by Michael Dürig <md...@apache.org>.
These also fail for a while now on Jenkins:

https://issues.apache.org/jira/browse/OAK-2655
https://issues.apache.org/jira/browse/OAK-2714

Michael


On 17.11.15 7:43 , Chetan Mehrotra wrote:
> After rerunning the build with -PintegrationTesting,unittesting the
> build failed with 2 test failures on RDB [1]
>
> ----
> A)
> testAddNode[RDBDocumentStore on
> jdbc:h2:file:./target/oaktest](org.apache.jackrabbit.oak.jcr.OrderableNodesTest)
>   Time elapsed: 10.519 sec  <<< ERROR!
> javax.jcr.InvalidItemStateException: Failed to register node types.
> at org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:239)
> at org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager.registerNodeTypes(ReadWriteNodeTypeManager.java:156)
> ...
> Caused by: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException:
> update of 3:/jcr:system/jcr:nodeTypes/mix:created failed, race
> condition?
> at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.internalCreateOrUpdate(RDBDocumentStore.java:959)
> at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.createOrUpdate(RDBDocumentStore.java:280)
> at org.apache.jackrabbit.oak.plugins.document.Commit.createOrUpdateNode(Commit.java:472)
> at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:370)
> at org.apache.jackrabbit.oak.plugins.document.Commit.prepare(Commit.java:241)
> at org.apache.jackrabbit.oak.plugins.document.Commit.apply(Commit.java:207)
>
> B)
> propertyIndexVersusNodeTypeIndex[RDBDocumentStore on
> jdbc:h2:file:./target/oaktest](org.apache.jackrabbit.oak.jcr.query.QueryPlanTest)
>   Time elapsed: 10.444 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.jackrabbit.oak.api.CommitFailedException: OakMerge0001:
> OakMerge0001: Failed to merge changes to the underlying store (retries
> 5, 6077 ms)
> at org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer.initialize(OakInitializer.java:64)
> at org.apache.jackrabbit.oak.Oak.createContentRepository(Oak.java:565)
> at org.apache.jackrabbit.oak.jcr.Jcr.createRepository(Jcr.java:202)
> at org.apache.jackrabbit.oak.jcr.AbstractRepositoryTest.createRepository(AbstractRepositoryTest.java:125)
> ....
> Caused by: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException:
> update of 2:/oak:index/nodetype failed, race condition?
> at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.internalCreateOrUpdate(RDBDocumentStore.java:959)
> at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.createOrUpdate(RDBDocumentStore.java:280)
> ----
>
> Probably these are intermittent failures.
>
> However bit unsure for B) - As there exception comes just in the
> OakInitializer.initialize call which should be single threaded. So not
> sure why there was a conflict
>
> Chetan Mehrotra
> [1] https://paste.apache.org/ngsL
>
>
> On Tue, Nov 17, 2015 at 10:42 AM, Chetan Mehrotra
> <ch...@gmail.com> wrote:
>> Looks like running  check-release.sh for 1.2.8 build (or 1.2 branch)
>> is not triggering testcase. It looks like Marcel raised this earlier
>> also at [1]. Would followup there
>>
>> Chetan Mehrotra
>> [1] http://markmail.org/thread/f5uvng2b2yvqu7ix
>>
>>
>> On Tue, Nov 17, 2015 at 12:49 AM, Julian Reschke <ju...@gmx.de> wrote:
>>> On 2015-11-16 17:43, Davide Giannella wrote:
>>>>
>>>> ...
>>>
>>>
>>> [X] +1 Release this package as Apache Jackrabbit Oak 1.2.8
>>>
>>> Best regards, Julian
>>>

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.8

Posted by Chetan Mehrotra <ch...@gmail.com>.
After rerunning the build with -PintegrationTesting,unittesting the
build failed with 2 test failures on RDB [1]

----
A)
testAddNode[RDBDocumentStore on
jdbc:h2:file:./target/oaktest](org.apache.jackrabbit.oak.jcr.OrderableNodesTest)
 Time elapsed: 10.519 sec  <<< ERROR!
javax.jcr.InvalidItemStateException: Failed to register node types.
at org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:239)
at org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager.registerNodeTypes(ReadWriteNodeTypeManager.java:156)
...
Caused by: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException:
update of 3:/jcr:system/jcr:nodeTypes/mix:created failed, race
condition?
at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.internalCreateOrUpdate(RDBDocumentStore.java:959)
at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.createOrUpdate(RDBDocumentStore.java:280)
at org.apache.jackrabbit.oak.plugins.document.Commit.createOrUpdateNode(Commit.java:472)
at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:370)
at org.apache.jackrabbit.oak.plugins.document.Commit.prepare(Commit.java:241)
at org.apache.jackrabbit.oak.plugins.document.Commit.apply(Commit.java:207)

B)
propertyIndexVersusNodeTypeIndex[RDBDocumentStore on
jdbc:h2:file:./target/oaktest](org.apache.jackrabbit.oak.jcr.query.QueryPlanTest)
 Time elapsed: 10.444 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.jackrabbit.oak.api.CommitFailedException: OakMerge0001:
OakMerge0001: Failed to merge changes to the underlying store (retries
5, 6077 ms)
at org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer.initialize(OakInitializer.java:64)
at org.apache.jackrabbit.oak.Oak.createContentRepository(Oak.java:565)
at org.apache.jackrabbit.oak.jcr.Jcr.createRepository(Jcr.java:202)
at org.apache.jackrabbit.oak.jcr.AbstractRepositoryTest.createRepository(AbstractRepositoryTest.java:125)
....
Caused by: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException:
update of 2:/oak:index/nodetype failed, race condition?
at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.internalCreateOrUpdate(RDBDocumentStore.java:959)
at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.createOrUpdate(RDBDocumentStore.java:280)
----

Probably these are intermittent failures.

However bit unsure for B) - As there exception comes just in the
OakInitializer.initialize call which should be single threaded. So not
sure why there was a conflict

Chetan Mehrotra
[1] https://paste.apache.org/ngsL


On Tue, Nov 17, 2015 at 10:42 AM, Chetan Mehrotra
<ch...@gmail.com> wrote:
> Looks like running  check-release.sh for 1.2.8 build (or 1.2 branch)
> is not triggering testcase. It looks like Marcel raised this earlier
> also at [1]. Would followup there
>
> Chetan Mehrotra
> [1] http://markmail.org/thread/f5uvng2b2yvqu7ix
>
>
> On Tue, Nov 17, 2015 at 12:49 AM, Julian Reschke <ju...@gmx.de> wrote:
>> On 2015-11-16 17:43, Davide Giannella wrote:
>>>
>>> ...
>>
>>
>> [X] +1 Release this package as Apache Jackrabbit Oak 1.2.8
>>
>> Best regards, Julian
>>

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.8

Posted by Chetan Mehrotra <ch...@gmail.com>.
Looks like running  check-release.sh for 1.2.8 build (or 1.2 branch)
is not triggering testcase. It looks like Marcel raised this earlier
also at [1]. Would followup there

Chetan Mehrotra
[1] http://markmail.org/thread/f5uvng2b2yvqu7ix


On Tue, Nov 17, 2015 at 12:49 AM, Julian Reschke <ju...@gmx.de> wrote:
> On 2015-11-16 17:43, Davide Giannella wrote:
>>
>> ...
>
>
> [X] +1 Release this package as Apache Jackrabbit Oak 1.2.8
>
> Best regards, Julian
>

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.8

Posted by Julian Reschke <ju...@gmx.de>.
On 2015-11-16 17:43, Davide Giannella wrote:
> ...

[X] +1 Release this package as Apache Jackrabbit Oak 1.2.8

Best regards, Julian