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)
OS: all
Compiler: g++ --all or clang++ --all
CPU: all
Commit id (e.g. a3ffc7d8)
How To Reproduce(required)
Steps to reproduce the behavior:
Step 1 Importing 200 million vertex and edge data
Step 2 Adding a storaged Node
Step 3Perform data balancing: submit balance data
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.
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 https://github.com/vesoft-inc/nebula/pull/5920