mirror of https://github.com/milvus-io/milvus.git
Add log for segment logic in proxy
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/4973/head^2
parent
c7ac238aac
commit
2c9e226703
|
@ -110,6 +110,7 @@ func insertRepackFunc(tsMsgs []msgstream.TsMsg,
|
|||
}
|
||||
reqSegCountMap[reqID][channelID] = make(map[UniqueID]uint32)
|
||||
reqSegCountMap[reqID][channelID] = mapInfo
|
||||
log.Println("ProxyNode: repackFunc, reqSegCountMap, reqID:", reqID, " mapInfo: ", mapInfo)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
cd ..
|
||||
make
|
||||
|
||||
echo "starting master"
|
||||
nohup ./bin/masterservice > ~/masterservice.out 2>&1 &
|
||||
|
|
|
@ -2,7 +2,7 @@ grpcio==1.26.0
|
|||
grpcio-tools==1.26.0
|
||||
numpy==1.18.1
|
||||
pytest-cov==2.8.1
|
||||
pymilvus-distributed==0.0.21
|
||||
pymilvus-distributed==0.0.22
|
||||
sklearn==0.0
|
||||
pytest==4.5.0
|
||||
pytest-timeout==1.3.3
|
||||
|
|
Loading…
Reference in New Issue