[typo](doc) command of manually trigger compaction incorrect (#15709)
This commit is contained in:
@ -119,7 +119,7 @@ curl -X GET http://192.168.10.24:8040/api/compaction/show?tablet_id=10015
|
||||
## 手动触发 Compaction
|
||||
|
||||
```
|
||||
curl -X POST http://be_host:webserver_port/api/compaction/run?tablet_id=xxxx&compact_type=cumulative
|
||||
curl -X POST http://be_host:webserver_port/api/compaction/run?tablet_id=xxxx\&compact_type=cumulative
|
||||
```
|
||||
|
||||
当前仅能执行一个手动compaction任务,其中compact_type取值为base或cumulative
|
||||
|
||||
Reference in New Issue
Block a user