Skip to content
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]: The cluster cannot release the loaded collection or query #15623

Closed
1 task done
qi49125 opened this issue Feb 18, 2022 · 20 comments
Closed
1 task done

[Bug]: The cluster cannot release the loaded collection or query #15623

qi49125 opened this issue Feb 18, 2022 · 20 comments
Assignees
Labels
kind/bug Issues or changes related a bug stale indicates no udpates for 30 days triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@qi49125
Copy link

qi49125 commented Feb 18, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version:2.0.0
- Deployment mode(standalone or cluster):cluster
- SDK version(e.g. pymilvus v2.0.0rc2):2.0.0
- OS(Ubuntu or CentOS): Ubuntu 
- CPU/Memory: 300G
- GPU: 
- Others:

Current Behavior

200 million data records and two sets are imported to the 2.0 cluster. After the first set is loaded, the cluster is normal. After the second set is loaded due to insufficient memory, the querynode is also restarted. As a result, the cluster is abnormal. During the restart of other services, the name and data volume of the collection can be properly displayed in Insight. When a collection or partition is created, data can be properly imported to the new collection, and the previously loaded collection is in the loaded state. However, if you perform a query or click to release the memory, the cluster becomes abnormal, what should we do in this case? We're in the market now.
The service logs are as follows:
pulsar---------->:
01:48:35.232 [bookkeeper-ml-workers-OrderedExecutor-1-0] INFO org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl - [public/default/persistent/by-dev-rootcoord-dml_1] Opened new cursor: ManagedCursorImpl{ledger=public/default/persistent/by-dev-rootcoord-dml_1, name=by-dev-dataNode-216-431265917210984449, ackPos=80301:34944, readPos=80301:34945}
01:48:35.232 [bookkeeper-ml-workers-OrderedExecutor-0-0] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_0-by-dev-dataNode-216-431265917210984449] Rewind from 7:0 to 7:0
01:48:35.232 [bookkeeper-ml-workers-OrderedExecutor-1-0] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_1-by-dev-dataNode-216-431265917210984449] Rewind from 8:0 to 8:0
01:48:35.232 [bookkeeper-ml-workers-OrderedExecutor-0-0] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/by-dev-rootcoord-dml_0] There are no replicated subscriptions on the topic
01:48:35.232 [bookkeeper-ml-workers-OrderedExecutor-0-0] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/by-dev-rootcoord-dml_0][by-dev-dataNode-216-431265917210984449] Created new subscription for 77
01:48:35.232 [bookkeeper-ml-workers-OrderedExecutor-0-0] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Created subscription on topic persistent://public/default/by-dev-rootcoord-dml_0 / by-dev-dataNode-216-431265917210984449
01:48:35.233 [bookkeeper-ml-workers-OrderedExecutor-1-0] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/by-dev-rootcoord-dml_1] There are no replicated subscriptions on the topic
01:48:35.233 [bookkeeper-ml-workers-OrderedExecutor-1-0] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/by-dev-rootcoord-dml_1][by-dev-dataNode-216-431265917210984449] Created new subscription for 76
01:48:35.233 [bookkeeper-ml-workers-OrderedExecutor-1-0] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Created subscription on topic persistent://public/default/by-dev-rootcoord-dml_1 / by-dev-dataNode-216-431265917210984449
01:48:35.235 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.Consumer - Disconnecting consumer: Consumer{subscription=PersistentSubscription{topic=persistent://public/default/by-dev-rootcoord-dml_1, name=by-dev-dataNode-216-431265917210984449}, consumerId=76, consumerName=kxhxo, address=/12.11.0.97:15768}
01:48:35.235 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.AbstractDispatcherSingleActiveConsumer - Removing consumer Consumer{subscription=PersistentSubscription{topic=persistent://public/default/by-dev-rootcoord-dml_1, name=by-dev-dataNode-216-431265917210984449}, consumerId=76, consumerName=kxhxo, address=/12.11.0.97:15768}
01:48:35.235 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.persistent.PersistentSubscription - [persistent://public/default/by-dev-rootcoord-dml_1][by-dev-dataNode-216-431265917210984449] Successfully disconnected consumers from subscription, proceeding with cursor reset
01:48:35.236 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.Consumer - Disconnecting consumer: Consumer{subscription=PersistentSubscription{topic=persistent://public/default/by-dev-rootcoord-dml_0, name=by-dev-dataNode-216-431265917210984449}, consumerId=77, consumerName=fzatn, address=/12.11.0.97:15768}
01:48:35.236 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.AbstractDispatcherSingleActiveConsumer - Removing consumer Consumer{subscription=PersistentSubscription{topic=persistent://public/default/by-dev-rootcoord-dml_0, name=by-dev-dataNode-216-431265917210984449}, consumerId=77, consumerName=fzatn, address=/12.11.0.97:15768}
01:48:35.236 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.persistent.PersistentSubscription - [persistent://public/default/by-dev-rootcoord-dml_0][by-dev-dataNode-216-431265917210984449] Successfully disconnected consumers from subscription, proceeding with cursor reset
01:48:35.236 [bookkeeper-ml-workers-OrderedExecutor-1-0] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_1] Initiate reset position to 80301:34944 on cursor by-dev-dataNode-216-431265917210984449
01:48:35.236 [bookkeeper-ml-workers-OrderedExecutor-0-0] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_0] Initiate reset position to 80331:34943 on cursor by-dev-dataNode-216-431265917210984449
01:48:35.240 [broker-topic-workers-OrderedScheduler-6-0] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_1-by-dev-dataNode-216-431265917210984449] Rewind from 8:100 to 8:0
01:48:35.241 [broker-topic-workers-OrderedScheduler-5-0] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_0-by-dev-dataNode-216-431265917210984449] Rewind from 7:100 to 7:0
01:48:35.242 [BookKeeperClientWorker-OrderedExecutor-12-0] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_0] reset position to 80331:34943 skipping from current read position 7:0 on cursor by-dev-dataNode-216-431265917210984449
01:48:35.242 [BookKeeperClientWorker-OrderedExecutor-13-0] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_1] reset position to 80301:34944 skipping from current read position 8:0 on cursor by-dev-dataNode-216-431265917210984449
01:48:35.242 [BookKeeperClientWorker-OrderedExecutor-12-0] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] [persistent://public/default/by-dev-rootcoord-dml_0][by-dev-dataNode-216-431265917210984449] Reset subscription to message id 80331:34943
01:48:35.242 [BookKeeperClientWorker-OrderedExecutor-13-0] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] [persistent://public/default/by-dev-rootcoord-dml_1][by-dev-dataNode-216-431265917210984449] Reset subscription to message id 80301:34944
01:48:35.339 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Subscribing on topic persistent://public/default/by-dev-rootcoord-dml_1 / by-dev-dataNode-216-431265917210984449
01:48:35.339 [pulsar-io-36-4] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_1-by-dev-dataNode-216-431265917210984449] Rewind from 80301:34944 to 80301:34944
01:48:35.340 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/by-dev-rootcoord-dml_1] There are no replicated subscriptions on the topic
01:48:35.340 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/by-dev-rootcoord-dml_1][by-dev-dataNode-216-431265917210984449] Created new subscription for 76
01:48:35.340 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Created subscription on topic persistent://public/default/by-dev-rootcoord-dml_1 / by-dev-dataNode-216-431265917210984449
01:48:35.344 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768][persistent://public/default/by-dev-rootcoord-delta_1] Creating producer. producerId=151
01:48:35.345 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] persistent://public/default/by-dev-rootcoord-delta_1 configured with schema false
01:48:35.345 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Created new producer: Producer{topic=PersistentTopic{topic=persistent://public/default/by-dev-rootcoord-delta_1}, client=/12.11.0.97:15768, producerName=standalone-10-1, producerId=151}
01:48:35.347 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768][persistent://public/default/by-dev-datacoord-timetick-channel] Creating producer. producerId=152
01:48:35.347 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] persistent://public/default/by-dev-datacoord-timetick-channel configured with schema false
01:48:35.348 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Created new producer: Producer{topic=PersistentTopic{topic=persistent://public/default/by-dev-datacoord-timetick-channel}, client=/12.11.0.97:15768, producerName=standalone-10-2, producerId=152}
01:48:35.353 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Subscribing on topic persistent://public/default/by-dev-rootcoord-dml_0 / by-dev-dataNode-216-431265917210984449
01:48:35.353 [pulsar-io-36-4] INFO org.apache.bookkeeper.mledger.impl.ManagedCursorImpl - [public/default/persistent/by-dev-rootcoord-dml_0-by-dev-dataNode-216-431265917210984449] Rewind from 80331:34943 to 80331:34943
01:48:35.354 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/by-dev-rootcoord-dml_0] There are no replicated subscriptions on the topic
01:48:35.354 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/by-dev-rootcoord-dml_0][by-dev-dataNode-216-431265917210984449] Created new subscription for 77
01:48:35.354 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Created subscription on topic persistent://public/default/by-dev-rootcoord-dml_0 / by-dev-dataNode-216-431265917210984449
01:48:35.357 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768][persistent://public/default/by-dev-rootcoord-delta_0] Creating producer. producerId=153
01:48:35.358 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] persistent://public/default/by-dev-rootcoord-delta_0 configured with schema false
01:48:35.358 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Created new producer: Producer{topic=PersistentTopic{topic=persistent://public/default/by-dev-rootcoord-delta_0}, client=/12.11.0.97:15768, producerName=standalone-10-3, producerId=153}
01:48:35.360 [pulsar-io-36-4] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768][persistent://public/default/by-dev-datacoord-timetick-channel] Creating producer. producerId=154
01:48:35.360 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] persistent://public/default/by-dev-datacoord-timetick-channel configured with schema false
01:48:35.360 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.97:15768] Created new producer: Producer{topic=PersistentTopic{topic=persistent://public/default/by-dev-datacoord-timetick-channel}, client=/12.11.0.97:15768, producerName=standalone-10-4, producerId=154}
01:49:17.500 [pulsar-io-36-12] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987][persistent://public/default/by-dev-rootcoord-dml_0] Creating producer. producerId=1
01:49:17.501 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987] persistent://public/default/by-dev-rootcoord-dml_0 configured with schema false
01:49:17.501 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987] Created new producer: Producer{topic=PersistentTopic{topic=persistent://public/default/by-dev-rootcoord-dml_0}, client=/12.11.0.81:13987, producerName=standalone-10-5, producerId=1}
01:49:17.503 [pulsar-io-36-12] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987][persistent://public/default/by-dev-rootcoord-dml_1] Creating producer. producerId=2
01:49:17.504 [pulsar-io-36-12] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987][persistent://public/default/by-dev-rootcoord-dml_0] Creating producer. producerId=3
01:49:17.504 [ForkJoinPool.commonPool-worker-5] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987] persistent://public/default/by-dev-rootcoord-dml_1 configured with schema false
01:49:17.504 [ForkJoinPool.commonPool-worker-15] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987] persistent://public/default/by-dev-rootcoord-dml_0 configured with schema false
01:49:17.504 [ForkJoinPool.commonPool-worker-5] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987] Created new producer: Producer{topic=PersistentTopic{topic=persistent://public/default/by-dev-rootcoord-dml_1}, client=/12.11.0.81:13987, producerName=standalone-10-6, producerId=2}
01:49:17.504 [ForkJoinPool.commonPool-worker-15] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987] Created new producer: Producer{topic=PersistentTopic{topic=persistent://public/default/by-dev-rootcoord-dml_0}, client=/12.11.0.81:13987, producerName=standalone-10-7, producerId=3}
01:49:17.507 [pulsar-io-36-12] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987][persistent://public/default/by-dev-rootcoord-dml_1] Creating producer. producerId=4
01:49:17.507 [ForkJoinPool.commonPool-worker-15] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987] persistent://public/default/by-dev-rootcoord-dml_1 configured with schema false
01:49:17.507 [ForkJoinPool.commonPool-worker-15] INFO org.apache.pulsar.broker.service.ServerCnx - [/12.11.0.81:13987] Created new producer: Producer{topic=PersistentTopic{topic=persistent://public/default/by-dev-rootcoord-dml_1}, client=/12.11.0.81:13987, producerName=standalone-10-8, producerId=4}
01:51:10.711 [bookkeeper-ml-workers-OrderedExecutor-0-0] INFO org.apache.bookkeeper.mledger.impl.OpAddEntry - [public/default/persistent/by-dev-datacoord-timetick-channel] Closing ledger 80491 for being full
01:51:10.713 [main-EventThread] INFO org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl - [public/default/persistent/by-dev-datacoord-timetick-channel] Creating a new ledger
01:51:10.713 [main-EventThread] INFO org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl - [public/default/persistent/by-dev-datacoord-timetick-channel] Creating ledger, metadata: {component=[109, 97, 110, 97, 103, 101, 100, 45, 108, 101, 100, 103, 101, 114], pulsar/managed-ledger=[112, 117, 98, 108, 105, 99, 47, 100, 101, 102, 97, 117, 108, 116, 47, 112, 101, 114, 115, 105, 115, 116, 101, 110, 116, 47, 98, 121, 45, 100, 101, 118, 45, 100, 97, 116, 97, 99, 111, 111, 114, 100, 45, 116, 105, 109, 101, 116, 105, 99, 107, 45, 99, 104, 97, 110, 110, 101, 108], application=[112, 117, 108, 115, 97, 114]} - metadata ops timeout : 60 seconds
01:51:10.715 [main-EventThread] INFO org.apache.bookkeeper.client.LedgerCreateOp - Ensemble: [127.0.0.1:3181] for ledger: 80494
01:51:10.715 [main-EventThread] INFO org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl - [public/default/persistent/by-dev-datacoord-timetick-channel] Created new ledger 80494
01:51:10.718 [pulsar-ordered-OrderedExecutor-2-0-EventThread] INFO org.apache.pulsar.zookeeper.ZooKeeperCache - [State:CONNECTED Timeout:30000 sessionid:0x10036446df20002 local:/127.0.0.1:58190 remoteserver:localhost/127.0.0.1:2181 lastZxid:540278 xid:44484 sent:44484 recv:44992 queuedpkts:0 pendingresp:0 queuedevents:1] Received ZooKeeper watch event: WatchedEvent state:SyncConnected type:NodeDataChanged path:/managed-ledgers/public/default/persistent/by-dev-datacoord-timetick-channel

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

No response

@qi49125 qi49125 added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 18, 2022
@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

querycoord------------->
[2022/02/18 01:57:14.208 +00:00] [WARN] [query_coord.go:518] ["loadBalanceSegmentLoop: there are too few available query nodes to balance"] [onlineNodeIDs="[270]"] [availableNodeIDs="[270]"]
[2022/02/18 01:57:15.053 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:16.059 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:17.064 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:18.069 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:19.075 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:20.080 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:21.085 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:22.090 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:23.096 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]
[2022/02/18 01:57:24.102 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[270]"]

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

querynode------------>"
[2022/02/17 16:46:29.876 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=40226dd6f8850cf8]
[2022/02/17 16:46:29.876 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=9] ["insert offset"=4837] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.876 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.876 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=9]
[2022/02/17 16:46:29.876 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=9] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.877 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=5a78331e8827f870]
[2022/02/17 16:46:29.877 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=10] ["insert offset"=4846] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.877 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.877 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=10]
[2022/02/17 16:46:29.878 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=10] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.878 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=397815344ab0bb51]
[2022/02/17 16:46:29.878 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=9] ["insert offset"=4856] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.878 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.878 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=9]
[2022/02/17 16:46:29.878 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=9] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.879 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=679ac3c46b04e383]
[2022/02/17 16:46:29.879 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=12] ["insert offset"=4865] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.879 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.879 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=12]
[2022/02/17 16:46:29.879 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=12] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.879 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=2ce4e87351de5c52]
[2022/02/17 16:46:29.879 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=13] ["insert offset"=4877] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.879 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.879 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=13]
[2022/02/17 16:46:29.879 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=13] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.880 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=1a29ce13d72ddf16]
[2022/02/17 16:46:29.880 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=14] ["insert offset"=4890] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.880 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.880 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=14]
[2022/02/17 16:46:29.880 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=14] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.880 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=6d45a908c500e86a]
[2022/02/17 16:46:29.880 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=20] ["insert offset"=4904] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.881 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.881 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=20]
[2022/02/17 16:46:29.881 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=20] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.881 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=746d08c2e8aa135b]
[2022/02/17 16:46:29.881 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=5] ["insert offset"=4924] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.881 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.881 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=5]
[2022/02/17 16:46:29.881 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=5] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.882 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=6207723eb1222113]
[2022/02/17 16:46:29.882 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=12] ["insert offset"=4929] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.882 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.882 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=12]
[2022/02/17 16:46:29.882 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=12] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.882 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=78294165dc64b090]
[2022/02/17 16:46:29.882 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=8] ["insert offset"=4941] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.882 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.882 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=8]
[2022/02/17 16:46:29.882 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=8] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.883 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=2c2eadc0f97da112]
[2022/02/17 16:46:29.883 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=13] ["insert offset"=4949] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.883 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.883 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=13]
[2022/02/17 16:46:29.883 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=13] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=6276ed6b6ae51821]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=21] ["insert offset"=4962] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=21]
[2022/02/17 16:46:29.884 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=796ef5120ad2f5e5]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=21] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=13] ["insert offset"=4983] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=13]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=13] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=3188d8e098daf687]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=14] ["insert offset"=4996] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=14]
[2022/02/17 16:46:29.884 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=14] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.885 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=6ccbaadf308b223]
[2022/02/17 16:46:29.885 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=9] ["insert offset"=5010] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.885 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.885 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=9]
[2022/02/17 16:46:29.885 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=9] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.885 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=294074727c6a11a0]
[2022/02/17 16:46:29.885 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=12] ["insert offset"=5019] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.885 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=12]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=12] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.886 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=4ab310094ca14cc7]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=6] ["insert offset"=5031] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=6]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=6] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:29.886 +00:00] [INFO] [flow_graph_filter_dm_node.go:81] ["Filter invalid message in QueryNode"] [traceID=85c1ba19bab623d]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [flow_graph_insert_node.go:153] ["insertNode operator"] ["insert size"=14] ["insert offset"=5037] ["segment id"=431176742648676353]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [flow_graph_insert_node.go:275] [QueryNode::iNode::insert] [SegmentID=431176742648676353]
[2022/02/17 16:46:29.886 +00:00] [DEBUG] [segment.go:639] [QueryNode::Segment::InsertBegin] [cNumOfRows=14]
[2022/02/17 16:46:29.887 +00:00] [DEBUG] [flow_graph_insert_node.go:302] ["Do insert done"] [len=14] [collectionID=431164499698122753] [segmentID=431176742648676353]
[2022/02/17 16:46:37.319 +00:00] [WARN] [query_node.go:451] ["cleanup segments failed"] [error="All attempts results:\nattempt #1:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #2:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #3:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #4:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #5:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #6:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #7:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #8:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #9:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #10:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #11:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #12:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #13:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #14:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #15:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #16:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #17:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #18:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #19:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #20:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #21:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #22:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #23:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #24:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #25:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #26:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #27:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #28:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #29:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #30:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #31:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #32:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #33:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #34:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #35:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #36:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #37:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #38:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #39:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #40:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #41:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #42:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #43:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #44:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #45:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #46:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #47:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #48:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #49:waitChangeInfo failed, infoID = 431255310561443862\n\nattempt #50:waitChangeInfo failed, infoID = 431255310561443862\n\n"]
[2022/02/17 16:46:41.649 +00:00] [WARN] [query_node.go:451] ["cleanup segments failed"] [error="All attempts results:\nattempt #1:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #2:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #3:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #4:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #5:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #6:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #7:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #8:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #9:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #10:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #11:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #12:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #13:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #14:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #15:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #16:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #17:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #18:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #19:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #20:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #21:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #22:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #23:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #24:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #25:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #26:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #27:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #28:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #29:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #30:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #31:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #32:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #33:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #34:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #35:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #36:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #37:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #38:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #39:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #40:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #41:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #42:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #43:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #44:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #45:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #46:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #47:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #48:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #49:waitChangeInfo failed, infoID = 431255310561443864\n\nattempt #50:waitChangeInfo failed, infoID = 431255310561443864\n\n"]
[2022/02/18 00:50:16.223 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431264999990362112] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.223 +00:00]
[2022/02/18 00:50:16.223 +00:00] [DEBUG] [query_collection.go:521] ["query node::receiveQueryMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.GuaranteeTimestamp=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296] [msgType=search]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000021819392] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.343 +00:00]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000021819392] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.343 +00:00]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000021819392] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.343 +00:00]
[2022/02/18 00:50:16.343 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022343680] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.345 +00:00]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022343680] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.345 +00:00]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022343680] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.345 +00:00]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022343680] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.345 +00:00]
[2022/02/18 00:50:16.345 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022605824] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.346 +00:00]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022605824] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.346 +00:00]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022605824] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.346 +00:00]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022605824] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.346 +00:00]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022605824] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.346 +00:00]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022605824] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.346 +00:00]
[2022/02/18 00:50:16.346 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022867968] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.347 +00:00]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022867968] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.347 +00:00]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022867968] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.347 +00:00]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022867968] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.347 +00:00]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022867968] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.347 +00:00]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000022867968] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.347 +00:00]
[2022/02/18 00:50:16.347 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.348 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.348 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023130112] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.348 +00:00]
[2022/02/18 00:50:16.348 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023392256] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.349 +00:00]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023392256] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.349 +00:00]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023392256] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.349 +00:00]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023392256] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.349 +00:00]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023392256] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.349 +00:00]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023392256] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.349 +00:00]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023392256] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.349 +00:00]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023392256] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.349 +00:00]
[2022/02/18 00:50:16.349 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023654400] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.350 +00:00]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023654400] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.350 +00:00]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023654400] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.350 +00:00]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023654400] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.350 +00:00]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023654400] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.350 +00:00]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023654400] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.350 +00:00]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023654400] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.350 +00:00]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000023654400] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.350 +00:00]
[2022/02/18 00:50:16.350 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.353 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:15.992 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999929806849]
[2022/02/18 00:50:16.353 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000024440832] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.353 +00:00]
[2022/02/18 00:50:16.353 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:15.992 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.353 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.353 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000024440832] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.353 +00:00]
[2022/02/18 00:50:16.353 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.542 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.542 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000073986048] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.542 +00:00]
[2022/02/18 00:50:16.542 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.542 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.542 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000073986048] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.542 +00:00]
[2022/02/18 00:50:16.542 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.544 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000074772480] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.545 +00:00]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000074772480] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.545 +00:00]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000074772480] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.545 +00:00]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000074772480] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.545 +00:00]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000074772480] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.545 +00:00]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000074772480] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.545 +00:00]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000074772480] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.545 +00:00]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000074772480] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.545 +00:00]
[2022/02/18 00:50:16.545 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.546 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.546 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075034624] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.546 +00:00]
[2022/02/18 00:50:16.546 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.546 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.546 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075034624] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.546 +00:00]
[2022/02/18 00:50:16.546 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075296768] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.547 +00:00]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075296768] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.547 +00:00]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075296768] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.547 +00:00]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075296768] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.547 +00:00]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075296768] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.547 +00:00]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075296768] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.547 +00:00]
[2022/02/18 00:50:16.547 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075558912] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.548 +00:00]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075558912] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.548 +00:00]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075558912] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.548 +00:00]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075558912] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.548 +00:00]
[2022/02/18 00:50:16.548 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075821056] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.549 +00:00]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075821056] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.549 +00:00]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075821056] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.549 +00:00]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075821056] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.549 +00:00]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075821056] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.549 +00:00]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075821056] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.549 +00:00]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:615] ["get query message from unsolvedMsg"] [collectionID=431164499698122753] [msgID=431255009766146296] [reqTime_p=2022/02/18 00:50:16.192 +00:00] [serviceTime_p=2022/02/18 00:50:16.192 +00:00] [guaranteeTime_l=431264999982235650] [serviceTime_l=431264999982235649]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:337] ["check if query timeout"] [collectionID=431164499698122753] [msgID=431255009766146296] [TimeoutTs=0] [curTime=431265000075821056] [timeoutTsPhysical=1970/01/01 00:00:00.000 +00:00] [curTimePhysical=2022/02/18 00:50:16.549 +00:00]
[2022/02/18 00:50:16.549 +00:00] [DEBUG] [query_collection.go:640] ["query node::doUnsolvedMsg: add to unsolvedMsg"] [collectionID=431164499698122753] [sm.BeginTs=2022/02/18 00:50:16.192 +00:00] [serviceTime=2022/02/18 00:50:16.192 +00:00] ["delta seconds"=0] [msgID=431255009766146296]

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

