Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data balancing fails after SSL is enabled, perform the following operations and solutions #5924

Closed
cfwl100 opened this issue Aug 13, 2024 · 1 comment
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

Comments

@cfwl100
Copy link
Contributor

cfwl100 commented Aug 13, 2024

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
image

Server error
image
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:

  1. Step 1 Importing 200 million vertex and edge data
  2. Step 2 Adding a storaged Node
  3. 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
image

Server error
image
The default value of enableSSL in SnapshotManager is false. However, the constructor without parameters is used during instance creation.

Solution
#5920

@cfwl100 cfwl100 added the type/bug Type: something is unexpected label Aug 13, 2024
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Aug 13, 2024
@cfwl100 cfwl100 changed the title 开启SSL后,data balance失败,提供如下修复方案 If data balancing fails after SSL is enabled, perform the following operations Aug 13, 2024
@cfwl100 cfwl100 changed the title If data balancing fails after SSL is enabled, perform the following operations Data balancing fails after SSL is enabled, perform the following operations Aug 13, 2024
@cfwl100 cfwl100 changed the title Data balancing fails after SSL is enabled, perform the following operations Data balancing fails after SSL is enabled, perform the following operations and solutions Aug 13, 2024
@cfwl100
Copy link
Contributor Author

cfwl100 commented Aug 16, 2024

@critical27 Please help me with this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant