apache / incubator-devlake

Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth.
https://devlake.apache.org/
Apache License 2.0
2.6k stars 521 forks source link

[Bug][zentao] Rerun failed #5903

Closed xiaomingzhang12 closed 1 year ago

xiaomingzhang12 commented 1 year ago

Search before asking

What happened

  1. The environment: https://test.devlake.pro/projects/chandao_xm?tab=status
  2. To collect open source version 18.3 Data collection failed Click rerun task, The error message is as follows: { "success": false, "message": "Error 1100 (HY000): Table '_devlake_tasks' was not locked with LOCK TABLES (500)\nWraps: (2) Error 1100 (HY000): Table '_devlake_tasks' was not locked with LOCK TABLES\nError types: (1) hintdetail.withDetail (2) mysql.MySQLError", "causes": null, "data": null }

What do you expect to happen

Data collection success

How to reproduce

To collect open source version 18.3 Data collection failed

Anything else

No response

Version

v0.19

Are you willing to submit PR?

Code of Conduct

msaffitz commented 1 year ago

Seeing the same issue w/ 18 beta5; downgrading to beta4 fixes the issue.

xiaomingzhang12 commented 1 year ago

Problem solved