client-java
client-java copied to clipboard
Follower read will fail to recover if some region error occurs
Because the KVErrorHandler's logic is not changed, when a region error occurs, the retry process will try to fetch the leader info, thus it will fail to recover.
@birdstorm Is this issue still exists? BTW, it would be great if you can summarize the minimal reproduction steps for this bug.
@zz-jason I believe this issue still exists when follower-read fails. Further tests on the master branch need to be established.