Issue Details (XML | Word | Printable)

Key: GALAXY-351
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Andrew Perepelytsya
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Galaxy

Upgrade to Jackrabbit 1.4.3 or higher to better support DataStores

Created: 05/Aug/08 04:30 PM   Updated: 06/Aug/08 12:32 PM
Component/s: Core
Affects Version/s: 1.5-RC
Fix Version/s: 1.x Backlog

Time Tracking:
Not Specified

Labels:
User impact: High


 Description  « Hide
DataStores are a more efficient alternative to Blob storage. Additionally they provide for easier backup/restore. They only make sense when using bundle persistence managers (org.apache.jackrabbit.core.persistence.bundle.), as opposed to db ones (org.apache.jackrabbit.core.persistence.db.). DB PMs duplicate content in blobs, while bundle ones efficiently offload those to the datastore.

Jackrabbit 1.4.2 has issues with bundle PMs: e.g. see https://issues.apache.org/jira/browse/JCR-1499 https://issues.apache.org/jira/browse/JCR-1354 . Fix is available in Jackrabbit 1.4.3.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Andrew Perepelytsya added a comment - 05/Aug/08 05:22 PM
Jackrabbit have 1.4.5 version available for the core, modified the summary text for the issue.

Andrew Perepelytsya added a comment - 06/Aug/08 12:32 PM
The above issues were solved, but there's a minor annoyance with embedded Derby driver left now: https://issues.apache.org/jira/browse/JCR-1648 It doesn't affect anything, but logs couple stacktraces on shutdown.