View Issue Details

IDProjectCategoryView StatusLast Update
0006728SymmetricDSBugpublic2025-02-14 14:27
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.13Fixed in Version3.15.13 
Summary0006728: NullPointerException in JdbcSqlTransaction attempting to remove markers from a bulk insert with an exception
DescriptionWhen JdbcSqlTransaction has a BatchUpdateException, there is an attempt to remove successful markers from the batch request.
But there is a NullPointerException when retrieving the updateCounts object from the exception.
Need to check for null reference.
Tagsbulk

Activities

pmarzullo

2025-02-13 14:42

developer   ~0002612

Patch provided here:
https://downloads.jumpmind.com/symmetricds/patches/3.15/patch-0006728.jar

pbelov

2025-02-14 14:27

manager   ~0002628

Released as part of 3.15.13

Related Changesets

SymmetricDS: 3.15 289f886d

2025-02-13 14:37:26

pmarzullo

Details Diff
0006728: NullPointerException in JdbcSqlTransaction attempting to remove
markers from a bulk insert with an exception
Affected Issues
0006728
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/sql/JdbcSqlTransaction.java Diff File

Issue History

Date Modified Username Field Change
2025-02-13 14:35 pmarzullo New Issue
2025-02-13 14:35 pmarzullo Status new => assigned
2025-02-13 14:35 pmarzullo Assigned To => pmarzullo
2025-02-13 14:35 pmarzullo Tag Attached: bulk
2025-02-13 14:42 pmarzullo Status assigned => resolved
2025-02-13 14:42 pmarzullo Resolution open => fixed
2025-02-13 14:42 pmarzullo Fixed in Version => 3.15.13
2025-02-13 14:42 pmarzullo Note Added: 0002612
2025-02-13 15:00 pmarzullo Changeset attached => SymmetricDS 3.15 289f886d
2025-02-14 14:27 pbelov Note Added: 0002628
2025-02-14 14:27 pbelov Status resolved => closed