accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Use manager steady time in FateCleaner

Open keith-turner opened this issue 1 year ago • 0 comments

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.

keith-turner avatar Apr 20 '24 20:04 keith-turner