likyh commented on issue #4486: URL: https://github.com/apache/incubator-devlake/issues/4486#issuecomment-1450258407
Yes, It's caused by plugin starrocks. https://github.com/apache/incubator-devlake/blob/v0.15.0/plugins/starrocks/tasks/tasks.go#L130-L139 The task should begin the transaction by `dal.Begin()` instead of run sql. The SQL may influent other queries. So it causes 404 or other issues. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
