Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](broker) fix export job failed for that currentStreamOffset may …
…be different with request offset (#23133) Co-authored-by: caiconghui1 <[email protected]>when export job encounter heavy pressure, the failed export job may see the following message current outputstream offset is 423597 not equal to request 421590, cause by: null, because the broker pwrite operation may retry for timeout, so we just skip it instead of throw broker exception.
- Loading branch information