ZOOKEEPER-3056: Fails to load database with missing snapshot file but with valid transaction log file.#1072
ZOOKEEPER-3056: Fails to load database with missing snapshot file but with valid transaction log file.#1072hanm wants to merge 1 commit intoapache:branch-3.5from
Conversation
… with valid transaction log file. This is a port of patch apache#1069
|
retest maven build |
|
ant build failed due to a problem on the machine: retest ant build |
|
retest ant build |
|
@hanm @anmolnar @nkalmar @phunt it seems that Maven build failed due to an upgrade of gcc on Jenkins slaves, we should address those problems in separate tasks and Ant build fails due to the fact that "findbugs" is missing |
|
retest ant build |
|
It should be ok to merge this as it's not the cause of the CI failures we observed here; plus the scope and impact of this patch is well understood. Fixing of CI could be done on a separate track that's not blocking the release if we want to get the release out soon. I am ok either way. Your call @eolivelli. |
… with valid transaction log file. This is a port of patch #1069 Author: Michael Han <lhan@twitter.com> Reviewers: Enrico Olivelli<eolivelli@apache.org>, Brian Nixon <nixon@fb.com> Closes #1072 from hanm/ZOOKEEPER-3056-3.5
|
Merged to branch-3.5. |
|
merged as 77496b9 |
ZOOKEEPER-3056: Fails to load database with missing snapshot file but with valid transaction log file. This is a port of patch apache#1069 Author: Michael Han <lhan@twitter.com> Reviewers: Enrico Olivelli<eolivelli@apache.org>, Brian Nixon <nixon@fb.com> Closes apache#1072 from hanm/ZOOKEEPER-3056-3.5 Change-Id: If1e1cf7169c665ba9d84a631ee9bad4fb7c44960
This is a port of patch #1069