You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref #5794
Provide a way let the client can watch the configuration changes, then TiKV/Storage can updates the priority settings.
Option
I prefer provide a common mechanism, that's client can watch different key or keyprfix in etcd, when it changes, the client can watch it. A basic implement in befor: #4308
Note:
the config truth is the configuration stored in configuration server (Now is pd)
the client(TiKV/TiFlash Nodes) watch the configuration and updates the changes in memory, affect the local config. (I suggest not rely on config file, the client only use it in memory)
The text was updated successfully, but these errors were encountered:
ref #5794
This PR is used to modify client config interface.
This PR will delete the original implementation and tests, which can be added back once #5830 is merged.
Signed-off-by: husharp <jinhao.hu@pingcap.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Feature Request
ref #5794
Provide a way let the client can watch the configuration changes, then TiKV/Storage can updates the priority settings.
Option
I prefer provide a common mechanism, that's client can watch different
key
orkeyprfix
in etcd, when it changes, the client can watch it. A basic implement in befor: #4308Note:
The text was updated successfully, but these errors were encountered: