View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004138 | SymmetricDS | Bug | public | 2019-10-31 14:38 | 2019-11-01 12:44 |
Reporter | josh-a-hicks | Assigned To | josh-a-hicks | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.0 | ||||
Target Version | 3.10.5 | Fixed in Version | 3.10.5 | ||
Summary | 0004138: LOBs that have values too large to store in a java array will crash the SymmetricDS JVM | ||||
Description | SymmetricDS stores LOB data into a java array by default. If the LOB value exceeds the limit of a java array it will crash the JVM. To following parameters can be used to control this behavior and check the size before extracting. If it is too large it will skip the row and log a warning message with the PK values. -- Turns on this check (default is false). extract.check.row.size=true -- Sets the maximum size that will be allowed to be extracted for a single LOB extract.row.max.length=1000000 | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.10 602e2f30 2019-10-31 10:39:20 Details Diff |
0004138: LOBs that have values too large to store in a java array will crash the SymmetricDS JVM |
Affected Issues 0004138 |
|
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/db/oracle/OracleSymmetricDialect.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ParameterConstants.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/sql/AbstractJavaDriverSqlTemplate.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/sql/AbstractSqlTemplate.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/sql/ISqlTemplate.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/sql/Row.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/sql/JdbcSqlReadCursor.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/sql/JdbcSqlTemplate.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/sql/JdbcSqlTransaction.java | Diff File | ||
mod - symmetric-sqlexplorer/src/main/java/org/jumpmind/vaadin/ui/common/CommonUiUtils.java | Diff File | ||
SymmetricDS: 3.10 f099e5c7 2019-10-31 11:20:17 Details Diff |
0004138: LOBs that have values too large to store in a java array will crash the SymmetricDS JVM |
Affected Issues 0004138 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
mod - symmetric-core/src/main/resources/symmetric-default.properties | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-10-31 14:38 | josh-a-hicks | New Issue | |
2019-10-31 14:38 | josh-a-hicks | Status | new => assigned |
2019-10-31 14:38 | josh-a-hicks | Assigned To | => josh-a-hicks |
2019-10-31 15:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.10 602e2f30 |
2019-10-31 15:14 | josh-a-hicks | Status | assigned => resolved |
2019-10-31 15:14 | josh-a-hicks | Resolution | open => fixed |
2019-10-31 15:14 | josh-a-hicks | Fixed in Version | => 3.10.5 |
2019-10-31 16:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.10 f099e5c7 |
2019-11-01 12:44 | admin | Status | resolved => closed |