Closed cre4ture closed 2 months ago
The issue of handling get_members
of PD was fixed by #452. We should not encounter the situation that leader
is None
anymore.
@cre4ture Could you help with some testing to confirm that this issue has been completely resolved ? Thank you ~
The issue of handling
get_members
of PD was fixed by #452. We should not encounter the situation thatleader
isNone
anymore.@cre4ture Could you help with some testing to confirm that this issue has been completely resolved ? Thank you ~
I will test and report in case I still see it. Thanks for notification.
I assume this PR would be obsolete then? Or should I prepare still some parts of it for merging?
The issue of handling
get_members
of PD was fixed by #452. We should not encounter the situation thatleader
isNone
anymore. @cre4ture Could you help with some testing to confirm that this issue has been completely resolved ? Thank you ~I will test and report in case I still see it. Thanks for notification.
I assume this PR would be obsolete then? Or should I prepare still some parts of it for merging?
It is obsolete now. Unless it's not the reason of get_members
in your case.
Hello,
I'm currently experimenting with TiFS (https://github.com/Hexilee/tifs). When copying large files, the TiKV cluster that I have locally gets under a constant load for a longer period of time (~1-2 hours). During these tests I came accross a panic caused by the rust-client. I located the code responsible for this, and implemented a fix. Please have a look, tell me what you think and what to adapt to let it get into the main branch.
Thanks and best regards, cre4ture
log entry of the panic: