Commit 9e17f90
fix: resolve governance workflow deadlock and remove WorkflowTransactionManager (#26452)
* fix: resolve governance workflow deadlock and remove WorkflowTransactionManager
* chore: apply changes
Co-authored-by: yan-3005 <yan-3005@users.noreply.github.com>
* Comments: 1. WorkflowDefinitionResource.java: Removed RETRY_CONFIG, RETRY, isTransientDatabaseError, and the 4 dead imports (Retry, RetryConfig, Duration, ExceptionUtils).
2. CollectionDAO.java: Removed LIMIT 1000 from listAllStatesForInstance query.
---------
Co-authored-by: Gitar <noreply@gitar.ai>
Co-authored-by: yan-3005 <yan-3005@users.noreply.github.com>1 parent f6599b2 commit 9e17f90
7 files changed
Lines changed: 105 additions & 472 deletions
File tree
- openmetadata-service/src/main/java/org/openmetadata/service
- governance/workflows
- elements/triggers/impl
- jdbi3
- resources/governance
Lines changed: 46 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1474 | 1474 | | |
1475 | 1475 | | |
1476 | 1476 | | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
1477 | 1522 | | |
1478 | 1523 | | |
1479 | 1524 | | |
1480 | 1525 | | |
1481 | 1526 | | |
1482 | | - | |
1483 | | - | |
1484 | | - | |
1485 | 1527 | | |
1486 | | - | |
1487 | | - | |
1488 | | - | |
1489 | | - | |
1490 | | - | |
1491 | | - | |
1492 | | - | |
1493 | | - | |
1494 | | - | |
1495 | | - | |
1496 | | - | |
1497 | | - | |
1498 | | - | |
1499 | | - | |
1500 | | - | |
1501 | | - | |
1502 | | - | |
1503 | | - | |
1504 | 1528 | | |
1505 | 1529 | | |
1506 | 1530 | | |
1507 | 1531 | | |
1508 | 1532 | | |
1509 | | - | |
1510 | 1533 | | |
1511 | 1534 | | |
1512 | | - | |
1513 | | - | |
1514 | | - | |
| 1535 | + | |
1515 | 1536 | | |
1516 | 1537 | | |
1517 | 1538 | | |
| |||
0 commit comments