You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/01 10:14:41 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #4217: [Bug][Load][Json] #4124 Load json format with stream load failed

morningman commented on a change in pull request #4217:
URL: https://github.com/apache/incubator-doris/pull/4217#discussion_r463947381



##########
File path: be/src/common/config.h
##########
@@ -303,11 +303,14 @@ namespace config {
     CONF_Int64(load_data_reserve_hours, "4");
     // log error log will be removed after this time
     CONF_mInt64(load_error_log_reserve_hours, "48");
-    // Deprecated, use streaming_load_max_mb instead
-    // CONF_Int64(mini_load_max_mb, "2048");
     CONF_Int32(number_tablet_writer_threads, "16");
 
+    // The maximum amount of data that can be processed by a stream load

Review comment:
       Actually, this default value is too big for a stream load.
   But I am not going to modify this to avoid some user troubles.




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

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



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