Details
-
Bug
-
Resolution: Fixed
-
Low
-
7.2.5
-
None
-
1
-
Severity 3 - Minor
-
Description
Issue Summary
Unexpected exceptions in com.atlassian.stash.internal.jira.index.IssueUpdateQueue would cause the IssueUpdateThread to die.
A sample would be database-related exceptions:
Exception in thread "IssueUpdateThread" com.atlassian.activeobjects.internal.ActiveObjectsSqlException: There was a SQL exception thrown by the Active Objects library:
Steps to Reproduce
N/A
Expected Results
Exceptions will be handled
Actual Results
Unhandled exception cause the thread to die
The below exception is thrown in the launcher.log file:
Exception in thread "IssueUpdateThread" com.atlassian.activeobjects.internal.ActiveObjectsSqlException: There was a SQL exception thrown by the Active Objects library: Exception in thread "IssueUpdateThread" org.springframework.transaction.TransactionSystemException: Could not roll back Hibernate transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
Workaround
Restart the Bitbucket instance
Attachments
Issue Links
- relates to
-
BSERV-13693 IssueUpdateThread fails when processing a long string that matches the Jira issue key regex pattern
-
- Closed
-
- mentioned in
-
Page Loading...