Use new gc safepoint update interface
Bug Report
1. Describe the bug
Use new gc safepoint update interface
2. Minimal reproduce step (Required)
3. What did you see instead (Required)
4. What did you expect to see? (Required)
Use new gc safepoint update interface
5. What is your migration tool and TiKV version? (Required)
GC-Worker
Still get & pass revision to update GC safe point interface.
p.s. In this scenario, revision will be `-1.
@pingyu What revision is returned from GetGCMinServiceSafePointByServiceGroup interface in this scenario? Could gc-worker pass the returned revision to UpdateGCSafePointByServiceGroup or need hard code to -1?
@pingyu What
revisionis returned fromGetGCMinServiceSafePointByServiceGroupinterface in this scenario?
-1. See here.
Could gc-worker pass the returned
revisiontoUpdateGCSafePointByServiceGroupor need hard code to-1?
Yes. No hard code is needed.
ok, get it.
This issue is stale because it has been open 30 days with no activity.