Skip to content

Commit 9506f68

Browse files
author
宋光璠
committed
add indent
1 parent a4b7c02 commit 9506f68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fe/fe-core/src/main/java/org/apache/doris/common/profile/SummaryProfile.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,14 @@ public class SummaryProfile {
265265
.put(MAX_QUEUE_SIZE, 1)
266266
.put(QUEUE_TIMEOUT, 1)
267267
.put(MAX_CONCURRENCY, 1)
268+
.put(MAX_REMOTE_SCAN_THREAD_NUM, 1)
269+
.put(SCAN_THREAD_NUM, 1)
270+
.put(MIN_REMOTE_SCAN_THREAD_NUM, 1)
271+
.put(MEMORY_LOW_WATERMARK, 1)
272+
.put(MEMORY_HIGH_WATERMARK, 1)
273+
.put(REMOTE_READ_BYTES_PER_SECOND, 1)
274+
.put(READ_BYTES_PER_SECOND, 1)
275+
.put(TAG, 1)
268276
.build();
269277
public boolean parsedByConnectionProcess = false;
270278
@SerializedName(value = "summaryProfile")

0 commit comments

Comments
 (0)