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

fe follower restart wait after alter enable_persistent_index #45207

Closed
chaiyx opened this issue May 7, 2024 · 1 comment
Closed

fe follower restart wait after alter enable_persistent_index #45207

chaiyx opened this issue May 7, 2024 · 1 comment
Labels
type/bug Something isn't working

Comments

@chaiyx
Copy link

chaiyx commented May 7, 2024

Steps to reproduce the behavior (Required)

  1. Use kubernetes deploys FE
  2. Start to run SR In shared-data mode
  3. Create table with Properties("enable_persistent_index"="false")
  4. ALTER TABLE xxx SET ("enable_persistent_index"="true")
  5. Restart fe follower

Expected behavior (Required)

fe follower start successfully

Real behavior (Required)

fe follower warn log:

 [GlobalStateMgr.waitForReady():1260] It took too much time for FE to transfer to a stable state(LEADER/FOLLOWER), it maybe caused by one of the following reasons: 1. There are too many BDB logs to replay, because of previous failure of checkpoint(you can check the create time of image file under meta/image dir). 2. Majority voting members(LEADER or FOLLOWER) of the FE cluster haven't started completely. 3. FE node has multiple IPs, you should configure the priority_networks in fe.conf to match the ip record in meta/image/ROLE. And we don't support change the ip of FE node. Ignore this reason if you are using FQDN. 4. The time deviation between FE nodes is greater than 5s, please use ntp or other tools to keep clock synchronized. 5. The configuration of edit_log_port has changed, please reset to the original value. 6. The replayer thread may get stuck, please use jstack to find the details.

StarRocks version (Required)

  • Now is 3.2.6, upgrade from 3.2.2
@sduzh
Copy link
Contributor

sduzh commented May 15, 2024

Should have been fixed in #44597

@chaiyx chaiyx closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants