Skip to content
Snippets Groups Projects
  1. Aug 13, 2022
  2. Aug 12, 2022
  3. Aug 11, 2022
  4. Aug 10, 2022
  5. Aug 09, 2022
    • lni's avatar
      logservice: fixed various HAKeeper client connectivity issues (#4435) · bc6a9e2a
      lni authored
      * use constant connection timeout value which is much smaller than the LOG node heartbeat timeout. this ensures we get chance to try most specified HAKeeper nodes.
      * during bootstrap, it is possible for the HAKeeper replica to be removed by a KILL command, terminate the local bootstrap procedure when that happens.
      * always keep the ticker worker even after the HAKeeper replica is stopped.
      
      Approved by: @reusee
    • jiangxinmeng1's avatar
      fix onReplayAppendCmd (#4431) · f7334ff8
      jiangxinmeng1 authored
      Fix onReplayAppendCmd. Check whether there exists active block before load data.
      
      Approved by: @XuPeng-SH
    • GuokeCui's avatar
      Fix issue #4430 (#4436) · 5eeb7ee7
      GuokeCui authored
      - Evaluate health of a log shard via its running replicas, not via its expired replica.
      
      Approved by: @lni