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
Write ut in rust client, put 10240 kv pairs in one txn, the value is random bytes and length is 10240, the key is format!("key_________________________{}", j) which j is index in 0..10240, commit the txn failed. the error message is
Write ut in rust client, put 10240 kv pairs in one txn, the value is random bytes and length is 10240, the key is
format!("key_________________________{}", j)
which j is index in0..10240
, commit the txn failed. the error message isI run the same ut in c-client, it works fine, I guess the reason is rust client does not split kv pairs into batches in the same region?
The text was updated successfully, but these errors were encountered: