S01037

Error Code

S01037

Error Message

[asyncReplication] Failed to open file <filePath>, with error: <errMsg>. RefId: S01037

Probable Causes

Data node of the master cluster for asynchronous replication fails to open the task data file.

Solutions

  1. Troubleshoot with the given error message, such as checking whether the file <tid>.task exists.

  2. Use the following statement to find the replication task:

    select * from rpc(getControllerAlias(), getSlaveReplicationStatus) where masterTid = xxx

    If the task has not been completed, you may temporarily skip it as needed.

  3. Check whether the data node has logged any information on this task.