View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004604 | SymmetricDS Pro | New Feature | public | 2020-10-21 20:08 | 2021-01-12 21:28 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.12.0 | ||||
Target Version | 3.12.5 | Fixed in Version | 3.12.5 | ||
Summary | 0004604: Add file containing information about blocking processes to snapshots | ||||
Description | It would be useful for snapshots to include a .csv file listing any blocking processes/queries/transactions. This file should be included in snapshots for users with MySQL, SQL Server, Postgres, or Oracle databases at a minimum. A new monitor type should also be created to make it possible to detect when SymmetricDS transactions are blocked. Also, the details of monitor events should be made visible on the Manage Monitors screen | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.12 57706ae7 2020-10-30 19:14:49 evan-miller-jumpmind Committer: GitHub Details Diff |
0004604: Added info about blocking processes (#119) * 0004604: Added blocking transaction monitor and snapshot info to MySQL, SQL Server, Postgres, and Oracle DBs * 0004604: Fixed NullPointerException and improved accuracy of MonitorTypeBlock |
Affected Issues 0004604 |
|
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/util/SnapshotUtil.java | Diff File | ||
add - symmetric-core/src/main/java/org/jumpmind/symmetric/monitor/MonitorTypeBlock.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/MonitorService.java | Diff File | ||
add - symmetric-db/src/main/java/org/jumpmind/db/model/Transaction.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDatabasePlatform.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/IDatabasePlatform.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mssql/MsSql2005DatabasePlatform.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mysql/MySqlDatabasePlatform.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/oracle/OracleDatabasePlatform.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/postgresql/PostgreSqlDatabasePlatform.java | Diff File | ||
SymmetricDS: 3.12 c1ec4e36 2020-11-11 16:15:50 evan-miller-jumpmind Committer: GitHub Details Diff |
0004604: Fixed Postgres date parsing bug (#120) * 0004604: Added blocking transaction monitor and snapshot info to MySQL, SQL Server, Postgres, and Oracle DBs * 0004604: Fixed NullPointerException and improved accuracy of MonitorTypeBlock * 0004604: Fixed Postgres date parsing issue |
Affected Issues 0004604 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/postgresql/PostgreSqlDatabasePlatform.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-10-21 20:08 | emiller | New Issue | |
2020-10-21 20:08 | emiller | Status | new => assigned |
2020-10-21 20:08 | emiller | Assigned To | => emiller |
2020-10-21 20:14 | emiller | Description Updated | View Revisions |
2020-10-27 18:54 | emiller | Description Updated | View Revisions |
2020-10-29 14:55 | emiller | Description Updated | View Revisions |
2020-10-30 20:00 | Changeset attached | => SymmetricDS 3.12 57706ae7 | |
2020-11-06 15:48 | emiller | Description Updated | View Revisions |
2020-11-06 15:48 | emiller | Status | assigned => resolved |
2020-11-06 15:48 | emiller | Resolution | open => fixed |
2020-11-06 15:48 | emiller | Fixed in Version | => 3.12.5 |
2020-11-09 15:23 | admin | Status | resolved => closed |
2020-11-11 17:00 | Changeset attached | => SymmetricDS 3.12 c1ec4e36 | |
2021-01-12 21:28 | elong | Relationship added | related to 0004755 |