pplam opened a new issue, #3849:
URL: https://github.com/apache/incubator-devlake/issues/3849

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   Subtask `collectApiPullRequestReviews` ended unexpectedly when running a 
`gitee` pipeline.
   <img width="1491" alt="Screenshot 2022-12-05 at 09 40 23" 
src="https://user-images.githubusercontent.com/12783579/205530919-afa8226e-1f7a-4dc7-9d50-e420fcb53442.png";>
   
   
   ### What do you expect to happen
   
   Expect the task to complete successfully.
   
   ### How to reproduce
   
   Create a pipeline with the following plan:
   ~~~
   {
     "name": "openharmony",
     "plan": [[
         {
           "plugin": "gitee",
           "options": {
             "connectionId": 1,
             "repo": "arkui_ace_engine",
             "owner": "openharmony"
           }
         }
       ]]
   }
   ~~~
   And `POST` to the api path `/pipelines`. 
   
   The task fails after running for about `1.5h` with the error message 
"subtask collectApiPullRequestReviews ended unexpectedly\ncaused by: error 
deleting data from collector\ncaused by: Error 1206: The total number of locks 
exceeds the lock table size".
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to