From user-return-55369-apmail-hbase-user-archive=hbase.apache.org@hbase.apache.org Thu Jul 19 21:09:24 2018 Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A9851847B for ; Thu, 19 Jul 2018 21:09:24 +0000 (UTC) Received: (qmail 30117 invoked by uid 500); 19 Jul 2018 21:09:22 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 30005 invoked by uid 500); 19 Jul 2018 21:09:22 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 29982 invoked by uid 99); 19 Jul 2018 21:09:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2018 21:09:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 862DDCBF97 for ; Thu, 19 Jul 2018 21:09:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.399 X-Spam-Level: ** X-Spam-Status: No, score=2.399 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=2, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=cloudera.com Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id zwwgFKLN8bnK for ; Thu, 19 Jul 2018 21:09:20 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 3B6055F2A9 for ; Thu, 19 Jul 2018 21:09:20 +0000 (UTC) Received: by mail-wr1-f48.google.com with SMTP id v14-v6so9365661wro.5 for ; Thu, 19 Jul 2018 14:09:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=2Xd5eD+JkoK0BiJmA+ofTdD93xiEYieEZRlJAhyOYk0=; b=SOyYle01/y2UsEhN/I6nPIojjfWQXIXVRLCoJ9uX7cJsemvT57p7EQVkADho3MaNrZ j2E6R5+FjckJZnCmNYEwg21TbEt+9nOSWrPZcdKquZL/aV1T/k3Jloqi1+8eBJCbxql1 mRXfRYLXrQBNoRZVpwg24lR6BqRanIw01YLbsWtzPc/szOOV9KpdGgo/oGEdtqZnNTgy QvXIiyzHzNHj0Ox0qXissW+KHvG0X86wI4XDBxIKu4DEuHNpaw9MDlxTzF4i7JSAW6Vl s3DSylyOrYStZGDip/Ayr8HYN5WAK8xAnZVDM30y1pXfnK8l6CwQ9LhvgNxY7JmeV407 KfZg== X-Gm-Message-State: AOUpUlELvbljG4Hzup7uJzC8xFtINCDxAYvKm3mCePhON01KzZ2hZSNQ MrrSknXvGrzO5LIV3PGMRfX3lmwNWpPlONysE3v8CA== X-Google-Smtp-Source: AAOMgpfUbvPxxxyCVpV1gU6JdkQTC/1tIJjhvPix6DKAAsgeYTOh477VMsaz6o5GaJIlXJFNX9CxUxX44f+YgxUwl9M= X-Received: by 2002:adf:ff49:: with SMTP id u9-v6mr9239648wrs.15.1532034559617; Thu, 19 Jul 2018 14:09:19 -0700 (PDT) MIME-Version: 1.0 From: Umesh Agashe Date: Thu, 19 Jul 2018 14:09:08 -0700 Message-ID: Subject: [DISCUSS] Separate Git Repository for HBCK2 To: dev@hbase.apache.org, Hbase-User Content-Type: multipart/alternative; boundary="000000000000b5d0bf05716097b3" --000000000000b5d0bf05716097b3 Content-Type: text/plain; charset="UTF-8" Hi, I've had the opportunity to talk about HBCK2 with a few of you. One of the suggestions is to to have a separate git repository for HBCK2. Lets discuss about it. In the past when bugs were found in hbck, there is no easy way to release patched version of just hbck (without patching HBase). If HBCK2 has a separate git repo, HBCK2 versions will not be tightly related to HBase versions. Fixing and releasing hbck2, may not require patching HBase. Though tight coupling will be somewhat loosened, HBCK2 will still depend on HBase APIs/ code. Caution will be required going forward regarding compatibility. What you all think? Thanks, Umesh JIRA: https://issues.apache.org/jira/browse/HBASE-19121. Doc: https://docs.google.com/document/d/1NxSFu4TKQ6lY-9J5qsCcJb9kZOnkfX66KMYsiVxBy0Y/edit?usp=sharing --000000000000b5d0bf05716097b3--