kaijchen commented on code in PR #26909:
URL: https://github.com/apache/doris/pull/26909#discussion_r1391231578


##########
be/src/common/config.cpp:
##########
@@ -741,7 +741,7 @@ DEFINE_mDouble(tablet_version_graph_orphan_vertex_ratio, 
"0.1");
 // share delta writers when memtable_on_sink_node = true
 DEFINE_Bool(share_delta_writers, "true");
 // timeout for open load stream rpc in ms
-DEFINE_Int64(open_load_stream_timeout_ms, "500");
+DEFINE_Int64(open_load_stream_timeout_ms, "5000");

Review Comment:
   ```suggestion
   DEFINE_Int64(open_load_stream_timeout_ms, "60000");
   ```



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