[typo](doc) command of manually trigger compaction incorrect (#15709)

This commit is contained in:
zhannngchen
2023-01-10 09:50:47 +08:00
committed by GitHub
parent 9e3a61989b
commit 67a6ad648e

View File

@ -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