wangbo opened a new pull request, #34905:
URL: https://github.com/apache/doris/pull/34905

   Find some query without valid FE coord addr.
   ```
   I20240514 16:13:40.403275 36382 fragment_mgr.cpp:660] query_id: 
65a3b7c24d6840e5-a255ce57dc178922 coord_addr TNetworkAddress(hostname=, port=0) 
total fragment num on current host: 0 fe process uuid: 0
   I20240514 16:13:56.078752 36575 fragment_mgr.cpp:660] query_id: 
c8d342bc79f54bb3-9163dc61dd3cc91f coord_addr TNetworkAddress(hostname=, port=0) 
total fragment num on current host: 0 fe process uuid: 0
   I20240514 16:13:57.491098 36590 fragment_mgr.cpp:660] query_id: 
5566395318f947f0-85c82e9d0915d4fd coord_addr TNetworkAddress(hostname=, port=0) 
total fragment num on current host: 0 fe process uuid: 0
   I20240514 16:14:01.316201 36695 fragment_mgr.cpp:660] query_id: 
99a5087b6c714059-b5f76352901cbf1a coord_addr TNetworkAddress(hostname=, port=0) 
total fragment num on current host: 0 fe process uuid: 0
   ```
   
   The queries are all non-pipeline select.
   ```
   I20240514 16:13:40.403275 36382 fragment_mgr.cpp:660] query_id: 
65a3b7c24d6840e5-a255ce57dc178922 coord_addr TNetworkAddress(hostname=, port=0) 
total fragment num on current host: 0 fe process uuid: 0
   I20240514 16:13:40.403342 36382 fragment_mgr.cpp:699] Register query/load 
memory tracker, query/load id: 65a3b7c24d6840e5-a255ce57dc178922 limit: 0
   I20240514 16:13:41.010730 36382 plan_fragment_executor.cpp:123] 
PlanFragmentExecutor::prepare|query_id=65a3b7c24d6840e5-a255ce57dc178922|instance_id=144f452d10cc44da-9d2611b0ce919c80|backend_num=0|pthread_id=140485081507584
   I20240514 16:13:41.015050 13191 plan_fragment_executor.cpp:257] 
PlanFragmentExecutor::open 
65a3b7c24d6840e5-a255ce57dc178922|144f452d10cc44da-9d2611b0ce919c80, mem_limit 
2.00 GB
   I20240514 16:13:41.039989 13191 exec_node.cpp:246] query= 
65a3b7c24d6840e5-a255ce57dc178922, 
fragment_instance_id=144f452d10cc44da-9d2611b0ce919c80, id=0 
type=OLAP_SCAN_NODE closed
   I20240514 16:13:41.040112 13191 fragment_mgr.cpp:498] Query 
65a3b7c24d6840e5-a255ce57dc178922 finished
   I20240514 16:13:41.040323 13191 query_context.cpp:171] Query 
65a3b7c24d6840e5-a255ce57dc178922 deconstructed, , deregister query/load memory 
tracker, queryId=65a3b7c24d6840e5-a255ce57dc178922, Limit=2.00 GB, 
CurrUsed=4.00 KB, PeakUsed=379.05 KB
   ```
   
   Add log and dcheck when find this query, find what the query is.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to