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
The older version of the TiKV cluster (<= v6.1.0) allows the request from the newer V2 client to write which might break some assumptions of API V2 protocol like the format of the region (its bounds are encoding in memory-comparable format). But with version 6.1.0 TiKV, the check is added. We should add some store version checks while constructing the TiSession.
The text was updated successfully, but these errors were encountered:
Feature Request
The older version of the TiKV cluster (<= v6.1.0) allows the request from the newer V2 client to write which might break some assumptions of API V2 protocol like the format of the region (its bounds are encoding in memory-comparable format). But with version 6.1.0 TiKV, the check is added. We should add some store version checks while constructing the
TiSession
.The text was updated successfully, but these errors were encountered: