View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003293 | SymmetricDS | Bug | public | 2017-10-27 21:10 | 2017-11-06 13:13 |
Reporter | rwfuller | Assigned To | chenson | ||
Priority | high | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.30 | ||||
Target Version | 3.8.31 | Fixed in Version | 3.8.31 | ||
Summary | 0003293: Resource leak when loading data from transport | ||||
Description | There is a resource leak in 3.8.30 in DataLoaderService.java in method loadDataFromTransport <code> new SimpleStagingDataWriter(transport.openReader(), stagingManager, Constants.STAGING_CATEGORY_INCOMING, memoryThresholdInBytes, BatchType.LOAD, targetNodeId, ctx, loadListener).process(); /* Previously submitted tasks will still be executed */ executor.shutdown(); </code> During processing if the first line throws an exception then the executor pool is never shutdown. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-10-27 21:10 | rwfuller | New Issue | |
2017-10-29 21:23 | chenson | Assigned To | => chenson |
2017-10-29 21:23 | chenson | Status | new => assigned |
2017-10-29 21:26 | chenson | Status | assigned => resolved |
2017-10-29 21:26 | chenson | Resolution | open => fixed |
2017-10-29 21:26 | chenson | Fixed in Version | => 3.8.31 |
2017-10-29 21:26 | chenson | Target Version | => 3.8.31 |
2017-10-29 22:00 | chenson42 | Changeset attached | => SymmetricDS 3.8 e222aaf1 |
2017-11-06 13:13 | chenson | Status | resolved => closed |