Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
19 changed files
with
131 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,25 @@ | ||
| CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB; | ||
| INSERT INTO t1 VALUES (1); | ||
| SET SESSION wsrep_sync_wait = 0; | ||
| connection node_2; | ||
| SET SESSION wsrep_sync_wait = 0; | ||
| Killing server ... | ||
| connection node_1; | ||
| INSERT INTO t1 VALUES (2); | ||
| Killing server ... | ||
| connection node_1; | ||
| Performing --wsrep-recover ... | ||
| Using --wsrep-start-position when starting mysqld ... | ||
| INSERT INTO t1 VALUES (3); | ||
| connection node_2; | ||
| Performing --wsrep-recover ... | ||
| Using --wsrep-start-position when starting mysqld ... | ||
| connection node_1; | ||
| include/diff_servers.inc [servers=1 2] | ||
| connection node_1; | ||
| CALL mtr.add_suppression("Skipped GCache ring buffer recovery"); | ||
| include/assert_grep.inc [async IST sender starting to serve] | ||
| connection node_2; | ||
| CALL mtr.add_suppression("Skipped GCache ring buffer recovery"); | ||
| include/assert_grep.inc [Recovering GCache ring buffer: found gapless sequence] | ||
| DROP TABLE t1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,26 @@ | ||
| SET SESSION wsrep_sync_wait = 0; | ||
| CREATE TABLE t1 (f1 INTEGER PRIMARY KEY AUTO_INCREMENT, f2 LONGBLOB) ENGINE=InnoDB; | ||
| connection node_2; | ||
| SET SESSION wsrep_sync_wait = 0; | ||
| Killing server ... | ||
| connection node_1; | ||
| INSERT INTO t1 (f2) VALUES (REPEAT('x', 1024 * 1024 * 10)); | ||
| INSERT INTO t1 (f2) VALUES (REPEAT('x', 1024 * 1024 * 10)); | ||
| INSERT INTO t1 (f2) VALUES (REPEAT('x', 1024 * 1024 * 10)); | ||
| INSERT INTO t1 (f2) VALUES (REPEAT('x', 1024 * 1024 * 10)); | ||
| INSERT INTO t1 (f2) VALUES (REPEAT('x', 1024 * 1024 * 10)); | ||
| Killing server ... | ||
| connection node_1; | ||
| Performing --wsrep-recover ... | ||
| Using --wsrep-start-position when starting mysqld ... | ||
| connection node_2; | ||
| Performing --wsrep-recover ... | ||
| Using --wsrep-start-position when starting mysqld ... | ||
| connection node_1; | ||
| include/diff_servers.inc [servers=1 2] | ||
| connection node_1; | ||
| DROP TABLE t1; | ||
| CALL mtr.add_suppression("Skipped GCache ring buffer recovery"); | ||
| include/assert_grep.inc [IST first seqno 2 not found from cache, falling back to SST] | ||
| connection node_2; | ||
| CALL mtr.add_suppression("Skipped GCache ring buffer recovery"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.