View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003688 | SymmetricDS | Bug | public | 2018-08-22 10:41 | 2019-02-27 14:13 |
Reporter | mmichalek | Assigned To | mmichalek | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.0 | ||||
Target Version | 3.8.41 | Fixed in Version | 3.8.41 | ||
Summary | 0003688: Routing can fail due to ConcurrentModificationException while attempting to log "Routing for channel has been running..." (3.8) | ||||
Description | There is a situation where the peek ahead thread could be adding transactions to the transaction Set, and at the same time, RouterService attempts to call "toString()" on that transactions Set. This results in a ConcurrentModificationException during the toString operation on the set. This logging is not really needed so we will no longer log the transactions here. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.8 ce41ccf3 2018-11-14 12:45:50 Details Diff |
0003688: Routing can fail due to ConcurrentModificationException while attempting to log "Routing for channel has been running..." (3.8) |
Affected Issues 0003688 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RouterService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-08-22 10:41 | mmichalek | New Issue | |
2018-08-22 10:41 | mmichalek | Status | new => assigned |
2018-08-22 10:41 | mmichalek | Assigned To | => mmichalek |
2018-08-22 10:41 | mmichalek | Issue generated from: 0003658 | |
2018-11-14 18:00 | mmichalek | Changeset attached | => SymmetricDS 3.8 ce41ccf3 |
2018-11-28 18:22 | mmichalek | Target Version | 3.8.41 => |
2019-02-27 14:13 | mmichalek | Status | assigned => resolved |
2019-02-27 14:13 | mmichalek | Resolution | open => fixed |
2019-02-27 14:13 | mmichalek | Fixed in Version | => 3.8.41 |
2019-02-27 14:13 | mmichalek | Status | resolved => closed |