yiguolei commented on code in PR #32783:
URL: https://github.com/apache/doris/pull/32783#discussion_r1537347068


##########
be/src/pipeline/exec/partitioned_hash_join_probe_operator.cpp:
##########
@@ -147,11 +147,27 @@ Status 
PartitionedHashJoinProbeLocalState::open(RuntimeState* state) {
     RETURN_IF_ERROR(PipelineXLocalStateBase::open(state));
     return _partitioner->open(state);
 }
+
 Status PartitionedHashJoinProbeLocalState::close(RuntimeState* state) {
     RETURN_IF_ERROR(JoinProbeLocalState::close(state));
+    LOG(INFO) << "here begin to shutdown all thread pool tokens.";

Review Comment:
   Could not do like this. It may cause the pipeline worker thread hang.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to