View Issue Details

IDProjectCategoryView StatusLast Update
0000241SymmetricDSImprovementpublic2010-01-18 19:24
ReporterAssigned Tochenson  
Priorityhigh 
Status closedResolutionfixed 
Product Version2.0.1 
Target Version2.1.0Fixed in Version2.1.0 
Summary0000241: Add cleaner statistic implementation that can be trickled back to the parent node(s).
Description"<table name=""node_host_channel_stats"" description=""""> <column name=""node_id"" type=""VARCHAR"" size=""50"" required=""true"" primaryKey=""true"" description=""A unique identifier for a node."" /> <column name=""host_name"" type=""VARCHAR"" size=""255"" required=""true"" primaryKey=""true"" description=""The host name of a workstation or server. If more than one instance of SymmetricDS runs on the same server, then this value can be a 'server id' specified by -Druntime.symmetric.cluster.server.id"" /> <column name=""channel_id"" type=""VARCHAR"" size=""20"" required=""true"" primaryKey=""true"" description=""The channel_id of the channel that data changes will flow through."" /> <column name=""start_time"" type=""TIMESTAMP"" required=""true"" primaryKey=""true"" description="""" /> <column name=""end_time"" type=""TIMESTAMP"" required=""true"" primaryKey=""true"" description="""" /> <column name=""data_routed"" type=""BIGINT"" default=""0"" description=""Indicate the number of data rows that have been routed during this period."" /> <column name=""data_unrouted"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_event_inserted"" type=""BIGINT"" default=""0"" description=""Indicate the number of data rows that have been routed during this period."" /> <column name=""data_extracted"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_bytes_extracted"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_extracted_errors"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_bytes_sent"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_sent"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_sent_errors"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_loaded"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_bytes_loaded"" type=""BIGINT"" default=""0"" description="""" /> <column name=""data_loaded_errors"" type=""BIGINT"" default=""0"" description="""" /> </table>"
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change