Fix RetentionFileSaver concurrency issue.

RetentionFileSaver was sharing a static SimpleDataFormatter instance,
which is not thread safe.

Change logic to always just allocate a new SimpleDataFormatter.

Bug 10731320

Change-Id: I557a6390676784cc0287733fc803b9bad484c196
1 file changed