imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334389667
##########
File path: be/src/olap/memtable_flush_executor.h
##########
@@ -54,6 +55,7 @@ struct MemTableFlushContext {
struct FlushResult {
OLAPStatus flush_status;
int64_t flush_time_ns;
+ int64_t flush_size_bytes;
Review comment:
better to give a default value.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]