[
https://issues.apache.org/jira/browse/HAWQ-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15343889#comment-15343889
]
ASF GitHub Bot commented on HAWQ-853:
-------------------------------------
GitHub user linwen opened a pull request:
https://github.com/apache/incubator-hawq/pull/739
HAWQ-853. Master standby should avoid incomplete split operation
Please review, thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/linwen/incubator-hawq hawq-853
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/739.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #739
----
commit 17d76245a73406dff9a399cc395e13ed5fbf87c6
Author: Wen Lin <[email protected]>
Date: 2016-06-22T08:14:58Z
HAWQ-853. Master standby should avoid incomplete split operation
Master standby performs replay of xlog records within a range of
checkpoints similar to crash recovery. During this is it may replay
incomplete multi-step operation at the end of the range. This generates
xlog. But Master standby should not generate xlog as it does not have
WAL subsystem active.
This fix avoids completing such operation e.g. Btree split if the
system is in standby mode.
----
> Master standby should avoid incomplete split operation
> ------------------------------------------------------
>
> Key: HAWQ-853
> URL: https://issues.apache.org/jira/browse/HAWQ-853
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Standby master
> Reporter: Lin Wen
> Assignee: Lei Chang
>
> Master standby performs replay of xlog records within a range of
> checkpoints similar to crash recovery. During this is it may replay
> incomplete multi-step operation at the end of the range. This generates
> xlog. But Master standby should not generate xlog as it does not have
> WAL subsystem active.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)