S01038
Error Code
S01038
Error Message
[asyncReplication] Failed to execute task with <taskId> on the slave
                    cluster, with error: <errMsg>. RefId: S01038
Probable Causes
The slave cluster for asynchronous replication fails to execute the replication tasks.
Solutions
- 
                    Troubleshoot with the given error message. 
- 
                    Check the task status with the following statement: select * from rpc(getControllerAlias(), getSlaveReplicationStatus) where tid = xxx
- 
                    (Optional) Use skipClusterReplicationTask to skip this task. 
