Update fdbserver/GrvProxyServer.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
This commit is contained in:
parent
7a48a53778
commit
e024db85a0
|
@ -345,7 +345,7 @@ ACTOR Future<Void> globalConfigMigrate(GrvProxyData* grvProxyData) {
|
||||||
wait(tr->commit());
|
wait(tr->commit());
|
||||||
break;
|
break;
|
||||||
} catch (Error& e) {
|
} catch (Error& e) {
|
||||||
// Multilpe GRV proxies may attempt this migration at the same
|
// Multiple GRV proxies may attempt this migration at the same
|
||||||
// time, sometimes resulting in aborts due to conflicts.
|
// time, sometimes resulting in aborts due to conflicts.
|
||||||
// Purposefully avoid retrying, making this migration
|
// Purposefully avoid retrying, making this migration
|
||||||
// best-effort.
|
// best-effort.
|
||||||
|
|
Loading…
Reference in New Issue