Fixed grv_proxy_failed error message

This commit is contained in:
sfc-gh-tclinkenbeard 2021-09-03 14:18:40 -07:00 committed by Meng Xu
parent 368e217adf
commit 8e523c5bae

View File

@ -98,7 +98,7 @@ ERROR( master_resolver_failed, 1210, "Master terminating because a Resolver fail
ERROR( server_overloaded, 1211, "Server is under too much load and cannot respond" ) ERROR( server_overloaded, 1211, "Server is under too much load and cannot respond" )
ERROR( master_backup_worker_failed, 1212, "Master terminating because a backup worker failed") ERROR( master_backup_worker_failed, 1212, "Master terminating because a backup worker failed")
ERROR( tag_throttled, 1213, "Transaction tag is being throttled" ) ERROR( tag_throttled, 1213, "Transaction tag is being throttled" )
ERROR( grv_proxy_failed, 1214, "Master terminating because a GRV CommitProxy failed" ) ERROR( grv_proxy_failed, 1214, "Master terminating because a GRVProxy failed" )
ERROR( dd_tracker_cancelled, 1215, "The data distribution tracker has been cancelled" ) ERROR( dd_tracker_cancelled, 1215, "The data distribution tracker has been cancelled" )
ERROR( failed_to_progress, 1216, "Process has failed to make sufficient progress" ) ERROR( failed_to_progress, 1216, "Process has failed to make sufficient progress" )