continuent.org JIRA  Log In     View a printable version of the current page. Get help!  

All Projects : Tungsten Clustering (Key: TUC)

Project Lead: Robert Hodges
URL: http://www.continuent.com/community/
Description:
JIRA list for all Tungsten clustering bugs, feature requests, and improvements

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   

Road Map

Progress: 
  6 of 9 issues have been resolved
Tungsten Maintenance Release
   Bug TUC-115 UNRESOLVED Router memory leak when using session consistency Blocker Open
   Bug TUC-123 UNRESOLVED Connector maintains client connection even though the server connection has failed/gone away Major Open
   Bug TUC-110 UNRESOLVED Router requires mysql privileges to execute 'show master status' while using session consistency Major Open
   Bug TUC-98 FIXED Session-consistency: Connector updates highwater after executing a read and updates it with the highwater from the slave Blocker Resolved
   Bug TUC-59 FIXED Severe memory leak discovered when running with standard connection pooling Critical Resolved
   Bug TUC-92 FIXED Slave can stop replicating after applying an event that failed on the master but that was logged anyway Critical Resolved
   Bug TUC-124 FIXED Connector must not switch to a slave, when using session consistency OR read/write splitting if a temp table has been created on a given connection. Major Resolved
   Bug TUC-129 FIXED In row replication, database object names should be backticked Major Resolved
   Bug TUC-99 FIXED Session-consistency: SQL-Router flip-flops between slaves even if the current read-channel can be used Major Resolved
Progress: 
  0 of 6 issues have been resolved
Tungsten Maintenance Release
   Bug TUC-96 UNRESOLVED Master replicator can break with "Too many open files" error Critical Open
   Bug TUC-25 UNRESOLVED Replication fails to apply statements contain escape codes that confuse MySQL JDBC driver Critical Open
   Bug TUC-130 UNRESOLVED In row replication, strings (varchar, text, ...) are stored in the mysql binlog using the table character set. If this character set differs from the JVM default character set, data can be corrupted at extraction time. Major Open
   Bug TUC-93 UNRESOLVED Master fails extracting a date with error message "Event extraction failed: bad date format for date value: 1029315 String: 2010-6-3" Major Open
   Bug TUC-94 UNRESOLVED MySQLStatementTranslator can be confused by a '*' character found inside a string Major Open
   Bug TUC-48 UNRESOLVED Slave is in SHUNNED state instead of recovered to ONLINE after a node reboot Major Open
Progress: 
  66 of 80 issues have been resolved
