Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.0.0-beta-1
-
Reviewed
Description
Upgrading from 2.5.x to 3.0.0-alpha-2, migrateNamespaceTable kicks in to copy data from the namespace table to an "ns" family of the meta table. If you don't have an "ns" family, the migration fails and the hmaster will crash loop. You then can't rollback, because the briefly alive upgraded hmaster created a procedure that can't be deserialized by 2.x (I don't have this log handy unfortunately). I tried pushing code to create the ns family on startup, but it doesnt work becuase the migration happens while the hmaster is still initializing.
So it seems imperative that you create the ns family before upgrading. We should handle this more gracefully.
Attachments
Issue Links
- is related to
-
HBASE-21154 Remove hbase:namespace table; fold it into hbase:meta
- Resolved
-
HBASE-23055 Alter hbase:meta
- Resolved
- links to