JAYICE
JAYICE
 如图所示,是我的使用姿势有问题吗😭
### Problem: the function `find_conflict_by_term` in `raft_log.rs` isn't covered by unit test. ### What's changed add unit test for `find_conflict_by_term`
run `make all` it shows like: `co_hook_sys_call.cpp:942:42: error: too few arguments to function call, expected 6, have 1 return g_sys_gethostbyname_r_func( name ); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 1 error generated. make: *** [co_hook_sys_call.o]...
PTAL~
In braft's current implementation. if user call `transfer_leadership_to` a follower, The original leader will call `on_leader_stop` then wait for the destination follower to catch up log and become new leader....
fix:: https://github.com/baidu/braft/issues/445 In unit-test, we should temporarily disable followers' election before stop the leader to ensure that the raft group will be no-leader state for a period of time deterministically
In braft, creating a snapshot will result in the truncation of logs, and users can not decide which logs will be truncated after snapshot_save. But sometimes, user wants to take...
### Describe Your Changes add major page fault panel in`Troubleshooting`section for vmagent. fix https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9974 Base on the disscution in https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9977, we will add this panel for vmagent in this separate...
### Describe the bug Currently, to improve re-routing performance during restart, `vmstorage` will close the connections with `vminsert` one by one. After closing the connections to one vminsert-host, it will...
### Is your feature request related to a problem? Please describe As the discussion in https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9977#issuecomment-3612959912. Currently in vmsingle's dashboard, the `group by fields` in various panels are a bit...