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
      bc6a9e2a
    • jiangxinmeng1's avatar
      fix onReplayAppendCmd (#4431) · f7334ff8
      jiangxinmeng1 authored
      Fix onReplayAppendCmd. Check whether there exists active block before load data.
      
      Approved by: @XuPeng-SH
      f7334ff8
    • 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
      5eeb7ee7
    • nnsgmsone's avatar
      Fix the bug of ssb (#4429) · b41bdb72
      nnsgmsone authored
      Fix the bug of ssb
      
      Approved by: @yingfeng
      b41bdb72
    • lni's avatar
      cmd: resolve gossip seed addresses (#4421) · d131580e
      lni authored
      When dns names are used in the GossipSeedAddresses field of logservice.Config, mo-service will try to resolve them and pass them to the logservice as a slice of strings in ip:port format. Only IPv4 addresses are kept and ErrInvalidConfig is returned if any dns name is mapped to more than one IPv4 address.
      
      Approved by: @reusee
      d131580e