dlmarion opened a new pull request, #5447: URL: https://github.com/apache/accumulo/pull/5447
Modifed TabletMetadata.getLoaded to return a list of Triple<StoredTabletFile, FateId, Long> instead of a Map<StoredTabletFile, FateId>. The Long in the triple is the timestamp from the Key, and is used in the TabletManagementIterator to return the TabletMetadata to the TabletGroupWatcher if the column for the Fate bulk import transaction is over 24 hours old. In the TabletGroupWatcher the Manager logs this at a WARN level, and could increment a metric, to alert users to the fact that they have a failing or stuck bulk import. Closes #5175 -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org