kaijchen commented on code in PR #21634:
URL: https://github.com/apache/doris/pull/21634#discussion_r1267608760
##########
be/src/olap/delta_writer.h:
##########
@@ -120,6 +120,8 @@ class DeltaWriter {
int64_t tablet_id() { return _tablet->tablet_id(); }
+ int64_t txn_id() { return _req.txn_id; }
Review Comment:
Maybe we should not add this interface just for printing logs
##########
docs/en/docs/admin-manual/config/be-config.md:
##########
@@ -958,6 +958,11 @@ BaseCompaction:546859:
* Description: Whether to use mmap to allocate memory
* Default value: false
+#### `memtable_mem_tracker_refresh_interval_ms`
+
+* Description: Sleep time in milliseconds between memtbale flush mgr refresh
iterations
Review Comment:
```suggestion
* Description: Interval in milliseconds between memtbale flush mgr refresh
iterations
```
##########
docs/zh-CN/docs/admin-manual/config/be-config.md:
##########
@@ -971,6 +971,11 @@ BaseCompaction:546859:
* 描述:是否使用mmap分配内存
* 默认值:false
+#### `memtable_mem_tracker_refresh_interval_ms`
+
+* 描述:memtable主动下刷时刷新内存统计的睡眠时间
Review Comment:
```suggestion
* 描述:memtable主动下刷时刷新内存统计的周期(毫秒)
```
##########
docs/zh-CN/docs/admin-manual/config/be-config.md:
##########
@@ -971,6 +971,11 @@ BaseCompaction:546859:
* 描述:是否使用mmap分配内存
* 默认值:false
+#### `memtable_mem_tracker_refresh_interval_ms`
+
+* 描述:memtable主动下刷时刷新内存统计的睡眠时间
Review Comment:
```suggestion
* 描述:memtable主动下刷时刷新内存统计的周期(毫秒)
```
--
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]