This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
The leader node of CeresMeta will OOM when the CeresDB node restarts, and it will also fail when electing new leader. #144
Labels
bug
Something isn't working
Describe this problem
The leader node of CeresMeta will OOM when the CeresDB node restarts, and it will also fail when electing new leader.
Steps to reproduce
Expected behavior
Additional Information
The preliminary reason for the current positioning is that under the implementation of the current Java Client, when Route fails, it will cause all Routes to be refreshed and send a Route request to CeresDB. This will result in CeresMeta receiving a large number of Route requests in a short period of time, and CeresMeta currently does not have buffering for the Route interface. Each request will read etcd, which causes this issue with etcd.
The text was updated successfully, but these errors were encountered: