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
In lab3b, we meet a confusing problem. In TestSplitConfChangeSnapshotUnreliableRecoverConcurrentPartition3B, we will sometimes meet no region. There is such a case, the oldRegion is splitted, but the newRgion now doesn't have a Leader, then the PD won't know the info of newRegion. If a getRegion msg is sent at that time, it may reply no region. The sleep time of your code is 20ms, but many students' computer may not perform well enough.
The text was updated successfully, but these errors were encountered:
In lab3b, we meet a confusing problem. In
TestSplitConfChangeSnapshotUnreliableRecoverConcurrentPartition3B
, we will sometimes meetno region
. There is such a case, the oldRegion is splitted, but the newRgion now doesn't have a Leader, then the PD won't know the info of newRegion. If a getRegion msg is sent at that time, it may replyno region
. The sleep time of your code is 20ms, but many students' computer may not perform well enough.The text was updated successfully, but these errors were encountered: