Renamed TimeKeeperStarted to TimeKeeperCommit

This commit is contained in:
Evan Tschannen 2018-11-02 12:57:03 -07:00
parent 278dbd5096
commit 30fbc29af1
1 changed files with 1 additions and 1 deletions

View File

@ -1757,7 +1757,7 @@ ACTOR Future<Void> timeKeeper(ClusterControllerData *self) {
try {
if(!g_network->isSimulated()) {
UID debugID = g_random->randomUniqueID();
TraceEvent("TimeKeeperStarted", debugID);
TraceEvent("TimeKeeperCommit", debugID);
tr->debugTransaction(debugID);
}
tr->setOption(FDBTransactionOptions::ACCESS_SYSTEM_KEYS);