From issues-return-462-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Sat Jul 27 03:31:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BECD1180595 for ; Sat, 27 Jul 2019 05:31:01 +0200 (CEST) Received: (qmail 48805 invoked by uid 500); 27 Jul 2019 03:31:01 -0000 Mailing-List: contact issues-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list issues@zookeeper.apache.org Received: (qmail 48796 invoked by uid 99); 27 Jul 2019 03:31:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jul 2019 03:31:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7728DE2F59 for ; Sat, 27 Jul 2019 03:31:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1064D265FE for ; Sat, 27 Jul 2019 03:31:00 +0000 (UTC) Date: Sat, 27 Jul 2019 03:31:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-3150) Data integrity check when loading snapshot/txns from disk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ZOOKEEPER-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16894240#comment-16894240 ] Hadoop QA commented on ZOOKEEPER-3150: -------------------------------------- +1 overall. GitHub Pull Request Build +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 53 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs (version 3.0.1) warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/4074//testReport/ Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/4074//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/4074//console This message is automatically generated. > Data integrity check when loading snapshot/txns from disk > --------------------------------------------------------- > > Key: ZOOKEEPER-3150 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3150 > Project: ZooKeeper > Issue Type: Sub-task > Components: server > Reporter: Fangmin Lv > Assignee: Fangmin Lv > Priority: Major > Labels: pull-request-available > Fix For: 3.6.0 > > Time Spent: 6h 20m > Remaining Estimate: 0h > > This is a sub task of ZOOKEEPER-3114, which is going to check the data integrity by calculating the hash value of data tree, and compare the value when reload the snapshot/txns from disk. -- This message was sent by Atlassian JIRA (v7.6.14#76016)