-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: milvus-standalone always restart #38513
Comments
My previous version number was mage: milvusdb/milvus:v2.3.4 ` |
我发现好像是 由于我的服务器配置比较低 当我插入40w+条数据到milvus后(2张表各40w+) 这个milvus的服务就会无限重启。。 |
yes, you should add more cpu and memory to the etcd and minio services. Aslo the milvus service need more cpu and memory if you have more collections and more/bigger datasets /assign @ahuai |
Is it unnecessary to configure a 512M memory limit in Docker if my server currently has 2 CPU cores and 8GB of RAM? |
在我的docker-compose.yml配置文件里 deploy: 这部分配置是不是多余的? 我主要是怕主机内存不够用 |
You can not rollback to 2.3 from 2.5 unless you truncate the data. My guess yiou need to check whether you have enough memory to host the amount of your data. |
Is there an existing issue for this?
Environment
Current Behavior
I used docker-compose to start Milvus.
Currently, the running logs keep reporting errors. How can I fix it?
It has been running normally since I started it 2 months ago, but recently it has been frequently restarting.
I upgraded the Milvus version to
image: milvusdb/milvus:v2.5.0-beta
.This did not fix the problem, and it is still frequently restarting.
docker-compose.yml
`
version: '3.5'
services:
etcd:
container_name: milvus-etcd-prod
image: quay.io/coreos/etcd:v3.5.5
environment:
- ETCD_AUTO_COMPACTION_MODE=revision
- ETCD_AUTO_COMPACTION_RETENTION=1000
- ETCD_QUOTA_BACKEND_BYTES=4294967296
- ETCD_SNAPSHOT_COUNT=50000
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd
command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
healthcheck:
test: ["CMD", "etcdctl", "endpoint", "health"]
interval: 30s
timeout: 20s
retries: 3
restart: always
deploy:
resources:
limits:
cpus: '0.5'
memory: '512M'
minio:
container_name: milvus-minio-prod
image: minio/minio:RELEASE.2023-03-20T20-16-18Z
environment:
MINIO_ACCESS_KEY: minioadmin
MINIO_SECRET_KEY: minioadmin
# ports:
# - "9001:9001"
# - "9000:9000"
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/minio:/minio_data
command: minio server /minio_data --console-address ":9001"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
timeout: 20s
retries: 3
restart: always
deploy:
resources:
limits:
cpus: '0.5'
memory: '512M'
standalone:
container_name: milvus-standalone-prod
image: milvusdb/milvus:v2.5.0-beta
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "3"
command: ["milvus", "run", "standalone"]
security_opt:
- seccomp:unconfined
environment:
ETCD_ENDPOINTS: etcd:2379
MINIO_ADDRESS: minio:9000
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9091/healthz"]
interval: 30s
start_period: 300s
timeout: 20s
retries: 3
ports:
- "19530:19530"
- "9091:9091"
depends_on:
- "etcd"
- "minio"
restart: always
deploy:
resources:
limits:
cpus: '2.0'
memory: '6G'
networks:
default:
name: milvus_net
`
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
[2024/12/17 04:07:00.776 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:00.776 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:00.776 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:00.818 +00:00] [INFO] [datacoord/task_scheduler.go:248] ["task scheduler"] ["task num"=13]
[2024/12/17 04:07:00.818 +00:00] [INFO] [datacoord/task_scheduler.go:279] ["task is processing"] [taskID=454664283063162562] ["task type"=JobTypeStatsJob] [state=JobStateInProgress]
[2024/12/17 04:07:00.819 +00:00] [INFO] [datacoord/task_stats.go:255] ["query stats task result success"] [taskID=454664283063162562] [segmentID=452745552034354339] ["result state"=JobStateInProgress] [failReason=]
[2024/12/17 04:07:00.819 +00:00] [INFO] [datacoord/task_scheduler.go:279] ["task is processing"] [taskID=454664283063166178] ["task type"=JobTypeStatsJob] [state=JobStateInit]
[2024/12/17 04:07:00.819 +00:00] [INFO] [indexnode/indexnode_service.go:210] ["Get Index Job Stats"] [traceID=f92810679b9ff7645b5a56c1ae818d04] [unissued=0] [active=1] [slot=0]
[2024/12/17 04:07:00.820 +00:00] [INFO] [datacoord/task_scheduler.go:258] ["there is no idle indexing node, wait a minute..."]
[2024/12/17 04:07:00.975 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361283] [subChannelCount=1] [loadSegmentCount=0]
[2024/12/17 04:07:00.975 +00:00] [WARN] [observers/collection_observer.go:350] ["failed to manual check current target, skip update load status"] [collectionID=449976277547361282] [partitionID=449976277547361283]
[2024/12/17 04:07:00.975 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361294] [subChannelCount=1] [loadSegmentCount=3]
[2024/12/17 04:07:00.975 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277507568832] [replicaID=449976289146175490] [nodes="["{NodeID: 5864, AssignedScore: 66085.000000, CurrentScore: 72693.500000, Priority: 6608}"]"]
[2024/12/17 04:07:00.975 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277526694406] [replicaID=449976289146175499] [nodes="["{NodeID: 5864, AssignedScore: 66314.000000, CurrentScore: 72945.400000, Priority: 6631}"]"]
[2024/12/17 04:07:00.976 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361282] [replicaID=449976289146175500] [nodes="["{NodeID: 5864, AssignedScore: 491811.000000, CurrentScore: 540992.100000, Priority: 49181}"]"]
[2024/12/17 04:07:00.976 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361318] [replicaID=449976289146175501] [nodes="["{NodeID: 5864, AssignedScore: 491280.000000, CurrentScore: 540408.000000, Priority: 49128}"]"]
[2024/12/17 04:07:00.976 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=452745552034264114] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:00.976 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454245220196488370] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:00.976 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:00.976 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:00.976 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:01.175 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361294] [subChannelCount=1] [loadSegmentCount=3]
[2024/12/17 04:07:01.175 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361283] [subChannelCount=1] [loadSegmentCount=0]
[2024/12/17 04:07:01.175 +00:00] [WARN] [observers/collection_observer.go:350] ["failed to manual check current target, skip update load status"] [collectionID=449976277547361282] [partitionID=449976277547361283]
[2024/12/17 04:07:01.175 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277507568832] [replicaID=449976289146175490] [nodes="["{NodeID: 5864, AssignedScore: 66085.000000, CurrentScore: 72693.500000, Priority: 6608}"]"]
[2024/12/17 04:07:01.175 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277526694406] [replicaID=449976289146175499] [nodes="["{NodeID: 5864, AssignedScore: 66314.000000, CurrentScore: 72945.400000, Priority: 6631}"]"]
[2024/12/17 04:07:01.176 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361282] [replicaID=449976289146175500] [nodes="["{NodeID: 5864, AssignedScore: 491811.000000, CurrentScore: 540992.100000, Priority: 49181}"]"]
[2024/12/17 04:07:01.176 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361318] [replicaID=449976289146175501] [nodes="["{NodeID: 5864, AssignedScore: 491280.000000, CurrentScore: 540408.000000, Priority: 49128}"]"]
[2024/12/17 04:07:01.176 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=452745552034264114] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:01.176 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454245220196488370] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:01.176 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:01.176 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:01.176 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
I20241217 04:07:01.215241 169 ChunkedSegmentSealedImpl.cpp:287] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 loads field 1 mmap false done
[2024/12/17 04:07:01.215 +00:00] [INFO] [segments/segment.go:977] ["load field done"] [traceID=752dd42748c2d90d0f502bcc702384b0] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=452745552034264114] [fieldID=1] [rowCount=89288]
[2024/12/17 04:07:01.215 +00:00] [INFO] [segments/segment.go:965] ["submitted loadFieldData task to load pool"] [traceID=752dd42748c2d90d0f502bcc702384b0] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=452745552034264114] [fieldID=108] [rowCount=89288]
I20241217 04:07:01.216002 169 ChunkedSegmentSealedImpl.cpp:262] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 loads field 108 with num_rows 89288
I20241217 04:07:01.216042 169 ChunkedSegmentSealedImpl.cpp:276] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 submits load field 108 task to thread pool
[2024/12/17 04:07:02.065 +00:00] [INFO] [datacoord/task_scheduler.go:248] ["task scheduler"] ["task num"=13]
[2024/12/17 04:07:02.065 +00:00] [INFO] [datacoord/task_scheduler.go:279] ["task is processing"] [taskID=454664283063162562] ["task type"=JobTypeStatsJob] [state=JobStateInProgress]
[2024/12/17 04:07:01.904 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361283] [subChannelCount=1] [loadSegmentCount=0]
[2024/12/17 04:07:02.102 +00:00] [WARN] [observers/collection_observer.go:350] ["failed to manual check current target, skip update load status"] [collectionID=449976277547361282] [partitionID=449976277547361283]
[2024/12/17 04:07:02.102 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361294] [subChannelCount=1] [loadSegmentCount=3]
[2024/12/17 04:07:02.102 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361283] [subChannelCount=1] [loadSegmentCount=0]
[2024/12/17 04:07:02.102 +00:00] [WARN] [observers/collection_observer.go:350] ["failed to manual check current target, skip update load status"] [collectionID=449976277547361282] [partitionID=449976277547361283]
[2024/12/17 04:07:02.102 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361294] [subChannelCount=1] [loadSegmentCount=3]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=452745552034264114] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454245220196488370] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=452745552034264114] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454245220196488370] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.104 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277507568832] [replicaID=449976289146175490] [nodes="["{NodeID: 5864, AssignedScore: 66085.000000, CurrentScore: 72693.500000, Priority: 6608}"]"]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277526694406] [replicaID=449976289146175499] [nodes="["{NodeID: 5864, AssignedScore: 66314.000000, CurrentScore: 72945.400000, Priority: 6631}"]"]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361282] [replicaID=449976289146175500] [nodes="["{NodeID: 5864, AssignedScore: 491811.000000, CurrentScore: 540992.100000, Priority: 49181}"]"]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361318] [replicaID=449976289146175501] [nodes="["{NodeID: 5864, AssignedScore: 491280.000000, CurrentScore: 540408.000000, Priority: 49128}"]"]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277507568832] [replicaID=449976289146175490] [nodes="["{NodeID: 5864, AssignedScore: 66085.000000, CurrentScore: 72693.500000, Priority: 6608}"]"]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277526694406] [replicaID=449976289146175499] [nodes="["{NodeID: 5864, AssignedScore: 66314.000000, CurrentScore: 72945.400000, Priority: 6631}"]"]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361282] [replicaID=449976289146175500] [nodes="["{NodeID: 5864, AssignedScore: 491811.000000, CurrentScore: 540992.100000, Priority: 49181}"]"]
[2024/12/17 04:07:02.105 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361318] [replicaID=449976289146175501] [nodes="["{NodeID: 5864, AssignedScore: 491280.000000, CurrentScore: 540408.000000, Priority: 49128}"]"]
[2024/12/17 04:07:02.146 +00:00] [INFO] [dist/dist_handler.go:260] ["leader is not available due to target version not ready"] [collectionID=449976277547361282] [nodeID=5864] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [error="service internal error: target version mismatch, collection: 449976277547361282, channel: by-dev-rootcoord-dml_11_449976277547361282v0, current target version: 0, leader version: 0"]
I20241217 04:07:02.152447 164 ChunkedSegmentSealedImpl.cpp:287] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 loads field 101 mmap false done
[2024/12/17 04:07:02.163 +00:00] [INFO] [task/scheduler.go:688] ["processed tasks"] [nodeID=5864] [toProcessNum=5] [committedNum=0] [toRemoveNum=0]
[2024/12/17 04:07:02.163 +00:00] [INFO] [task/scheduler.go:694] ["process tasks related to node done"] [nodeID=5864] [processingTaskNum=5] [waitingTaskNum=0] [segmentTaskNum=5] [channelTaskNum=0]
[2024/12/17 04:07:02.165 +00:00] [INFO] [segments/segment.go:965] ["submitted loadFieldData task to load pool"] [traceID=752dd42748c2d90d0f502bcc702384b0] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=452745552034264114] [fieldID=104] [rowCount=89288]
I20241217 04:07:02.165231 164 ChunkedSegmentSealedImpl.cpp:262] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 loads field 104 with num_rows 89288
I20241217 04:07:02.165284 164 ChunkedSegmentSealedImpl.cpp:276] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 submits load field 104 task to thread pool
[2024/12/17 04:07:02.177 +00:00] [INFO] [segments/segment.go:977] ["load field done"] [traceID=752dd42748c2d90d0f502bcc702384b0] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=452745552034264114] [fieldID=101] [rowCount=89288]
I20241217 04:07:02.206741 170 ChunkedSegmentSealedImpl.cpp:287] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 loads field 100 mmap false done
[2024/12/17 04:07:02.207 +00:00] [INFO] [segments/segment.go:1028] ["add field data info done"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] ["row count"=1491]
[2024/12/17 04:07:02.207 +00:00] [INFO] [segments/segment_loader.go:760] ["Start loading fields..."] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [segmentID=454575894751547022] [indexedFields="[]"] ["indexed text fields"="[]"] ["unindexed text fields"="[]"]
[2024/12/17 04:07:02.207 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=109] [rowCount=1491]
[2024/12/17 04:07:02.208 +00:00] [INFO] [segments/segment.go:965] ["submitted loadFieldData task to load pool"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=109] [rowCount=1491]
I20241217 04:07:02.208029 170 ChunkedSegmentSealedImpl.cpp:262] [SERVER][LoadFieldData][milvus][]segment 454575894751547022 loads field 109 with num_rows 1491
I20241217 04:07:02.208061 170 ChunkedSegmentSealedImpl.cpp:276] [SERVER][LoadFieldData][milvus][]segment 454575894751547022 submits load field 109 task to thread pool
[2024/12/17 04:07:02.214 +00:00] [INFO] [syncmgr/meta_writer.go:75] [SaveBinlogPath] [SegmentID=454664283061949128] [CollectionID=449976277547361282] [ParitionID=449976277547361294] [startPos="[{"start_position":{"channel_name":"by-dev-rootcoord-dml_11_449976277547361282v0","msgID":"5gP8x/42TwY=","msgGroup":"datanode-5826-by-dev-rootcoord-dml_11_449976277547361282v0-true","timestamp":454663099801665537},"segmentID":454642555292159502}]"] [checkPoints="[{"segmentID":454664283061949128,"position":{"channel_name":"by-dev-rootcoord-dml_11_449976277547361282v0","msgID":"vW/9x/42TwY=","msgGroup":"datanode-5864-by-dev-rootcoord-dml_11_449976277547361282v0-true","timestamp":454664757073674241},"num_of_rows":180}]"] [binlogNum=12] [statslogNum=1] [deltalogNum=0] [bm25logNum=0] [vChannelName=by-dev-rootcoord-dml_11_449976277547361282v0]
[2024/12/17 04:07:02.218 +00:00] [INFO] [segments/segment.go:977] ["load field done"] [traceID=752dd42748c2d90d0f502bcc702384b0] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=452745552034264114] [fieldID=100] [rowCount=89288]
[2024/12/17 04:07:02.220 +00:00] [INFO] [segments/segment.go:1028] ["add field data info done"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] ["row count"=4104]
[2024/12/17 04:07:02.220 +00:00] [INFO] [segments/segment_loader.go:760] ["Start loading fields..."] [traceID=36a310902545ded443f154948d745524] [segmentID=454664283062150492] [indexedFields="[]"] ["indexed text fields"="[]"] ["unindexed text fields"="[]"]
[2024/12/17 04:07:02.220 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=109] [rowCount=4104]
[2024/12/17 04:07:02.220 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=0] [rowCount=1491]
[2024/12/17 04:07:02.221 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=1] [rowCount=1491]
[2024/12/17 04:07:02.221 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=100] [rowCount=1491]
[2024/12/17 04:07:02.221 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=101] [rowCount=1491]
[2024/12/17 04:07:02.221 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=102] [rowCount=1491]
[2024/12/17 04:07:02.221 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=103] [rowCount=1491]
[2024/12/17 04:07:02.221 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=104] [rowCount=1491]
[2024/12/17 04:07:02.221 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=105] [rowCount=1491]
[2024/12/17 04:07:02.222 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=106] [rowCount=1491]
[2024/12/17 04:07:02.222 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=107] [rowCount=1491]
[2024/12/17 04:07:02.222 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=108] [rowCount=1491]
[2024/12/17 04:07:02.222 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=0] [rowCount=4104]
[2024/12/17 04:07:02.223 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=1] [rowCount=4104]
[2024/12/17 04:07:02.224 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=100] [rowCount=4104]
[2024/12/17 04:07:02.224 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=101] [rowCount=4104]
[2024/12/17 04:07:02.224 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=102] [rowCount=4104]
[2024/12/17 04:07:02.224 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=103] [rowCount=4104]
[2024/12/17 04:07:02.224 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=104] [rowCount=4104]
[2024/12/17 04:07:02.224 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=105] [rowCount=4104]
[2024/12/17 04:07:02.224 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=106] [rowCount=4104]
[2024/12/17 04:07:02.225 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=107] [rowCount=4104]
[2024/12/17 04:07:02.225 +00:00] [INFO] [segments/segment.go:923] ["start loading field data for field"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=108] [rowCount=4104]
[2024/12/17 04:07:02.261 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361294] [subChannelCount=1] [loadSegmentCount=3]
[2024/12/17 04:07:02.261 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361283] [subChannelCount=1] [loadSegmentCount=0]
[2024/12/17 04:07:02.261 +00:00] [WARN] [observers/collection_observer.go:350] ["failed to manual check current target, skip update load status"] [collectionID=449976277547361282] [partitionID=449976277547361283]
[2024/12/17 04:07:02.261 +00:00] [INFO] [datacoord/services.go:494] ["receive SaveBinlogPaths request"] [traceID=daadcaf4ab53e57a352f13024a2e1085] [nodeID=5864] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [collectionID=449976277547361282] [segmentID=454664283061949128] [level=L1] [isFlush=false] [isDropped=false] [checkpoints="[{"segmentID":454664283061949128,"position":{"channel_name":"by-dev-rootcoord-dml_11_449976277547361282v0","msgID":"vW/9x/42TwY=","msgGroup":"datanode-5864-by-dev-rootcoord-dml_11_449976277547361282v0-true","timestamp":454664757073674241},"num_of_rows":180}]"]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277507568832] [replicaID=449976289146175490] [nodes="["{NodeID: 5864, AssignedScore: 66085.000000, CurrentScore: 72693.500000, Priority: 6608}"]"]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277526694406] [replicaID=449976289146175499] [nodes="["{NodeID: 5864, AssignedScore: 66314.000000, CurrentScore: 72945.400000, Priority: 6631}"]"]
[2024/12/17 04:07:02.261 +00:00] [INFO] [datacoord/meta.go:976] ["check point reported inconsistent with bin log row count"] ["current rows (wrong)"=190] ["segment bin log row count (correct)"=180]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361282] [replicaID=449976289146175500] [nodes="["{NodeID: 5864, AssignedScore: 491811.000000, CurrentScore: 540992.100000, Priority: 49181}"]"]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361318] [replicaID=449976289146175501] [nodes="["{NodeID: 5864, AssignedScore: 491280.000000, CurrentScore: 540408.000000, Priority: 49128}"]"]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=452745552034264114] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454245220196488370] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.261 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.269 +00:00] [INFO] [datacoord/task_stats.go:255] ["query stats task result success"] [taskID=454664283063162562] [segmentID=452745552034354339] ["result state"=JobStateInProgress] [failReason=]
[2024/12/17 04:07:02.270 +00:00] [INFO] [datacoord/compaction.go:634] ["compactionHandler cannot find datanode for compaction task"] [planID=454664254582251058] [type=MixCompaction] [vchannel=by-dev-rootcoord-dml_11_449976277547361282v0]
[2024/12/17 04:07:02.272 +00:00] [INFO] [datacoord/services.go:205] ["handle assign segment request"] [traceID=2988fe72c19592f7f9b591c32aa59e80] [collectionID=449976277547361282] [partitionID=449976277547361294] [channelName=by-dev-rootcoord-dml_11_449976277547361282v0] [count=1] ["segment level"=Legacy]
[2024/12/17 04:07:02.276 +00:00] [INFO] [syncmgr/meta_writer.go:75] [SaveBinlogPath] [SegmentID=454642555292159502] [CollectionID=449976277547361282] [ParitionID=449976277547361294] [startPos="[{"start_position":{"channel_name":"by-dev-rootcoord-dml_11_449976277547361282v0","msgID":"5gP8x/42TwY=","msgGroup":"datanode-5826-by-dev-rootcoord-dml_11_449976277547361282v0-true","timestamp":454663099801665537},"segmentID":454642555292159502}]"] [checkPoints="[{"segmentID":454642555292159502,"position":{"channel_name":"by-dev-rootcoord-dml_11_449976277547361282v0","msgID":"vW/9x/42TwY=","msgGroup":"datanode-5864-by-dev-rootcoord-dml_11_449976277547361282v0-true","timestamp":454664757073674241},"num_of_rows":550}]"] [binlogNum=12] [statslogNum=1] [deltalogNum=0] [bm25logNum=0] [vChannelName=by-dev-rootcoord-dml_11_449976277547361282v0]
[2024/12/17 04:07:02.277 +00:00] [INFO] [datacoord/services.go:494] ["receive SaveBinlogPaths request"] [traceID=515394ece2d9ff7a06aadae297be7d13] [nodeID=5864] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [collectionID=449976277547361282] [segmentID=454642555292159502] [level=L1] [isFlush=false] [isDropped=false] [checkpoints="[{"segmentID":454642555292159502,"position":{"channel_name":"by-dev-rootcoord-dml_11_449976277547361282v0","msgID":"vW/9x/42TwY=","msgGroup":"datanode-5864-by-dev-rootcoord-dml_11_449976277547361282v0-true","timestamp":454664757073674241},"num_of_rows":550}]"]
[2024/12/17 04:07:02.278 +00:00] [INFO] [dist/dist_handler.go:260] ["leader is not available due to target version not ready"] [collectionID=449976277547361282] [nodeID=5864] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [error="service internal error: target version mismatch, collection: 449976277547361282, channel: by-dev-rootcoord-dml_11_449976277547361282v0, current target version: 0, leader version: 0"]
[2024/12/17 04:07:02.279 +00:00] [INFO] [task/scheduler.go:688] ["processed tasks"] [nodeID=5864] [toProcessNum=5] [committedNum=0] [toRemoveNum=0]
[2024/12/17 04:07:02.279 +00:00] [INFO] [task/scheduler.go:694] ["process tasks related to node done"] [nodeID=5864] [processingTaskNum=5] [waitingTaskNum=0] [segmentTaskNum=5] [channelTaskNum=0]
[2024/12/17 04:07:02.282 +00:00] [INFO] [dist/dist_handler.go:260] ["leader is not available due to target version not ready"] [collectionID=449976277547361282] [nodeID=5864] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [error="service internal error: target version mismatch, collection: 449976277547361282, channel: by-dev-rootcoord-dml_11_449976277547361282v0, current target version: 0, leader version: 0"]
[2024/12/17 04:07:02.282 +00:00] [INFO] [task/scheduler.go:688] ["processed tasks"] [nodeID=5864] [toProcessNum=5] [committedNum=0] [toRemoveNum=0]
[2024/12/17 04:07:02.282 +00:00] [INFO] [task/scheduler.go:694] ["process tasks related to node done"] [nodeID=5864] [processingTaskNum=5] [waitingTaskNum=0] [segmentTaskNum=5] [channelTaskNum=0]
[2024/12/17 04:07:02.283 +00:00] [WARN] [rootcoord/quota_center.go:977] ["QuotaCenter: QueryNode memory to low water level, limit writing rate"] [Node=querynode-5864] [collections="[449976277507568832,449976277526694406,449976277547361282,449976277547361318]"] [UsedMem=5953187840] [TotalMem=6442450944] [curWatermark=0.9240563710530599] [lowWatermark=0.85] [highWatermark=0.95]
[2024/12/17 04:07:02.283 +00:00] [WARN] [rootcoord/quota_center.go:1004] ["QuotaCenter: DataNode memory to low water level, limit writing rate"] [Node=datanode-5864] [collections="[449976277526694406,449976277507568832,449976277547361318,449976277547361282]"] [UsedMem=5947514880] [TotalMem=6442450944] [curWatermark=0.9231758117675781] [lowWatermark=0.85] [highWatermark=0.95]
I20241217 04:07:02.312698 162 ChunkedSegmentSealedImpl.cpp:287] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 loads field 102 mmap false done
[2024/12/17 04:07:02.323 +00:00] [INFO] [segments/segment.go:965] ["submitted loadFieldData task to load pool"] [traceID=36a310902545ded443f154948d745524] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664283062150492] [fieldID=109] [rowCount=4104]
I20241217 04:07:02.323127 162 ChunkedSegmentSealedImpl.cpp:262] [SERVER][LoadFieldData][milvus][]segment 454664283062150492 loads field 109 with num_rows 4104
I20241217 04:07:02.323163 162 ChunkedSegmentSealedImpl.cpp:276] [SERVER][LoadFieldData][milvus][]segment 454664283062150492 submits load field 109 task to thread pool
[2024/12/17 04:07:02.344 +00:00] [INFO] [segments/segment.go:977] ["load field done"] [traceID=752dd42748c2d90d0f502bcc702384b0] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=452745552034264114] [fieldID=102] [rowCount=89288]
I20241217 04:07:02.364588 166 ChunkedSegmentSealedImpl.cpp:287] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 loads field 103 mmap false done
[2024/12/17 04:07:02.369 +00:00] [INFO] [segments/segment.go:965] ["submitted loadFieldData task to load pool"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=0] [rowCount=1491]
I20241217 04:07:02.369778 166 ChunkedSegmentSealedImpl.cpp:262] [SERVER][LoadFieldData][milvus][]segment 454575894751547022 loads field 0 with num_rows 1491
I20241217 04:07:02.369829 166 ChunkedSegmentSealedImpl.cpp:276] [SERVER][LoadFieldData][milvus][]segment 454575894751547022 submits load field 0 task to thread pool
[2024/12/17 04:07:02.372 +00:00] [INFO] [segments/segment.go:977] ["load field done"] [traceID=752dd42748c2d90d0f502bcc702384b0] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=452745552034264114] [fieldID=103] [rowCount=89288]
[2024/12/17 04:07:02.375 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361283] [subChannelCount=1] [loadSegmentCount=0]
[2024/12/17 04:07:02.375 +00:00] [WARN] [observers/collection_observer.go:350] ["failed to manual check current target, skip update load status"] [collectionID=449976277547361282] [partitionID=449976277547361283]
[2024/12/17 04:07:02.376 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361294] [subChannelCount=1] [loadSegmentCount=3]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277507568832] [replicaID=449976289146175490] [nodes="["{NodeID: 5864, AssignedScore: 66085.000000, CurrentScore: 72693.500000, Priority: 6608}"]"]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277526694406] [replicaID=449976289146175499] [nodes="["{NodeID: 5864, AssignedScore: 66314.000000, CurrentScore: 72945.400000, Priority: 6631}"]"]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361282] [replicaID=449976289146175500] [nodes="["{NodeID: 5864, AssignedScore: 491811.000000, CurrentScore: 540992.100000, Priority: 49181}"]"]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361318] [replicaID=449976289146175501] [nodes="["{NodeID: 5864, AssignedScore: 491280.000000, CurrentScore: 540408.000000, Priority: 49128}"]"]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=452745552034264114] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454245220196488370] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.376 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
I20241217 04:07:02.566706 163 ChunkedSegmentSealedImpl.cpp:287] [SERVER][LoadFieldData][milvus][]segment 454664254582251057 loads field 106 mmap false done
[2024/12/17 04:07:02.568 +00:00] [INFO] [segments/segment.go:965] ["submitted loadFieldData task to load pool"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=1] [rowCount=1491]
I20241217 04:07:02.568136 163 ChunkedSegmentSealedImpl.cpp:262] [SERVER][LoadFieldData][milvus][]segment 454575894751547022 loads field 1 with num_rows 1491
I20241217 04:07:02.568176 163 ChunkedSegmentSealedImpl.cpp:276] [SERVER][LoadFieldData][milvus][]segment 454575894751547022 submits load field 1 task to thread pool
[2024/12/17 04:07:02.584 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361283] [subChannelCount=1] [loadSegmentCount=0]
[2024/12/17 04:07:02.584 +00:00] [WARN] [observers/collection_observer.go:350] ["failed to manual check current target, skip update load status"] [collectionID=449976277547361282] [partitionID=449976277547361283]
[2024/12/17 04:07:02.584 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361294] [subChannelCount=1] [loadSegmentCount=3]
[2024/12/17 04:07:02.584 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277507568832] [replicaID=449976289146175490] [nodes="["{NodeID: 5864, AssignedScore: 66085.000000, CurrentScore: 72693.500000, Priority: 6608}"]"]
[2024/12/17 04:07:02.584 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277526694406] [replicaID=449976289146175499] [nodes="["{NodeID: 5864, AssignedScore: 66314.000000, CurrentScore: 72945.400000, Priority: 6631}"]"]
[2024/12/17 04:07:02.584 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361282] [replicaID=449976289146175500] [nodes="["{NodeID: 5864, AssignedScore: 491811.000000, CurrentScore: 540992.100000, Priority: 49181}"]"]
[2024/12/17 04:07:02.585 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361318] [replicaID=449976289146175501] [nodes="["{NodeID: 5864, AssignedScore: 491280.000000, CurrentScore: 540408.000000, Priority: 49128}"]"]
[2024/12/17 04:07:02.585 +00:00] [INFO] [segments/segment.go:977] ["load field done"] [traceID=0572292963dd41eb4a3c7817a0d2909d] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454664254582251057] [fieldID=106] [rowCount=8812]
[2024/12/17 04:07:02.585 +00:00] [INFO] [segments/segment_loader.go:991] ["load field binlogs done for sealed segment"] [traceID=0572292963dd41eb4a3c7817a0d2909d] [collection=449976277547361282] [segment=454664254582251057] [len(field)=12] [segmentType=Sealed]
[2024/12/17 04:07:02.585 +00:00] [INFO] [segments/segment_loader.go:817] ["Finish loading segment"] [traceID=0572292963dd41eb4a3c7817a0d2909d] [segmentID=454664254582251057] [loadFieldsIndexSpan=26.13µs] [complementScalarDataSpan=7.428µs] [loadRawDataSpan=16.62358853s] [patchEntryNumberSpan=865ns] [loadTextIndexesSpan=368ns]
I20241217 04:07:02.711825 165 ChunkedSegmentSealedImpl.cpp:287] [SERVER][LoadFieldData][milvus][]segment 452745552034264114 loads field 105 mmap false done
[2024/12/17 04:07:02.765 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=452745552034264114] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.765 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454245220196488370] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.766 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.766 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.766 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.770 +00:00] [INFO] [segments/segment.go:965] ["submitted loadFieldData task to load pool"] [traceID=4e8a1b93f4ef3027aca28234eb2ac01b] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=454575894751547022] [fieldID=100] [rowCount=1491]
I20241217 04:07:02.770570 165 ChunkedSegmentSealedImpl.cpp:262] [SERVER][LoadFieldData][milvus][]segment 454575894751547022 loads field 100 with num_rows 1491
I20241217 04:07:02.770635 165 ChunkedSegmentSealedImpl.cpp:276] [SERVER][LoadFieldData][milvus][]segment 454575894751547022 submits load field 100 task to thread pool
[2024/12/17 04:07:02.783 +00:00] [INFO] [datacoord/meta.go:1068] ["meta update: update flush segments info - update flush segments info successfully"]
[2024/12/17 04:07:02.793 +00:00] [INFO] [segments/segment.go:977] ["load field done"] [traceID=752dd42748c2d90d0f502bcc702384b0] [collectionID=449976277547361282] [partitionID=449976277547361294] [segmentID=452745552034264114] [fieldID=105] [rowCount=89288]
[2024/12/17 04:07:02.796 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361283] [subChannelCount=1] [loadSegmentCount=0]
[2024/12/17 04:07:02.796 +00:00] [WARN] [observers/collection_observer.go:350] ["failed to manual check current target, skip update load status"] [collectionID=449976277547361282] [partitionID=449976277547361283]
[2024/12/17 04:07:02.796 +00:00] [INFO] [observers/collection_observer.go:336] ["partition load progress"] [collectionID=449976277547361282] [partitionID=449976277547361294] [subChannelCount=1] [loadSegmentCount=3]
[2024/12/17 04:07:02.796 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277507568832] [replicaID=449976289146175490] [nodes="["{NodeID: 5864, AssignedScore: 66085.000000, CurrentScore: 72693.500000, Priority: 6608}"]"]
[2024/12/17 04:07:02.796 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277526694406] [replicaID=449976289146175499] [nodes="["{NodeID: 5864, AssignedScore: 66314.000000, CurrentScore: 72945.400000, Priority: 6631}"]"]
[2024/12/17 04:07:02.796 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361282] [replicaID=449976289146175500] [nodes="["{NodeID: 5864, AssignedScore: 491811.000000, CurrentScore: 540992.100000, Priority: 49181}"]"]
[2024/12/17 04:07:02.797 +00:00] [INFO] [balance/score_based_balancer.go:353] ["node workload status"] [collectionID=449976277547361318] [replicaID=449976289146175501] [nodes="["{NodeID: 5864, AssignedScore: 491280.000000, CurrentScore: 540408.000000, Priority: 49128}"]"]
[2024/12/17 04:07:02.798 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=452745552034264114] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.798 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454245220196488370] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.798 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664254582251057] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.798 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454664283062150492] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
[2024/12/17 04:07:02.798 +00:00] [INFO] [balance/utils.go:70] ["create segment task"] [collection=449976277547361282] [segmentID=454575894751547022] [replica=449976289146175500] [channel=by-dev-rootcoord-dml_11_449976277547361282v0] [level=Legacy] [from=-1] [to=5864]
Anything else?
I can't find similar questions in issues
The text was updated successfully, but these errors were encountered: