Activity log for bug #1271375

Date Who What changed Old value New value Message
2014-01-22 00:02:18 Alex Yurchenko bug added bug
2014-01-22 00:02:44 Alex Yurchenko description Aborting on inconsistency potentially means downtime. If some inconsistencies may be tolerated (like delete event for a missing row), that may save users some downtime. However even if DELETE of a non-existing row may seem safe to ignore, this is most likely not the only inconsistency in the database and an operation that can't be ignored will soon follow. And that may result in a wrong data sent to client. Generally, the sooner you deal with inconsistency - the better. So this ticket here is to discuss the feasibility of ignoring inconsistencies. Proposed variable name: wsrep_consistency_policy Possible values: 0 - return error on any inconsistency 1 - warn on DELETE, warn on INSERTing exactly the same row, error on any other inconsistency 2 - warn on DELETE, warn and overwrite on INSERT if there is only one unique key or 1-to-1 row match, error on any other inconsistency 3 - warn and ignore all inconsistencies Default value: 1 Aborting on inconsistency potentially means downtime. If some inconsistencies may be tolerated (like delete event for a missing row), that may save users some downtime. However even if DELETE of a non-existing row may seem safe to ignore, this is most likely not the only inconsistency in the database and an operation that can't be ignored will soon follow. And that may result in a wrong data sent to client. Generally, the sooner you deal with inconsistency - the better. So this ticket here is to discuss the feasibility and usefulness of ignoring inconsistencies. Proposed variable name: wsrep_consistency_policy Possible values: 0 - return error on any inconsistency 1 - warn on DELETE, warn on INSERTing exactly the same row, error on any other inconsistency 2 - warn on DELETE, warn and overwrite on INSERT if there is only one unique key or 1-to-1 row match, error on any other inconsistency 3 - warn and ignore all inconsistencies Default value: 1
2014-01-22 00:03:11 Alex Yurchenko codership-mysql: status New Opinion
2014-01-22 13:48:29 Raghavendra D Prabhu bug task added percona-xtradb-cluster
2014-01-22 13:58:16 Raghavendra D Prabhu nominated for series percona-xtradb-cluster/5.6
2014-01-22 13:58:16 Raghavendra D Prabhu bug task added percona-xtradb-cluster/5.6
2014-01-22 13:58:16 Raghavendra D Prabhu nominated for series percona-xtradb-cluster/trunk
2014-01-22 13:58:16 Raghavendra D Prabhu bug task added percona-xtradb-cluster/trunk
2014-01-22 13:59:05 Raghavendra D Prabhu percona-xtradb-cluster/5.6: milestone 5.6-future
2014-01-22 13:59:07 Raghavendra D Prabhu percona-xtradb-cluster/trunk: milestone future-5.5
2014-02-18 16:40:28 Valerii Kravchuk tags consistency consistency i39505
2014-07-28 13:29:25 Valerii Kravchuk percona-xtradb-cluster/trunk: status New Confirmed
2014-07-28 13:29:31 Valerii Kravchuk percona-xtradb-cluster/5.6: status New Confirmed
2015-11-17 10:32:56 Krunal Bauskar percona-xtradb-cluster/5.5: importance Undecided Wishlist
2015-11-17 10:32:58 Krunal Bauskar percona-xtradb-cluster/5.6: importance Undecided Wishlist
2017-11-03 07:13:54 Przemek bug added subscriber Przemek