Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B1847200CC7 for ; Sun, 16 Jul 2017 20:23:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AF7F21641B7; Sun, 16 Jul 2017 18:23:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 031EE1641B4 for ; Sun, 16 Jul 2017 20:23:16 +0200 (CEST) Received: (qmail 65678 invoked by uid 500); 16 Jul 2017 18:23:16 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 65667 invoked by uid 99); 16 Jul 2017 18:23:16 -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; Sun, 16 Jul 2017 18:23:16 +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 9C77DC0DC5 for ; Sun, 16 Jul 2017 18:23:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.5 X-Spam-Level: X-Spam-Status: No, score=-99.5 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled 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 X_rNrcMpQnJu for ; Sun, 16 Jul 2017 18:23:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 121985FC7B for ; Sun, 16 Jul 2017 18:23:02 +0000 (UTC) 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 EEB6AE0D28 for ; Sun, 16 Jul 2017 18:23: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 1B9E724768 for ; Sun, 16 Jul 2017 18:23:00 +0000 (UTC) Date: Sun, 16 Jul 2017 18:23:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@gora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GORA-443) Upgrade HBase to 1.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 16 Jul 2017 18:23:17 -0000 [ https://issues.apache.org/jira/browse/GORA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089057#comment-16089057 ] ASF GitHub Bot commented on GORA-443: ------------------------------------- Github user renato2099 commented on the issue: https://github.com/apache/gora/pull/95 Thanks for finding this out @alfonsonishikawa ! This makes much more sense now! I do agree with you that is weird that this hasn't surfaced before. My guess would be (1) using a slower machine before which would make the deletes come after the inserts, but with a faster machine they could be swapped (we are also using the same writer btw) (2) Multi-threaded Hbase client? I think this came later than our previous releases, but I don't know if the client we are using is actually multithreaded or not. Maybe another thing to try would be [limiting HBase client](https://stackoverflow.com/questions/42919819/hbase-multithreading-client-performance) to see what happens by reducing the connection pool. > Upgrade HBase to 1.2.3 > ---------------------- > > Key: GORA-443 > URL: https://issues.apache.org/jira/browse/GORA-443 > Project: Apache Gora > Issue Type: Improvement > Components: gora-hbase > Reporter: Ted Yu > Assignee: Lewis John McGibbney > Fix For: 0.7 > > > HBase 1.1.2 release is the current stable release. > Gora should be built based on HBase 1.1.2 > Currently I got the following compilation error: > {code} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project gora-hbase: Compilation failure > [ERROR] /home/hbase/gora/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseTableConnection.java:[59,7] error: HBaseTableConnection is not abstract and does not override abstract method checkAndDelete(byte[],byte[],byte[],CompareOp,byte[],Delete) in Table > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)