GitHub user liming01 opened a pull request:
https://github.com/apache/incubator-hawq/pull/167
HAWQ-232: recovery Pass3 do not need to redo all relfile and relation dir
create/drop for on flight transaction
Because all persistent table state and relation dir and relfile on hdfs are
keep in consistent status at recovery PASS2, so recovery Pass3 do not need to
redo all relfile and relation dir create/drop for on flight transaction.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liming01/incubator-hawq mli/pass3skipRedo
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/167.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 #167
----
commit a136d081bfff835610209f43dfae8256a90a20a4
Author: Ming LI <[email protected]>
Date: 2015-12-07T11:02:36Z
HAWQ-232: recovery Pass3 do not need to redo all relfile and relation dir
create/drop for on flight transaction
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---