Issue Details (XML | Word | Printable)

Key: KATTA-96
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Johannes Zillmann
Reporter: Johannes Zillmann
Votes: 0
Watchers: 0
Operations

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

upgrade mechanism for katta

Created: 08/Dec/09 12:25 PM   Updated: 06/Jan/10 03:52 PM
Component/s: cluster
Affects Version/s: 0.5.1
Fix Version/s: 0.6


 Description  « Hide
KATTA-43 probably includes changes in the internal zk file structure. There should be a simple mechanism that a existing 0.5 cluster can be upgraded to 06 (and for future versions as well).

 All   Comments   Change History   git Commits      Sort Order: Ascending order - Click to sort in descending order
Johannes Zillmann added a comment - 08/Dec/09 12:27 PM
i would try to have a mechanism which is triggered on startup instead of having a separate commad like for hadoop.

Johannes Zillmann added a comment - 06/Jan/10 03:52 PM
implemented a simple mechanism.
There is a UpgradeRegistry where one can register UpgradeActions.
There is now one UpgradeAction for 0.5 -> 0.6. It simply reads all the old index metadata and recreates it in the new system + remove obsolete zk folders.
Its automatically executed on cluster start on the master.