caioq commented on issue #7826: URL: https://github.com/apache/incubator-devlake/issues/7826#issuecomment-2828369796
@klesh I've continued investigating the root cause of the issue and submitted this new PR https://github.com/apache/incubator-devlake/pull/8405, which builds upon the previous solution proposed in PR #8402. While the previous PR improved error visibility during the extraction process, this new one goes further by changing how extraction tasks handle deletions and insertions during iteration. Specifically, it avoids holding a long-lived cursor while performing delete operations within the same loop — a pattern that was likely contributing to issues like `unexpected EOF` and `busy buffer`, especially in high-volume pipelines. If there are no objections, I believe we could move forward with this new PR as a more robust and permanent solution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org