Checksum

Request

GET /api/checksum?tablet_id={int}&version={int}&schema_hash={int}

Description

checksum

Query parameters

  • tablet_id 需要校验的tablet的id

  • version 需要校验的tablet的version

  • schema_hash schema hash

Request body

Response

  1. ```
  2. 1843743562
  3. ```

Examples

  1. ```
  2. curl "http://127.0.0.1:8040/api/checksum?tablet_id=1&version=1&schema_hash=-1"
  3. ```