aubertaa opened a new issue, #6166: URL: https://github.com/apache/incubator-devlake/issues/6166
### 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 sonarqube extraction task fails for component too long. Ex: FIgutehrne.AnalyticsProcessing.datav3-streaming-health-monitor Error message is: ``` subtask ExtractIssues ended unexpectedly Wraps: (2) Error 1406 (22001): Data too long for column 'component' at row 13 (500) Wraps: (3) Error 1406 (22001): Data too long for column 'component' at row 13 Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *mysql.MySQLError ``` ### What do you expect to happen Extraction should not fail. According to sonarqube documentation, max length for component key is 400. ### How to reproduce try to extract info from a project in sonarqube, having a project key (sonar terminology) / component (devlake terminology) length of 400. This is the max that should work to be well integrated with sonarqube. ### Anything else _No response_ ### Version v0.19.0-beta1 ### 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]
