milvus/internal/rootcoord
Ji Bin 3cd28420f1
Support compile under windows (#15786)
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: Ji Bin <matrixji@live.com>
2022-03-17 17:17:22 +08:00
..
dml_channels_test.go Remove reader API from Mqstream and replace it with consumer API (#15971) 2022-03-15 14:45:22 +08:00
dml_channels.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
field_id.go
meta_snapshot_test.go Add EtcdConfig and move PulsarConfig/RocksdbConfig/MinioConfig into BaseParamTable (#15434) 2022-02-07 10:09:45 +08:00
meta_snapshot.go [skip e2e] Grammar correction (#14416) 2021-12-28 19:21:18 +08:00
meta_table_test.go Add EtcdConfig and move PulsarConfig/RocksdbConfig/MinioConfig into BaseParamTable (#15434) 2022-02-07 10:09:45 +08:00
meta_table.go Use CommonConfig in GlobalParams for all components (#15106) 2022-01-10 19:03:35 +08:00
metrics_info.go
OWNERS
proxy_client_manager_test.go Add EtcdConfig and move PulsarConfig/RocksdbConfig/MinioConfig into BaseParamTable (#15434) 2022-02-07 10:09:45 +08:00
proxy_client_manager.go
proxy_manager_test.go Add EtcdConfig and move PulsarConfig/RocksdbConfig/MinioConfig into BaseParamTable (#15434) 2022-02-07 10:09:45 +08:00
proxy_manager.go Add prometheus metrics for RootCoord (#15684) 2022-03-02 21:11:57 +08:00
root_coord_test.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
root_coord.go Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
suffix_snapshot_test.go Add EtcdConfig and move PulsarConfig/RocksdbConfig/MinioConfig into BaseParamTable (#15434) 2022-02-07 10:09:45 +08:00
suffix_snapshot.go
task.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
timestamp_test.go Merge msgChannelConfig and knowhereConfig into commonConfig (#15843) 2022-03-04 11:17:56 +08:00
timeticksync_test.go Merge msgChannelConfig and knowhereConfig into commonConfig (#15843) 2022-03-04 11:17:56 +08:00
timeticksync.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
util_test.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
util.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00