deleteChunkMetaOnMasterById
Syntax
deleteChunkMetaOnMasterById(chunkPath, chunkId)
Details
Delete the metadata of the specified chunk on the control node based on the path and ID. This function can be called to delete the metadata of a chunk when data is unexpectedly lost on a data node. Normally, deleting chunk metadata prevents querying the data, but the data remains on the node, occupying disk space. It can only be executed by an administrator on the control node.
Parameters
chunkPath is a string indicating the path to the chunk.
chunkId is a string indicating the chunk ID.
Returns
None.
Examples
deleteChunkMetaOnMasterById(chunkPath="/olap_value/8/40o", chunkId="11d45d2d-a995-7c97-c041-32362f3400d7")
