keith-turner opened a new issue, #3587: URL: https://github.com/apache/accumulo/issues/3587
The root tablet does not use the TabletManagementIterator to make decisions about the root tablet for the TabletGroupWatcher. Its specialized code is here : https://github.com/apache/accumulo/blob/406552e46df4412cf8f4f52962446773a9eabee5/server/base/src/main/java/org/apache/accumulo/server/manager/state/ZooTabletStateStore.java#L74-L86 Adapting this to use TabletManagementIterator in some way would be nice as it would make the root tablets behavior less specialized and more likely to behave like the rest of accumulo. May be able to use code similar to the following https://github.com/apache/accumulo/blob/406552e46df4412cf8f4f52962446773a9eabee5/server/base/src/main/java/org/apache/accumulo/server/metadata/RootConditionalWriter.java#L104 to obtain an Accumulo iterator over the root tablet metadata that could be the source iterator for TabletManagementIterator. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
