View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003046 | SymmetricDS | Bug | public | 2017-04-12 19:36 | 2017-04-18 19:44 |
Reporter | rwfuller | Assigned To | maxwellpettit | ||
Priority | high | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.18 | ||||
Target Version | 3.8.20 | Fixed in Version | 3.8.20 | ||
Summary | 0003046: Table debug log statement causes slowness | ||||
Description | If column does not match in Table.orderColumns(...), a debug log statement is processed even if debug logging is not enabled. This is causing huge performance issue when columns do not match from source in target. This is the line of code in Table.java if (orderedColumns[i] == null) { log.debug("Could not find column with the name of {} on table {}", name, table.toVerboseString()); } This needs to be wrapped in a log.isDebugEnabled() check. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-12 19:36 | rwfuller | New Issue | |
2017-04-12 19:37 | chenson | Assigned To | => maxwellpettit |
2017-04-12 19:37 | chenson | Status | new => assigned |
2017-04-12 19:37 | chenson | Priority | normal => high |
2017-04-12 19:37 | chenson | Target Version | => 3.8.20 |
2017-04-12 19:40 | chenson | Note Added: 0000998 | |
2017-04-13 17:40 | maxwellpettit | Status | assigned => resolved |
2017-04-13 17:40 | maxwellpettit | Fixed in Version | => 3.8.20 |
2017-04-13 17:40 | maxwellpettit | Resolution | open => fixed |
2017-04-13 18:00 | maxwellpettit | Changeset attached | => SymmetricDS 3.8 428d51f2 |
2017-04-18 19:44 | chenson | Status | resolved => closed |