Add log for segment logic in proxy

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/4973/head^2
zhenshan.cao 2021-02-07 16:44:11 +08:00 committed by yefu.chen
parent c7ac238aac
commit 2c9e226703
3 changed files with 2 additions and 2 deletions

View File

@ -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)
}
}

View File

@ -1,5 +1,4 @@
cd ..
make
echo "starting master"
nohup ./bin/masterservice > ~/masterservice.out 2>&1 &

View File

@ -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