diff --git a/web-console/src/dialogs/compaction-dialog/compaction-dialog.tsx b/web-console/src/dialogs/compaction-dialog/compaction-dialog.tsx index f4bf9f2ed60..33feb54327a 100644 --- a/web-console/src/dialogs/compaction-dialog/compaction-dialog.tsx +++ b/web-console/src/dialogs/compaction-dialog/compaction-dialog.tsx @@ -109,14 +109,7 @@ export class CompactionDialog extends React.PureComponent< name: 'maxRowsPerSegment', type: 'number', defaultValue: CompactionDialog.DEFAULT_MAX_ROWS_PER_SEGMENT, - info: ( -

- The target segment size, for each segment, after compaction. The actual sizes of - compacted segments might be slightly larger or smaller than this value. Each - compaction task may generate more than one output segment, and it will try to keep - each output segment close to this configured size. -

- ), + info:

Determines how many rows are in each segment.

, }, { name: 'taskContext',