accumulo
accumulo copied to clipboard
Use manager steady time in FateCleaner
The FateCleaner persist a uuid and long in order to reliably track the age of a fate operation across processes. It may be possible to replace this uuid+long with a single long derived from manager.getSteadyTime(). If it is workable ti would replace specialized code with shared code in the manager that already accomplishes the same functionality.