proxy---------->
[2022/02/18 02:07:32.244 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]
[2022/02/18 02:07:32.244 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]
[2022/02/18 02:07:32.246 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]
[2022/02/18 02:07:32.246 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]
[2022/02/18 02:07:32.248 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]
[2022/02/18 02:07:32.274 +00:00] [DEBUG] [task.go:4012] ["Proxy GetIndexState"] [IndexBuildIDs=384] []
[2022/02/18 02:07:32.278 +00:00] [DEBUG] [impl.go:1911] ["GetIndexState done"] [traceID=1a2884fe80a95ff6] [role=proxy] [MsgID=431266214613352465] [BeginTs=431266215137640451] [EndTs=431266215137640451] [db=] [collection=movieProCollection] [field=] ["index name"=_default_idx]
[2022/02/18 02:07:32.280 +00:00] [DEBUG] [impl.go:582] ["DescribeCollection received"] [traceID=192716b62f0d8848] [role=proxy] [db=] [collection=trst]
[2022/02/18 02:07:32.281 +00:00] [DEBUG] [id.go:141] ["IDAllocator pickCanDoFunc"] [need=1] [total=199983] [remainReqCnt=0]
[2022/02/18 02:07:32.281 +00:00] [DEBUG] [impl.go:604] ["DescribeCollection enqueued"] [traceID=192716b62f0d8848] [role=proxy] [MsgID=431266214613352466] [BeginTS=431266215294926849] [EndTS=431266215294926849] [db=] [collection=trst]
[2022/02/18 02:07:32.282 +00:00] [DEBUG] [impl.go:632] ["DescribeCollection done"] [traceID=192716b62f0d8848] [role=proxy] [MsgID=431266214613352466] [BeginTS=431266215294926849] [EndTS=431266215294926849] [db=] [collection=trst]
[2022/02/18 02:07:32.283 +00:00] [DEBUG] [impl.go:663] ["GetCollectionStatistics received"] [traceID=1233f9baa20bcc76] [role=proxy] [db=] [collection=trst]
[2022/02/18 02:07:32.287 +00:00] [DEBUG] [id.go:141] ["IDAllocator pickCanDoFunc"] [need=1] [total=199982] [remainReqCnt=0]
[2022/02/18 02:07:32.287 +00:00] [DEBUG] [impl.go:685] ["GetCollectionStatistics enqueued"] [traceID=1233f9baa20bcc76] [role=proxy] [MsgID=431266214613352467] [BeginTS=431266215294926850] [EndTS=431266215294926850] [db=] [collection=trst]
[2022/02/18 02:07:32.288 +00:00] [DEBUG] [impl.go:713] ["GetCollectionStatistics done"] [traceID=1233f9baa20bcc76] [role=proxy] [MsgID=431266214613352467] [BeginTS=431266215294926850] [EndTS=431266215294926850] [db=] [collection=trst]
[2022/02/18 02:07:32.290 +00:00] [DEBUG] [impl.go:1849] ["GetIndexState received"] [traceID=59a92ec967fa45d1] [role=proxy] [db=] [collection=trst] [field=] ["index name"=]
[2022/02/18 02:07:32.291 +00:00] [DEBUG] [id.go:141] ["IDAllocator pickCanDoFunc"] [need=1] [total=199981] [remainReqCnt=0]
[2022/02/18 02:07:32.291 +00:00] [DEBUG] [impl.go:1877] ["GetIndexState enqueued"] [traceID=59a92ec967fa45d1] [role=proxy] [MsgID=431266214613352468] [BeginTs=431266215294926851] [EndTs=431266215294926851] [db=] [collection=trst] [field=] ["index name"=]
[2022/02/18 02:07:32.293 +00:00] [ERROR] [task_scheduler.go:465] ["Failed to execute task: no index is created"] [traceID=59a92ec967fa45d1] [stack="github.com/milvus-io/milvus/internal/proxy.(*taskScheduler).processTask\n\t/go/src/github.com/milvus-io/milvus/internal/proxy/task_scheduler.go:465\ngithub.com/milvus-io/milvus/internal/proxy.(*taskScheduler).definitionLoop\n\t/go/src/github.com/milvus-io/milvus/internal/proxy/task_scheduler.go:491"]
[2022/02/18 02:07:32.293 +00:00] [WARN] [impl.go:1890] ["GetIndexState failed to WaitToFinish"] [error="no index is created"] [traceID=59a92ec967fa45d1] [role=proxy] [MsgID=431266214613352468] [BeginTs=431266215294926851] [EndTs=431266215294926851] [db=] [collection=trst] [field=] ["index name"=_default_idx]
[2022/02/18 02:07:33.581 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]
[2022/02/18 02:07:37.241 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]
[2022/02/18 02:07:37.242 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]
[2022/02/18 02:07:37.243 +00:00] [WARN] [grpclog.go:46] ["[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: EOF""]

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

After the memory release or query operations that cause cluster exceptions are performed, the proxy is abnormal.

@qi49125 qi49125 closed this as completed Feb 18, 2022
@qi49125 qi49125 reopened this Feb 18, 2022
@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

After the memory release or query operations that cause cluster exceptions are performed, the proxy is abnormal.

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

During this period, the querynode restarts. In the attu, the number of nodes is far greater than the actual number of nodes. The actual node that does not exist is still in the registry. The log is as follows: from querycoord----------------》

[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 250 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 245 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 182 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 131 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 127 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 184 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 163 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 246 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 136 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 170 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 128 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 164 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 183 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 252 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 249 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 203 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 201 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 126 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 200 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 234 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 160 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 180 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 210 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 197 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 177 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 237 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 233 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 235 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 251 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 244 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 247 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 243 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 248 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 151 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 269 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 262 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 155 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 253 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 137 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 165 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 259 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 154 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 148 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 166 is offline"]
[2022/02/18 02:44:12.165 +00:00] [WARN] [metrics_info.go:72] ["invalid metrics of query node was found"] [error="getMetrics: queryNode 175 is offline"]
[2022/02/18 02:44:12.165 +00:00] [DEBUG] [impl.go:951] ["getMetrics completed"] [role=querycoord] [req="{"metric_type":"system_info"}"] [msgID=431266747801141331]
[2022/02/18 02:44:12.412 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:13.417 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:13.703 +00:00] [DEBUG] [impl.go:92] ["show collection start"] [role=querycoord] [collectionIDs="[]"] [msgID=431266747801141333]
[2022/02/18 02:44:13.703 +00:00] [DEBUG] [impl.go:120] ["show collection end"] [role=querycoord] [collections="[431130559416369153,431164499698122753]"] [inMemoryPercentage="[100,100]"] [msgID=431266747801141333]
[2022/02/18 02:44:14.161 +00:00] [DEBUG] [query_coord.go:516] ["loadBalanceSegmentLoop: memory usage rate of all online QueryNode"] ["mem rate"="{"272":0.0014163653055826824}"]
[2022/02/18 02:44:14.161 +00:00] [WARN] [query_coord.go:518] ["loadBalanceSegmentLoop: there are too few available query nodes to balance"] [onlineNodeIDs="[272]"] [availableNodeIDs="[272]"]
[2022/02/18 02:44:14.422 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:15.428 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:15.711 +00:00] [DEBUG] [impl.go:92] ["show collection start"] [role=querycoord] [collectionIDs="[]"] [msgID=431266747801141347]
[2022/02/18 02:44:15.711 +00:00] [DEBUG] [impl.go:120] ["show collection end"] [role=querycoord] [collections="[431130559416369153,431164499698122753]"] [inMemoryPercentage="[100,100]"] [msgID=431266747801141347]
[2022/02/18 02:44:16.434 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:17.439 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:18.444 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:18.978 +00:00] [DEBUG] [impl.go:92] ["show collection start"] [role=querycoord] [collectionIDs="[]"] [msgID=431266747801141366]
[2022/02/18 02:44:18.978 +00:00] [DEBUG] [impl.go:120] ["show collection end"] [role=querycoord] [collections="[431164499698122753,431130559416369153]"] [inMemoryPercentage="[100,100]"] [msgID=431266747801141366]
[2022/02/18 02:44:19.451 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:20.456 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:20.943 +00:00] [DEBUG] [impl.go:92] ["show collection start"] [role=querycoord] [collectionIDs="[]"] [msgID=431266747801141380]
[2022/02/18 02:44:20.943 +00:00] [DEBUG] [impl.go:120] ["show collection end"] [role=querycoord] [collections="[431130559416369153,431164499698122753]"] [inMemoryPercentage="[100,100]"] [msgID=431266747801141380]
[2022/02/18 02:44:21.462 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:22.469 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:23.473 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:24.479 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:25.485 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:26.492 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:26.596 +00:00] [DEBUG] [impl.go:92] ["show collection start"] [role=querycoord] [collectionIDs="[]"] [msgID=431266747801141400]
[2022/02/18 02:44:26.596 +00:00] [DEBUG] [impl.go:120] ["show collection end"] [role=querycoord] [collections="[431130559416369153,431164499698122753]"] [inMemoryPercentage="[100,100]"] [msgID=431266747801141400]
[2022/02/18 02:44:27.497 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:28.502 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:29.508 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:30.514 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]
[2022/02/18 02:44:31.115 +00:00] [DEBUG] [impl.go:251] ["releaseCollectionRequest received"] [role=querycoord] [collectionID=431130559416369153] [msgID=431266747801141413]
[2022/02/18 02:44:31.116 +00:00] [DEBUG] [task_scheduler.go:469] ["EnQueue a triggerTask and save to etcd"] [taskID=431255310561443878]
[2022/02/18 02:44:31.520 +00:00] [DEBUG] [segment_allocator.go:173] ["shuffleSegmentsToQueryNodeV2: shuffle segment to available QueryNode"] ["available nodeIDs"="[272]"]

@yanliang567 yanliang567 assigned xige-16 and unassigned yanliang567 Feb 18, 2022
@yanliang567 yanliang567 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 18, 2022
@yanliang567 yanliang567 added this to the 2.0.1 milestone Feb 18, 2022
@xige-16
Copy link
Contributor

xige-16 commented Feb 18, 2022

Does the raw data size or index size exceed the memory limit? @qi49125

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

Less than 50 million aggregated data are loaded to the memory. I can load data to the memory independently on a single 64 GB machine.
@xige-16

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

The metadata cache of the cluster is faulty. As a result, no data is actually loaded to the querynode in a timely manner. As a result, the original index cannot be found during the release, and the health status of the cluster is directly affected when the query or release is executed, especially when the proxy functions as the service entry. The client does not respond to the proxy when it connects to the client.

@xige-16

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

The memory usage of the pulsar is always high. It is suspected that the pulsar has been processing the previous operations.
Is there a way to clear the pulsar task queue?
Or if I just stop pulsar, delete the original files, and create a new pulsar, will it work?
@xige-16

@xige-16
Copy link
Contributor

xige-16 commented Feb 18, 2022

and create a new pulsar, will it work

You can restart the pulsar, but not delete origin files

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

According to the attu command output, the number of querynodes is 57, but the number of querynodes is only 17. Is there a problem here? Registered Nodes Are Not Cleared After the Node Is Unhealthy?
@xige-16

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

You can restart the pulsar, but not delete origin files

I restarted it, and soon after the restart, the content percentage will return to the previous state.

@xige-16
Copy link
Contributor

xige-16 commented Feb 18, 2022

I can load data to the memory independently

The log of the proxy build index looks problematic, please check it. @xiaocai2333

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

After my analysis, I find that all your operations depend on the pulsar. If I send certain operations continuously, these operations do not have a cancellation mechanism. As a result, the pulsar execution may be slow. As a result, the cluster responds slowly and is suspended.
@xige-16 @xiaocai2333

@xiaocai2333
Copy link
Contributor

[2022/02/18 02:07:32.293 +00:00] [ERROR] [task_scheduler.go:465] ["Failed to execute task: no index is created"] [traceID=59a92ec967fa45d1] [stack="github.com/milvus-io/milvus/internal/proxy.(*taskScheduler).processTask\n\t/go/src/github.com/milvus-io/milvus/internal/proxy/task_scheduler.go:465\ngithub.com/milvus-io/milvus/internal/proxy.

Have you executed CreateIndex after query operation? Can you paste IndexCoord and IndexNode log here? @qi49125

@qi49125
Copy link
Author

qi49125 commented Feb 18, 2022

Have you executed CreateIndex after query operation? Can you paste IndexCoord and IndexNode log here? @qi49125

At noon, I found many index logs. Therefore, I suspected that the index data was lost. I deleted and created the index on the attu page one hour ago. Currently, the log is normal. The log is as follows:
indexnode------log:
[2022/02/18 07:38:15.395 +00:00] [DEBUG] [task.go:277] ["IndexNode IndexBuildTask PostExecute..."] [buildId=431266962471649292]
[2022/02/18 07:38:15.396 +00:00] [INFO] [task.go:234] ["IndexNode IndexBuildTask saveIndexmeta indexMeta.state to IndexState_Unissued"] [TaskState=Normal] [IndexBuildID=431266962471649292]
[2022/02/18 07:38:15.398 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962471649292: IndexNode IndexBuildTask saveIndexMeta (7ms)"]
[2022/02/18 07:38:15.398 +00:00] [DEBUG] [task.go:262] ["IndexNode IndexBuildTask preExecute..."] [buildId=431266962327470084]
[2022/02/18 07:38:15.399 +00:00] [DEBUG] [task.go:535] ["IndexNode IndexBuildTask Execute ..."] [buildId=431266962327470084]
[2022/02/18 07:38:15.399 +00:00] [DEBUG] [index.go:182] ["Start to create index ..."] [params="params: <\n key: "index_type"\n value: "IVF_SQ8"\n>\nparams: <\n key: "metric_type"\n value: "L2"\n>\nparams: <\n key: "nlist"\n value: "16384"\n>\n"]
[2022/02/18 07:38:15.399 +00:00] [DEBUG] [index.go:187] ["Successfully create index ..."]
[2022/02/18 07:38:15.399 +00:00] [DEBUG] [parallel.go:47] [loadKey] [total=32]
[2022/02/18 07:38:15.399 +00:00] [DEBUG] [parallel.go:48] [loadKey] [nPerBatch=2]
[2022/02/18 07:38:15.399 +00:00] [DEBUG] [parallel.go:101] [loadKey] [NumOfGoRoutines=16]
[2022/02/18 07:38:15.940 +00:00] [DEBUG] [parallel.go:43] [loadKey] ["time cost"=541.559668ms]
[2022/02/18 07:38:15.941 +00:00] [DEBUG] [task.go:371] ["IndexNode load data success"] [buildId=431266962327470084]
[2022/02/18 07:38:15.941 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962327470084: load vector data done (16959837ms)"]
[2022/02/18 07:38:17.151 +00:00] [DEBUG] [task.go:386] ["IndexNode deserialize data success"] [taskID=431266962327470084] [IndexID=431266961920360449] ["index buildID"=431266962327470084] [collectionID=431164499698122753] [partitionID=431164499894730754] [segmentID=431171542131146753]
[2022/02/18 07:38:17.151 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962327470084: deserialize vector data done (1210ms)"]
[2022/02/18 07:38:17.151 +00:00] [DEBUG] [index.go:123] ["before BuildFloatVecIndexWithoutIds"]
config_ when build index: {"SLICE_SIZE":4,"dim":768,"index_type":"IVF_SQ8","metric_type":"L2","nlist":16384,"rows":130064}
2022-02-18 07:38:17,151 WARNING [default] [KNOWHERE][MatchNlist][milvus] Row num 130064 match nlist 3334
[2022/02/18 07:39:03.190 +00:00] [DEBUG] [indexnode.go:398] [IndexNode.GetMetrics] [node_id=266] [req="{"metric_type":"system_info"}"] [metric_type=system_info] []
2022-02-18 07:39:33,181 DEBUG [default] [user@indexnode-78db7d9674-6fxb7] [void milvus::knowhere::TimeRecorder::PrintTimeRecord(const string&, double)] [/go/src/github.com/milvus-io/milvus/internal/core/src/index/knowhere/knowhere/common/Timer.cpp:49] [KNOWHERE][PrintTimeRecord][milvus] BuildWithoutIds: TrainAndAdd (76.029806 seconds [76029.806409 ms])
2022-02-18 07:39:33,181 DEBUG [default] [user@indexnode-78db7d9674-6fxb7] [void milvus::knowhere::TimeRecorder::PrintTimeRecord(const string&, double)] [/go/src/github.com/milvus-io/milvus/internal/core/src/index/knowhere/knowhere/common/Timer.cpp:49] [KNOWHERE][PrintTimeRecord][milvus] BuildWithoutIds: Done (76.029973 seconds [76029.972754 ms])
[2022/02/18 07:39:33.181 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962327470084: build index done (76030ms)"]
[2022/02/18 07:39:33.841 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962327470084: index serialize done (659ms)"]
[2022/02/18 07:39:35.868 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962327470084: index codec serialize done (2027ms)"]
[2022/02/18 07:39:35.868 +00:00] [DEBUG] [parallel.go:47] [saveIndexFile] [total=29]
[2022/02/18 07:39:35.868 +00:00] [DEBUG] [parallel.go:48] [saveIndexFile] [nPerBatch=2]
[2022/02/18 07:39:35.868 +00:00] [DEBUG] [parallel.go:101] [saveIndexFile] [NumOfGoRoutines=15]
[2022/02/18 07:39:36.048 +00:00] [DEBUG] [parallel.go:43] [saveIndexFile] ["time cost"=180.155516ms]
[2022/02/18 07:39:36.048 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962327470084: index file save done (180ms)"]
[2022/02/18 07:39:36.048 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962327470084: index building all done (17039945ms)"]
[2022/02/18 07:39:36.048 +00:00] [INFO] [task.go:585] ["IndexNode CreateIndex successfully "] [collect=431164499698122753] [partition=431164499894730754] [segment=431171542131146753]
[2022/02/18 07:39:36.069 +00:00] [DEBUG] [task.go:277] ["IndexNode IndexBuildTask PostExecute..."] [buildId=431266962327470084]
[2022/02/18 07:39:36.070 +00:00] [INFO] [task.go:234] ["IndexNode IndexBuildTask saveIndexmeta indexMeta.state to IndexState_Unissued"] [TaskState=Normal] [IndexBuildID=431266962327470084]
[2022/02/18 07:39:36.072 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962327470084: IndexNode IndexBuildTask saveIndexMeta (23ms)"]
[2022/02/18 07:39:36.072 +00:00] [DEBUG] [task.go:262] ["IndexNode IndexBuildTask preExecute..."] [buildId=431266962982830086]
[2022/02/18 07:39:36.074 +00:00] [DEBUG] [task.go:535] ["IndexNode IndexBuildTask Execute ..."] [buildId=431266962982830086]
[2022/02/18 07:39:36.074 +00:00] [DEBUG] [index.go:182] ["Start to create index ..."] [params="params: <\n key: "index_type"\n value: "IVF_SQ8"\n>\nparams: <\n key: "metric_type"\n value: "L2"\n>\nparams: <\n key: "nlist"\n value: "16384"\n>\n"]
[2022/02/18 07:39:36.074 +00:00] [DEBUG] [index.go:187] ["Successfully create index ..."]
[2022/02/18 07:39:36.074 +00:00] [DEBUG] [parallel.go:47] [loadKey] [total=31]
[2022/02/18 07:39:36.074 +00:00] [DEBUG] [parallel.go:48] [loadKey] [nPerBatch=2]
[2022/02/18 07:39:36.074 +00:00] [DEBUG] [parallel.go:101] [loadKey] [NumOfGoRoutines=16]
[2022/02/18 07:39:37.014 +00:00] [DEBUG] [parallel.go:43] [loadKey] ["time cost"=939.789045ms]
[2022/02/18 07:39:37.014 +00:00] [DEBUG] [task.go:371] ["IndexNode load data success"] [buildId=431266962982830086]
[2022/02/18 07:39:37.014 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962982830086: load vector data done (17040897ms)"]
[2022/02/18 07:39:38.183 +00:00] [DEBUG] [task.go:386] ["IndexNode deserialize data success"] [taskID=431266962982830086] [IndexID=431266961920360449] ["index buildID"=431266962982830086] [collectionID=431164499698122753] [partitionID=431164499894730754] [segmentID=431166626904932353]
[2022/02/18 07:39:38.183 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962982830086: deserialize vector data done (1168ms)"]
[2022/02/18 07:39:38.183 +00:00] [DEBUG] [index.go:123] ["before BuildFloatVecIndexWithoutIds"]
config_ when build index: {"SLICE_SIZE":4,"dim":768,"index_type":"IVF_SQ8","metric_type":"L2","nlist":16384,"rows":130057}
2022-02-18 07:39:38,183 WARNING [default] [KNOWHERE][MatchNlist][milvus] Row num 130057 match nlist 3334
2022-02-18 07:40:55,703 DEBUG [default] [user@indexnode-78db7d9674-6fxb7] [void milvus::knowhere::TimeRecorder::PrintTimeRecord(const string&, double)] [/go/src/github.com/milvus-io/milvus/internal/core/src/index/knowhere/knowhere/common/Timer.cpp:49] [KNOWHERE][PrintTimeRecord][milvus] BuildWithoutIds: TrainAndAdd (77.519550 seconds [77519.550160 ms])
2022-02-18 07:40:55,703 DEBUG [default] [user@indexnode-78db7d9674-6fxb7] [void milvus::knowhere::TimeRecorder::PrintTimeRecord(const string&, double)] [/go/src/github.com/milvus-io/milvus/internal/core/src/index/knowhere/knowhere/common/Timer.cpp:49] [KNOWHERE][PrintTimeRecord][milvus] BuildWithoutIds: Done (77.519720 seconds [77519.720458 ms])
[2022/02/18 07:40:55.703 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962982830086: build index done (77520ms)"]
[2022/02/18 07:40:56.348 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962982830086: index serialize done (644ms)"]
[2022/02/18 07:40:58.571 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962982830086: index codec serialize done (2223ms)"]
[2022/02/18 07:40:58.571 +00:00] [DEBUG] [parallel.go:47] [saveIndexFile] [total=29]
[2022/02/18 07:40:58.571 +00:00] [DEBUG] [parallel.go:48] [saveIndexFile] [nPerBatch=2]
[2022/02/18 07:40:58.571 +00:00] [DEBUG] [parallel.go:101] [saveIndexFile] [NumOfGoRoutines=15]
[2022/02/18 07:40:58.743 +00:00] [DEBUG] [parallel.go:43] [saveIndexFile] ["time cost"=171.981463ms]
[2022/02/18 07:40:58.743 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962982830086: index file save done (172ms)"]
[2022/02/18 07:40:58.743 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962982830086: index building all done (17122626ms)"]
[2022/02/18 07:40:58.743 +00:00] [INFO] [task.go:585] ["IndexNode CreateIndex successfully "] [collect=431164499698122753] [partition=431164499894730754] [segment=431166626904932353]
[2022/02/18 07:40:58.758 +00:00] [DEBUG] [task.go:277] ["IndexNode IndexBuildTask PostExecute..."] [buildId=431266962982830086]
[2022/02/18 07:40:58.759 +00:00] [INFO] [task.go:234] ["IndexNode IndexBuildTask saveIndexmeta indexMeta.state to IndexState_Unissued"] [TaskState=Normal] [IndexBuildID=431266962982830086]
[2022/02/18 07:40:58.760 +00:00] [DEBUG] [time_recorder.go:78] ["IndexBuildTask 431266962982830086: IndexNode IndexBuildTask saveIndexMeta (17ms)"]
[2022/02/18 07:40:58.760 +00:00] [DEBUG] [task.go:262] ["IndexNode IndexBuildTask preExecute..."] [buildId=431266962786222084]
[2022/02/18 07:40:58.763 +00:00] [DEBUG] [task.go:535] ["IndexNode IndexBuildTask Execute ..."] [buildId=431266962786222084]
[2022/02/18 07:40:58.763 +00:00] [DEBUG] [index.go:182] ["Start to create index ..."] [params="params: <\n key: "index_type"\n value: "IVF_SQ8"\n>\nparams: <\n key: "metric_type"\n value: "L2"\n>\nparams: <\n key: "nlist"\n value: "16384"\n>\n"]

@xiaocai2333
Copy link
Contributor

Can you give me the indexnode and indexcoord log before 2022/02/18 02:07:32.278 +00:00 ? Because proxy throw the error at 2022/02/18 02:07:32.278 +00:00 . @qi49125
you can zip the log and paste here.

@stale
Copy link

stale bot commented Mar 23, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label Mar 23, 2022
@stale stale bot closed this as completed Mar 30, 2022
@hussainfolio3
Copy link

@qi49125 did you solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug stale indicates no udpates for 30 days triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

5 participants