Details
Description
Trying to bring up a large cluster, metadata tablets failed to load. These metadata tablets were trying to read their entries from the root tablet.
Workaround is to double the memory used for scanning the !METADATA table:
shell> config -t !METADATA -s table.scan.max.memory=2M
Nothing needs to be done: the tablet servers will recover as soon as this value is changed.