Flexible replication pipelines plus DBMS support and performance improvements
   Task TUC-106 UNRESOLVED Configure script should ask for the list of managers when the new router protocol is on Blocker Open
   Bug TUC-119 UNRESOLVED Replication fails on very large INSERT statement Blocker Open
   Bug TUC-125 UNRESOLVED Replicator does not correctly fragment transactions on MySQL Blocker Open
   Bug TUC-128 UNRESOLVED When installing connector-only, configure puts the manager start and stop in startall and stopall, respectively, as well as listing the manager in deployall/undeployann Blocker Open
   Bug TUC-97 UNRESOLVED Restarting a slave after skipping some failed events can fail Critical Open
   Bug TUC-51 UNRESOLVED "Lock wait timeout exceeded" error can appear when a consistency check is running against a big table Major Open
   Improvement TUC-107 UNRESOLVED Add router configuration setting for URL of c3p0 pool to reset Major Open
   Bug TUC-46 UNRESOLVED Configure script does not correctly handle turning off replicator or non-standard MySQL Major Open
   Bug TUC-130 UNRESOLVED In row replication, strings (varchar, text, ...) are stored in the mysql binlog using the table character set. If this character set differs from the JVM default character set, data can be corrupted at extraction time. Major Open
   Bug TUC-111 UNRESOLVED SQL Router potentially uses two reserved connections per any connection using session consistency Major Open
   Bug TUC-24 UNRESOLVED Unable to recover replicator to a 'slave' after the node it is on is isolated from the cluster and there is no other cluster activity Major Reopened
   Bug TUC-36 UNRESOLVED Connector fails to send back full result of stored procedure called by prepared statement (pass through mode on) Minor Open
   Improvement TUC-104 UNRESOLVED Tungsten Intall Guide misses mandatory configuration values Minor Open
   Bug TUC-102 UNRESOLVED Wrong sequence number displayed on a restarted slave before the first update is processed Minor Open
   New Feature TUC-6 FIXED Add ability to specify replication start point Blocker Resolved
   Bug TUC-85 FIXED Connectivity broken in Tunsten 1.3 Blocker Resolved
   Bug TUC-91 FIXED Data consistency issues when using session consistency - write occurs on slave Blocker Resolved
   New Feature TUC-7 FIXED Develop Tungsten Open Replicator framework with plugin support Blocker Resolved
   New Feature TUC-20 FIXED Extract replication events from MySQLmaster through network using slave protocol Blocker Resolved
   New Feature TUC-10 FIXED Implement capability to break up large transactions into fragments Blocker Resolved
   New Feature TUC-19 FIXED Implement replication pipelines Blocker Resolved
   Bug TUC-56 FIXED JdbcTHLDatabase statement can be used concurrently which can cause unpredictable errors Blocker Resolved
   Bug TUC-70 FIXED NPE in THLStoreAdapter.getLastEvent when the last event is marked to be skipped Blocker Resolved
   Bug TUC-68 FIXED On slave, trep_commit_seqno table is synchronized with extractor, which is wrong Blocker Resolved
   Bug TUC-109 FIXED Router may be ONLINE with incorrect configuration Blocker Resolved
   Bug TUC-98 FIXED Session-consistency: Connector updates highwater after executing a read and updates it with the highwater from the slave Blocker Resolved
   Bug TUC-78 FIXED Slave pipeline performance problem due to contention between store and fetch operations in THL Blocker Resolved
   New Feature TUC-12 FIXED Support LOAD DATA INFILE command in MySQL statement replication Blocker Resolved
   Improvement TUC-39 FIXED Upgrade sequence number handling to ensure that replicator does not hang due to missing events Blocker Resolved
   Bug TUC-127 DUPLICATE Configure needs to set the manager list in router.properties if no manager is to be installed Blocker Resolved
   New Feature TUC-87 FIXED Add ability to request replicator to go offline automatically following specified seqno, heartbeat, eventid, and extracted timestamp Critical Resolved
   Bug TUC-38 FIXED Algorithm for selecting most advanced slave does not compare sequence numbers correctly Critical Resolved
   Bug TUC-75 FIXED Batch configure (-b) fails even with valid configuration Critical Resolved
   Bug TUC-61 FIXED Cluster heartbeat command fails if there is a shunned master Critical Resolved
   New Feature TUC-73 FIXED Filter to ignore specific tables on statement replication Critical Resolved
   Bug TUC-82 FIXED Manager does not report replicator latency correctly when router is not running Critical Resolved
   Bug TUC-54 FIXED NPE in TungstenPlugin.waitForAppliedEvent Critical Resolved
   Bug TUC-2 FIXED Old masters might rejoin cluster with silently corrupt data. Potentially fix with epoch#. Critical Resolved
   Bug TUC-88 FIXED Relay log downloading for MySQL has a hardcoded packet-size limitation of 16M Critical Resolved
   Bug TUC-126 FIXED Replicator runs out of memory if replicator.global.buffer.size is too large Critical Resolved
   Bug TUC-79 FIXED Rollback of 'switch' leaves the cluster non-operable Critical Resolved
   Bug TUC-81 FIXED Running recover on live master can result in invalid datasource/replicator combination Critical Resolved
   Bug TUC-92 FIXED Slave can stop replicating after applying an event that failed on the master but that was logged anyway Critical Resolved
   Bug TUC-69 FIXED Switch fails intermittently due to ConnectorHandler thread dying in master replicator Critical Resolved
   Bug TUC-77 FIXED THL event cache blocks pipeline if number of events reaches maximum cache size Critical Resolved
   New Feature TUC-23 DUPLICATE Provide a means to support application-transparent session-consistent reads Critical Closed
   Task TUC-86 FIXED Add installation and configuration support for enterprise extensions Major Resolved
   Bug TUC-100 FIXED Connector does not properly acknowledge clients upon close commands, leading to TCP connections remaining in TIME_WAIT state Major Resolved
   Bug TUC-114 FIXED Disallow use of both new router gateway and old JMX protocols at the same time Major Resolved
   Bug TUC-95 FIXED Event fragmentation attribute for MySQL extractor needs to be expressed in bytes Major Resolved
   Improvement TUC-47 FIXED Extract binlog event flag indicating if an event is thread specific or not. Major Resolved
   Bug TUC-44 FIXED Implement session variables support Major Resolved
   Bug TUC-129 FIXED In row replication, database object names should be backticked Major Resolved
   Bug TUC-60 FIXED Integration of 1.2.2 changes into the trunk Major Resolved
   Sub-task TUC-74 FIXED TUC-73
