View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003849 | SymmetricDS | Bug | public | 2019-01-08 21:02 | 2019-02-11 21:28 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.0 | ||||
Target Version | 3.8.42 | Fixed in Version | 3.8.42 | ||
Summary | 0003849: On startup with Postgres 10, always alters sym_sequence | ||||
Description | During startup, SymmetricDS will check its schema for changes and make any alterations needed. On PostgreSQL 10, it incorrect detects that the sym_sequence table needs altered. From the log: [PostgreSqlSymmetricDialect] [symmetric-engine-startup-0] DDL failed: ALTER TABLE "public"."sym_sequence" ALTER COLUMN "max_value" SET DEFAULT 9999999999 Since an alter needs a table lock, it can cause the startup to fail if the lock can't be acquired. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-01-08 21:02 | elong | New Issue | |
2019-01-08 21:02 | elong | Status | new => assigned |
2019-01-08 21:02 | elong | Assigned To | => elong |
2019-01-08 21:14 | elong | Relationship added | related to 0003850 |
2019-01-08 21:20 | elong | Status | assigned => resolved |
2019-01-08 21:20 | elong | Resolution | open => fixed |
2019-01-08 21:20 | elong | Fixed in Version | => 3.8.42 |
2019-02-11 21:28 | admin | Status | resolved => closed |