Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4AA129CBC for ; Sat, 14 Apr 2012 23:17:43 +0000 (UTC) Received: (qmail 2137 invoked by uid 500); 14 Apr 2012 23:17:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2066 invoked by uid 500); 14 Apr 2012 23:17:43 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 2013 invoked by uid 99); 14 Apr 2012 23:17:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Apr 2012 23:17:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Apr 2012 23:17:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8B24536B1AC for ; Sat, 14 Apr 2012 23:17:21 +0000 (UTC) Date: Sat, 14 Apr 2012 23:17:21 +0000 (UTC) From: "stack (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1062100559.25992.1334445441617.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1656041159.25974.1334444356200.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5795) hbase-3927 breaks 0.92<->0.94 compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254224#comment-13254224 ] stack commented on HBASE-5795: ------------------------------ Hmm... Its not hbase-3927 that broke compatibility, it seems rather to be this one that changes the RegionLoad VERSION: {code} ------------------------------------------------------------------------ r1238873 | tedyu | 2012-01-31 16:12:36 -0800 (Tue, 31 Jan 2012) | 2 lines HBASE-5256 Use WritableUtils.readVInt() in RegionLoad.readFields() (Mubarak) {code} Looking at the patch, it breaks compatibility in a pretty radical way changing ints to vints on all RegionLoad members. > hbase-3927 breaks 0.92<->0.94 compatibility > ------------------------------------------- > > Key: HBASE-5795 > URL: https://issues.apache.org/jira/browse/HBASE-5795 > Project: HBase > Issue Type: Bug > Reporter: stack > > This commit broke our 0.92/0.94 compatibility: > {code} > ------------------------------------------------------------------------ > r1136686 | stack | 2011-06-16 14:18:08 -0700 (Thu, 16 Jun 2011) | 1 line > HBASE-3927 display total uncompressed byte size of a region in web UI > {code} > I just tried the new RC for 0.94. I brought up a 0.94 master on a 0.92 cluster and rather than just digest version 1 of the HServerLoad, I get this: > {code} > 2012-04-14 22:47:59,752 WARN org.apache.hadoop.ipc.HBaseServer: Unable to read call parameters for client 10.4.14.38 > java.io.IOException: Error in readFields > at org.apache.hadoop.hbase.io.HbaseObjectWritable.readObject(HbaseObjectWritable.java:684) > at org.apache.hadoop.hbase.ipc.Invocation.readFields(Invocation.java:125) > at org.apache.hadoop.hbase.ipc.HBaseServer$Connection.processData(HBaseServer.java:1269) > at org.apache.hadoop.hbase.ipc.HBaseServer$Connection.readAndProcess(HBaseServer.java:1184) > at org.apache.hadoop.hbase.ipc.HBaseServer$Listener.doRead(HBaseServer.java:722) > at org.apache.hadoop.hbase.ipc.HBaseServer$Listener$Reader.doRunLoop(HBaseServer.java:513) > at org.apache.hadoop.hbase.ipc.HBaseServer$Listener$Reader.run(HBaseServer.java:488) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Caused by: A record version mismatch occured. Expecting v2, found v1 > at org.apache.hadoop.io.VersionedWritable.readFields(VersionedWritable.java:46) > at org.apache.hadoop.hbase.HServerLoad$RegionLoad.readFields(HServerLoad.java:379) > at org.apache.hadoop.hbase.HServerLoad.readFields(HServerLoad.java:686) > at org.apache.hadoop.hbase.io.HbaseObjectWritable.readObject(HbaseObjectWritable.java:681) > ... 9 more > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira