Skip to content

[region migration] Fix NPE of RegionWriteExecutor#13179

Closed
liyuheng55555 wants to merge 1 commit intoapache:masterfrom
liyuheng55555:Easy/RM-fix-RegionWriteExecutor-NPE
Closed

[region migration] Fix NPE of RegionWriteExecutor#13179
liyuheng55555 wants to merge 1 commit intoapache:masterfrom
liyuheng55555:Easy/RM-fix-RegionWriteExecutor-NPE

Conversation

@liyuheng55555
Copy link
Collaborator

No description provided.

} catch (Throwable e) {
LOGGER.warn(e.getMessage(), e);
String forgivableReason = "";
if (e instanceof NullPointerException && regionManager.getRegionLock(groupId) == null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not use this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants