Fix build
This commit is contained in:
parent
81193a9226
commit
30488df5ea
|
@ -3901,6 +3901,7 @@ ACTOR Future<Void> storageServerTracker(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch( Error &e ) {
|
} catch( Error &e ) {
|
||||||
|
state Error err = e;
|
||||||
TraceEvent("StorageServerTrackerCancelled", self->distributorId)
|
TraceEvent("StorageServerTrackerCancelled", self->distributorId)
|
||||||
.suppressFor(1.0)
|
.suppressFor(1.0)
|
||||||
.detail("Primary", self->primary)
|
.detail("Primary", self->primary)
|
||||||
|
|
Loading…
Reference in New Issue