1. 30 8月, 2021 1 次提交
  2. 28 8月, 2021 1 次提交
  3. 25 8月, 2021 2 次提交
  4. 24 8月, 2021 1 次提交
  5. 20 8月, 2021 1 次提交
  6. 19 8月, 2021 1 次提交
  7. 13 8月, 2021 3 次提交
    • X
      Fix master branch unittest error (#7083) · 86ca96a0
      XuanYang-cn 提交于
      Resolves: #7080
      Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
      86ca96a0
    • X
      Refactor NewEtcdKV API (#7075) · 6c5be83e
      XuanYang-cn 提交于
      This PR mainly did the following 3 things:
      
      - Refactor NewEtcdKV API
      - Add unittests for `kv/etcd/`, raise the coverage
      up to 94%
      - Correct some APIs from version to revision
      
      The old NewEtcdKV() API took `clientv3.Client` as
      one of the input, making everyone who using this API
      had to create a new `clientv3.Client`. So there're a lot
      of repeated codes everywhere.
      
      Meanwhile, someplace didn't even check whether the
      `clientv3.New()` returned error or not, and the old API
      also didn't check whether the clientv3.Client was Nil.
      This caused issue#6955.
      
      Ectd's version and revision have nothing alike, they
      represent different concepts, but our APIs kind of
      mixed them all up. So I correct those APIs' names.
      
      Resolves: #6955
      Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
      6c5be83e
    • C
      Add Datanode watch etcd channel (#6965) · e1b3273d
      congqixia 提交于
      Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
      e1b3273d
  8. 12 8月, 2021 1 次提交
  9. 11 8月, 2021 1 次提交
  10. 03 8月, 2021 1 次提交
  11. 29 7月, 2021 1 次提交
  12. 24 7月, 2021 1 次提交
  13. 15 7月, 2021 1 次提交
  14. 08 7月, 2021 1 次提交
  15. 30 6月, 2021 2 次提交
  16. 29 6月, 2021 1 次提交
  17. 25 6月, 2021 1 次提交
  18. 23 6月, 2021 2 次提交
  19. 22 6月, 2021 2 次提交
  20. 21 6月, 2021 6 次提交
  21. 19 6月, 2021 2 次提交
  22. 18 6月, 2021 1 次提交
  23. 16 6月, 2021 1 次提交
  24. 15 6月, 2021 5 次提交