-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(engine): add batchId for job and jobLog #4625
Conversation
It does not look like it's necessary to put the @ Reviewer, let me know if you disagree. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Nice job.
Added two nitpicks and one column is in the wrong table.
engine/src/main/java/org/camunda/bpm/engine/history/HistoricJobLog.java
Outdated
Show resolved
Hide resolved
engine/src/main/java/org/camunda/bpm/engine/impl/jobexecutor/JobDeclaration.java
Outdated
Show resolved
Hide resolved
engine/src/main/resources/org/camunda/bpm/engine/db/create/activiti.mariadb.create.history.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Nice tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Approving to save time with the condition that the column is in the right table and CI is green.
The CI stages that failed without the last fix passed successfully. |
Related to #4206