JavaScriptFilter: pass JS return value through
Major Resolved
   Bug TUC-67 FIXED Last fragment of an event can be a Commit, which is wrongly considered as an empty commit, and therefore is not applied Major Resolved
   Bug TUC-49 FIXED Managers are in rules-based 'flapping' due to incorrectly detecting that they are isolated Major Resolved
   Bug TUC-1 FIXED Mysql extractor may skip event while displaying "Unexpected failure while extracting event" error message in log files Major Resolved
   Bug TUC-58 FIXED NPE in manager when running replicator status command Major Resolved
   Bug TUC-5 FIXED Open Replicator script plugin does not collect and print stdout for scripts Major Resolved
   Improvement TUC-16 FIXED Parameterize commonly used variables in replicator property files Major Resolved
   Bug TUC-120 FIXED PostgreSQL connectivity broken in 1.3 Major Resolved
   Bug TUC-72 FIXED Potential threading issues in manager singleton classes Major Resolved
   Sub-task TUC-4 FIXED TUC-1
Provide a setting to indicate if the extractor process should stop or skip an event in case an error occurs
Major Resolved
   Bug TUC-40 FIXED Replicator may try to apply events which were previously skipped Major Resolved
   Bug TUC-99 FIXED Session-consistency: SQL-Router flip-flops between slaves even if the current read-channel can be used Major Resolved
   Improvement TUC-53 FIXED THL events store the time when changes were extracted whereas they could store time when the events was run on the master Major Resolved
   Bug TUC-3 FIXED Unsigned numeric variables are not correctly replicated using row replication Major Resolved
   Bug TUC-13 FIXED When a rotate event is extracted, the extractor might try to open the new binlog file before it really exists on disk Major Resolved
   Bug TUC-71 DUPLICATE Manager does not show correct latency value Major Resolved
   Bug TUC-43 CANNOT REPRODUCE If no checkers are defined, the monitor fails to start and this, in turn, prevents the manager from starting. Major Resolved
   Sub-task TUC-45 NOT AN ISSUE TUC-40
Check if TUC-40 also exists into trunk
Major Resolved
   Bug TUC-101 NOT AN ISSUE Connector should close direct connections upon database change Major Closed
   Bug TUC-52 FIXED "Waiting for up to 30 seconds for the manager" ignores ^C Minor Resolved
   Bug TUC-50 FIXED After an error while applying events, status command does not display any hints about the sequence number that brought the error Minor Resolved
   Bug TUC-90 FIXED Extension folder not created with connector standalone install Minor Resolved
   Improvement TUC-31 FIXED Generation of full source TGZ and ZIP build Minor Resolved
   Improvement TUC-122 FIXED Include the connector in the cluster-home/bin/*all scripts Minor Resolved
   Improvement TUC-121 FIXED Remove the 'Deployment Type' configuration option Minor Resolved
   Bug TUC-42 CANNOT REPRODUCE Manager does not load service definitions if no replicator is enabled on the node Minor Resolved

Reports

User Workload Report
Time Tracking Report
Version Workload Report
Single Level Group By Report

Preset Filters

- All
- Outstanding
- Unscheduled
- Resolved recently
- Added recently
- Updated recently
- Most important

Project Summary

Open 49
   38%
Reopened 1
   1%
Resolved 75
   58%
Closed 5
   4%

Open Issues

By Priority
Blocker 10
   20%
Critical 5
   10%
Major 29
   58%
Minor 6
   12%

By Assignee
Gilles Rayrat 9
   18%
Robert Hodges 30
   60%
Stephane Giron 10
   20%
Tommi Takkunen-Lauri 1
   2%