[
https://issues.apache.org/jira/browse/JCR-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting updated JCR-1657:
-------------------------------
Fix Version/s: core 1.4.6
Merged to the 1.4 branch in revision 695958.
> Cluster revision entries should be retrieved in order
> -----------------------------------------------------
>
> Key: JCR-1657
> URL: https://issues.apache.org/jira/browse/JCR-1657
> Project: Jackrabbit
> Issue Type: Bug
> Components: jackrabbit-core
> Affects Versions: 1.3.3
> Environment: Clustered
> Reporter: Martijn Hendriks
> Fix For: core 1.4.6
>
> Attachments: JCR-1657.patch
>
>
> The selectRevisionStmtSQL (DatabaseJournal#buildSqlStatements) returns a
> result set which may not be ordered by REVISION_ID. This has the effect that
> cluster instances that want to synchronize to the latest revision do not
> update their local revision appropriately since they assume that the revision
> result set is ordered (see code in AbstractJournal#doSync). This might cause
> a lot of unnecessary CPU cycles on these machines with degraded performance
> as a result. Furthermore, it causes functional issues as well as events may
> be fired multiple times and in the wrong order.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.