Merge lp:~codership/codership-mysql/lp1358701 into lp:codership-mysql
Proposed by
Teemu Ollakka
| Status: | Merged |
|---|---|
| Approved by: | Teemu Ollakka |
| Approved revision: | 4136 |
| Merged at revision: | 4137 |
| Proposed branch: | lp:~codership/codership-mysql/lp1358701 |
| Merge into: | lp:codership-mysql |
| Diff against target: |
13 lines (+2/-1) 1 file modified
sql/wsrep_applier.cc (+2/-1) |
| To merge this branch: | bzr merge lp:~codership/codership-mysql/lp1358701 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Seppo Jaakola | Approve | ||
|
Review via email:
|
|||
Description of the change
Should fix lp:1358701 - replayers should finish applying even if they have been killed.
To post a comment you must log in.

The proposed fix will effectively postpone shutdown to happen after all replaying has completed. But, otoh, shutdown would be safe also before replaying, and fixing the hanging during replayer aborting would be another way to solve this issue.