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 9FE1B200BF8 for ; Fri, 13 Jan 2017 09:48:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9E7B1160B47; Fri, 13 Jan 2017 08:48:30 +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 E74FD160B32 for ; Fri, 13 Jan 2017 09:48:29 +0100 (CET) Received: (qmail 74540 invoked by uid 500); 13 Jan 2017 08:48:29 -0000 Mailing-List: contact issues-help@eagle.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.apache.org Delivered-To: mailing list issues@eagle.apache.org Received: (qmail 74523 invoked by uid 99); 13 Jan 2017 08:48:29 -0000 Received: from Unknown (HELO jira-lw-us.apache.org) (207.244.88.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2017 08:48:29 +0000 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 97DE82528B for ; Fri, 13 Jan 2017 08:48:26 +0000 (UTC) Date: Fri, 13 Jan 2017 08:48:26 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@eagle.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (EAGLE-860) TopologyDataExtractor can't extract right rack info MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 13 Jan 2017 08:48:30 -0000 [ https://issues.apache.org/jira/browse/EAGLE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821416#comment-15821416 ] ASF GitHub Bot commented on EAGLE-860: -------------------------------------- Github user r7raul1984 commented on a diff in the pull request: https://github.com/apache/eagle/pull/772#discussion_r95956299 --- Diff: eagle-topology-check/eagle-topology-app/src/main/java/org/apache/eagle/topology/resolver/model/NodeInfo.java --- @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +package org.apache.eagle.topology.resolver.model; + +import org.codehaus.jackson.annotate.JsonIgnoreProperties; --- End diff -- OK > TopologyDataExtractor can't extract right rack info > --------------------------------------------------- > > Key: EAGLE-860 > URL: https://issues.apache.org/jira/browse/EAGLE-860 > Project: Eagle > Issue Type: Bug > Reporter: JiJun Tang > Assignee: JiJun Tang > Priority: Minor > > TopologyDataExtractor can't extract right rack info.For now,rack name is always default-rack. -- This message was sent by Atlassian JIRA (v6.3.4#6332)