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


##########
be/src/runtime/routine_load/data_consumer.cpp:
##########
@@ -243,7 +243,7 @@ Status 
KafkaDataConsumer::group_consume(BlockingQueue<RdKafka::Message*>* queue,
                 // ignore msg with length 0.
                 // put empty msg into queue will cause the load process 
shutting down.
                 break;
-            } else if (!queue->blocking_put(msg.get())) {
+            } else if (!queue->blocking_put(msg.get(), 1000)) {

Review Comment:
   不要使用这种常量,超时的尽量使用conf,否则以后修改,可能得发版



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