[tf.data service] Rename dispatcher journal directory.

PiperOrigin-RevId: 325882898
Change-Id: I4ce77ee6f7cbeb5ed8cfd7caed96a505aea327aa
This commit is contained in:
Andrew Audibert 2020-08-10 14:03:39 -07:00 committed by TensorFlower Gardener
parent 83b86b6333
commit 45d4e5624b

View File

@ -44,7 +44,7 @@ namespace data {
namespace {
// The name of the journal directory inside the dispatcher's working directory.
constexpr char kJournalDir[] = "journal";
constexpr char kJournalDir[] = "tf_data_dispatcher_journal";
using Dataset = DispatcherState::Dataset;
using Worker = DispatcherState::Worker;