View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006706 | SymmetricDS | Bug | public | 2025-01-27 18:17 | 2025-01-27 19:00 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | urgent | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.15.12 | ||||
Target Version | 3.15.13 | Fixed in Version | 3.15.13 | ||
Summary | 0006706: Error in DataService, not closing transaction object | ||||
Description | There is a coding error in insertRecapturedData(List<Data> insertList), where the transaction object reference is set to null after the transaction.commit(), but in the finally block , the close of the transaction is done if the transaction reference is not null. Need to not set the reference of the transaction object to null after the commit. This is causing the data source to run out of connections because the connections are never released to be used again. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-01-27 18:17 | pmarzullo | New Issue | |
2025-01-27 18:17 | pmarzullo | Status | new => assigned |
2025-01-27 18:17 | pmarzullo | Assigned To | => pmarzullo |
2025-01-27 18:28 | pmarzullo | Note Added: 0002595 | |
2025-01-27 18:53 | pmarzullo | Status | assigned => resolved |
2025-01-27 18:53 | pmarzullo | Resolution | open => fixed |
2025-01-27 18:53 | pmarzullo | Fixed in Version | => 3.15.13 |
2025-01-27 19:00 | pmarzullo | Changeset attached | => SymmetricDS 3.15 2380853a |