View Revisions: Issue #5642
| Summary | 0005642: Console Table Stats inserts do not take into account a clustered environment | ||
|---|---|---|---|
| Revision | 2022-12-23 18:19 by pmarzullo | ||
| Steps To Reproduce | 1. Set up a clustered environment. 2. Synch an insert into a table to a target node from one of the nodes in the cluster. 3. Synch another insert into a table to a target node from the other node in the cluster within the same time interval. 4. Duplicate key exception should occur when the statistics are flushed to the database. | ||
| Revision | 2022-12-23 18:25 by pmarzullo | ||
| Steps To Reproduce | 1. Set up a clustered environment. 2. Synch an insert into a table to a target node from one of the nodes in the cluster. 3. Synch another insert into a table to a target node from the other node in the cluster within the same time interval (every 5 minutes). 4. Duplicate key exception should occur when the statistics are flushed to the database. | ||