[config](log) disable StreamLoad log default and enable in regression pipeline (#24354)

disable StreamLoad log default and enable in regression pipeline
This commit is contained in:
zclllyybb
2023-09-14 20:47:26 +08:00
committed by GitHub
parent c6a92955ca
commit 927de33166
7 changed files with 11 additions and 8 deletions

View File

@ -479,9 +479,9 @@ DEFINE_Int32(tablet_writer_open_rpc_timeout_sec, "60");
DEFINE_mBool(tablet_writer_ignore_eovercrowded, "true");
DEFINE_mBool(exchange_sink_ignore_eovercrowded, "true");
DEFINE_mInt32(slave_replica_writer_rpc_timeout_sec, "60");
// Whether to enable stream load record function, the default is true.
// Whether to enable stream load record function, the default is false.
// False: disable stream load record
DEFINE_mBool(enable_stream_load_record, "true");
DEFINE_mBool(enable_stream_load_record, "false");
// batch size of stream load record reported to FE
DEFINE_mInt32(stream_load_record_batch_size, "50");
// expire time of stream load record in rocksdb.