vesoft-inc / nebula-operator

Operation utilities for Nebula Graph
https://vesoft-inc.github.io/nebula-operator
Apache License 2.0
81 stars 30 forks source link

balance data job won't run if update storaged config and replicas at the same time #499

Closed MegaByte875 closed 6 months ago

MegaByte875 commented 7 months ago

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Your Environments (required)

version 1.8.0 How To Reproduce(required)

Steps to reproduce the behavior:

  1. create a nebula cluster with 3 storaged nodes, replica factor is 3
  2. update storaged config static flag and replicas to 9 at the same time
  3. storaged will do a rolling update
  4. at last the storaged pods is 9 and nebula cluster status is ready, but balance data job not run

Expected behavior nebula cluster status is ready and data is balanced

Additional context

MegaByte875 commented 7 months ago

I can reproduce it, wil fix the issue in v1.8.1.

MegaByte875 commented 6 months ago

https://github.com/vesoft-inc/nebula-operator/pull/505