Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A5FFDD75 for ; Tue, 23 Oct 2012 22:56:15 +0000 (UTC) Received: (qmail 27349 invoked by uid 500); 23 Oct 2012 22:56:14 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 27311 invoked by uid 500); 23 Oct 2012 22:56:14 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 27252 invoked by uid 99); 23 Oct 2012 22:56:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2012 22:56:14 +0000 Date: Tue, 23 Oct 2012 22:56:14 +0000 (UTC) From: "Alejandro Abdelnur (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1387149401.18832.1351032974884.JavaMail.jiratomcat@arcas> In-Reply-To: <1619756067.18776.1351032371997.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HADOOP-8968) TaskTracker and DataNode relaxed version check is not working 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/HADOOP-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur updated HADOOP-8968: --------------------------------------- Attachment: HADOOP-8968.patch > TaskTracker and DataNode relaxed version check is not working > ------------------------------------------------------------- > > Key: HADOOP-8968 > URL: https://issues.apache.org/jira/browse/HADOOP-8968 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Alejandro Abdelnur > Assignee: Alejandro Abdelnur > Fix For: 1.2.0 > > Attachments: HADOOP-8968.patch > > > The logic in the TaskTracker and the DataNode to allow a relax version check with the JobTracker and NameNode is not working. > The relaxed check is done after the strict check, thus no chance for the relaxed check to ever happen. > The relaxed check is hardcoded to require exact same versions (allowing different builds). The relaxed check should be able to work with a prefix of the full version (i.e. to handle patch releases). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira