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 84817935B for ; Fri, 4 Nov 2011 21:18:17 +0000 (UTC) Received: (qmail 23395 invoked by uid 500); 4 Nov 2011 21:18:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 23373 invoked by uid 500); 4 Nov 2011 21:18:17 -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 23365 invoked by uid 99); 4 Nov 2011 21:18:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 21:18:17 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Fri, 04 Nov 2011 21:18:14 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 73BE830CB57 for ; Fri, 4 Nov 2011 21:17:53 +0000 (UTC) Date: Fri, 4 Nov 2011 21:17:53 +0000 (UTC) From: "jiraposter@reviews.apache.org (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1932843241.1206.1320441473475.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-2425) Crossport HADOOP-1849 rpc fix 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-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144348#comment-13144348 ] jiraposter@reviews.apache.org commented on HBASE-2425: ------------------------------------------------------ bq. On 2011-11-04 18:06:38, Gary Helmling wrote: bq. > src/main/java/org/apache/hadoop/hbase/ipc/HBaseServer.java, line 322 bq. > bq. > bq. > We could eliminate the flag and use status instead. Are there plans for other bits being set in this? Otherwise, we always have length and error can be determined from Status. Or would removing this break asynchbase in other ways? bq. bq. Michael Stack wrote: bq. Its for asynchbase -- so it can tell diff between a response with length and one w/o (its trying to support all hbase versions). bq. bq. Gary Helmling wrote: bq. So do we need an additional flag for "status set" here, so that asynchbase can tell when that's included? Or can it pick that up from the version number? asynchbase doesn't work against 0.92 yet; therefore, the flag will mean length + status (will check w/ the B man). - Michael ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2718/#review3049 ----------------------------------------------------------- On 2011-11-04 00:11:21, Michael Stack wrote: bq. bq. ----------------------------------------------------------- bq. This is an automatically generated e-mail. To reply, visit: bq. https://reviews.apache.org/r/2718/ bq. ----------------------------------------------------------- bq. bq. (Updated 2011-11-04 00:11:21) bq. bq. bq. Review request for hbase. bq. bq. bq. Summary bq. ------- bq. bq. Versions of Gary suggestions bq. bq. bq. This addresses bug hbase-2425. bq. https://issues.apache.org/jira/browse/hbase-2425 bq. bq. bq. Diffs bq. ----- bq. bq. src/main/java/org/apache/hadoop/hbase/coprocessor/AggregateImplementation.java fce5490 bq. src/main/java/org/apache/hadoop/hbase/coprocessor/AggregateProtocol.java 2fa4d6f bq. src/main/java/org/apache/hadoop/hbase/coprocessor/BaseEndpointCoprocessor.java 6f88357 bq. src/main/java/org/apache/hadoop/hbase/ipc/CoprocessorProtocol.java 6fcb771 bq. src/main/java/org/apache/hadoop/hbase/ipc/HBaseClient.java 1365411 bq. src/main/java/org/apache/hadoop/hbase/ipc/HBaseServer.java 4a8918a bq. src/main/java/org/apache/hadoop/hbase/ipc/Invocation.java e60f970 bq. src/main/java/org/apache/hadoop/hbase/ipc/ProtocolSignature.java PRE-CREATION bq. src/main/java/org/apache/hadoop/hbase/ipc/Status.java PRE-CREATION bq. src/main/java/org/apache/hadoop/hbase/ipc/VersionedProtocol.java fb07374 bq. src/main/java/org/apache/hadoop/hbase/ipc/WritableRpcEngine.java 60a9248 bq. src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java 8de2314 bq. src/main/java/org/apache/hadoop/hbase/master/HMaster.java 0d0e4c5 bq. src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java 12bd33e bq. src/test/java/org/apache/hadoop/hbase/ipc/TestDelayedRpc.java 888f428 bq. src/test/java/org/apache/hadoop/hbase/regionserver/TestServerCustomProtocol.java e5b6a78 bq. bq. Diff: https://reviews.apache.org/r/2718/diff bq. bq. bq. Testing bq. ------- bq. bq. bq. Thanks, bq. bq. Michael bq. bq. > Crossport HADOOP-1849 rpc fix > ----------------------------- > > Key: HBASE-2425 > URL: https://issues.apache.org/jira/browse/HBASE-2425 > Project: HBase > Issue Type: Task > Reporter: stack > Labels: moved_from_0_20_5 > > Suggested over in HBASE-2360. -- 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