Data balancing fails after SSL is enabled, perform the following operations and solutions #5924
Labels
affects/none
PR/issue: this bug affects none version.
process/fixed
Process of bug
severity/none
Severity of bug
type/bug
Type: something is unexpected
Please check the FAQ documentation before raising an issue
Describe the bug (required)
During data balancing, an error is reported when the snapshot of the Raft copy is sent between storaged nodes. The task is repeatedly retried and keeps running for a long time. The error information is as follows:
Client error
Server error
The default value of enableSSL in SnapshotManager is false. However, the constructor without parameters is used during instance creation.
Your Environments (required)
all
g++ --all
orclang++ --all
all
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Data balancing succeeded.
Additional context
During data balancing, an error is reported when the snapshot of the Raft copy is sent between storaged nodes. The task is repeatedly retried and keeps running for a long time. The error information is as follows:
Client error
Server error
The default value of enableSSL in SnapshotManager is false. However, the constructor without parameters is used during instance creation.
Solution
#5920
The text was updated successfully, but these errors were encountered: