1. 06 7月, 2022 2 次提交
  2. 27 6月, 2022 1 次提交
  3. 15 6月, 2022 1 次提交
  4. 14 6月, 2022 1 次提交
  5. 08 6月, 2022 1 次提交
  6. 07 6月, 2022 1 次提交
  7. 06 6月, 2022 1 次提交
  8. 02 6月, 2022 1 次提交
  9. 31 5月, 2022 1 次提交
  10. 25 5月, 2022 1 次提交
  11. 13 5月, 2022 1 次提交
  12. 06 5月, 2022 2 次提交
  13. 05 5月, 2022 1 次提交
  14. 27 4月, 2022 1 次提交
  15. 25 4月, 2022 2 次提交
  16. 24 4月, 2022 1 次提交
  17. 22 4月, 2022 1 次提交
  18. 21 4月, 2022 1 次提交
  19. 20 4月, 2022 2 次提交
  20. 12 4月, 2022 2 次提交
  21. 07 4月, 2022 1 次提交
  22. 01 4月, 2022 1 次提交
  23. 31 3月, 2022 1 次提交
  24. 29 3月, 2022 1 次提交
  25. 28 3月, 2022 1 次提交
    • X
      Adopt the extended state in DataCoord (#16200) · a77dd103
      XuanYang-cn 提交于
      ChannelWatchInfo with ToWatch, ToRelease will trigger a timer.
      ChannelManager now reacts to different ChannelWatch states.
      
      - WatchSuccess > log this info
      
      - WatchFailure/WatchTimeout > ToRelease
      
      - ReleaseSuccess > Delete, reassign if not from DropCollection
      
      - ReleaseFailure/ReleaseTimeout > Cleanup subscription and Delete,
        reassgin if not from DropCollection.
      
      Some Notes:
      1. Reassignment will add this channel to buffer if there's only one node.
      
      See also: #15846
      Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
      a77dd103
  26. 24 3月, 2022 1 次提交
  27. 21 3月, 2022 1 次提交
  28. 17 3月, 2022 2 次提交
    • G
      78557ca6
    • J
      Support compile under windows (#15786) · 3cd28420
      Ji Bin 提交于
      This patch makes compile milvus under windows(MSYS), including:
      - some cpp adaptation for compile under msys/gcc-10.3
      - install toolchain scripts for setup from MinGW/MSYS `scripts/install_deps_msys.sh`
      - adaptation for POSIX API use in golang
        * using gofrs/flock instead of syscall.Flock
        * using x/exp/mmap instead of syscall.Mmap
      - introducing github actions for build milvus.exe under windows/MSYS
      - rocksdb's patch for MSYS
      - adaptation for compile knowhere under windows
      - a windows package script for pack zip file, `scripts/package_windows.sh`
      
      issue #7706
      Signed-off-by: NJi Bin <matrixji@live.com>
      3cd28420
  29. 15 3月, 2022 1 次提交
  30. 11 3月, 2022 1 次提交
  31. 09 3月, 2022 2 次提交
  32. 04 3月, 2022 1 次提交
  33. 03 3月, 2022 1 次提交