Skip to content

Commit

Permalink
Merge pull request #10696 from taosdata/fix/TS-1311
Browse files Browse the repository at this point in the history
[TS-1311]<fix>: fix mnode crash casued by flowctrl/slaveQuery not match
  • Loading branch information
guanshengliang authored Mar 11, 2022
2 parents fd1904d + b01de49 commit d54b87f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mnode/src/mnodeDnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ static char* offlineReason[] = {
"timezone not match",
"locale not match",
"charset not match",
"flowctrl not match",
"slaveQuery not match",
"adjustMaster not match",
"unknown",
};

Expand Down

0 comments on commit d54b87f

Please sign in to comment.