Skip to main content
This documentation is for an unreleased version of Apache Doris.
For usage, please refer to the official documentation of Version 2.1 or Version 3.x .

Reload Tablet

Request

GET /api/reload_tablet?tablet_id={int}&schema_hash={int}&path={string}"

Description

Reload tablet

Query parameters

  • tablet_id ID of the tablet

  • schema_hash Schema hash

  • path Path of file

Request body

None

Response

```
load header succeed
```

Examples

```
curl "http://127.0.0.1:8040/api/reload_tablet?tablet_id=123456&schema_hash=1111111&path=/abc"

```

AltStyle によって変換されたページ (->オリジナル) /