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 A7DF3200D20 for ; Tue, 17 Oct 2017 18:45:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A601D1609EB; Tue, 17 Oct 2017 16:45:10 +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 EC0981609D9 for ; Tue, 17 Oct 2017 18:45:09 +0200 (CEST) Received: (qmail 22302 invoked by uid 500); 17 Oct 2017 16:45:09 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 22291 invoked by uid 99); 17 Oct 2017 16:45:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 16:45:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3068418071A for ; Tue, 17 Oct 2017 16:45:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id P9fRgoHpfeYa for ; Tue, 17 Oct 2017 16:45: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 CE74C5FCC3 for ; Tue, 17 Oct 2017 16:45: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 C3DE1E1095 for ; Tue, 17 Oct 2017 16:45:01 +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 EF5A724397 for ; Tue, 17 Oct 2017 16:45:00 +0000 (UTC) Date: Tue, 17 Oct 2017 16:45:00 +0000 (UTC) From: "Eric Yang (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-7202) Add UT for api-server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 17 Oct 2017 16:45:10 -0000 [ https://issues.apache.org/jira/browse/YARN-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16207889#comment-16207889 ] Eric Yang commented on YARN-7202: --------------------------------- [~gsaha] In the patch, there is no removal of ERROR_CODE_APP_*, and these codes are not valid REST API HTTP code. I am puzzled on how the diagnostic code are sent, if web status code is designed to return NO_CONTENT. Both designs are contradiction to each other. Like Billie said, stopService, and no-ops both reported NO_CONTENT for PUT method. This was a confusing API that we can not determine if a operation or configuration changes had been performed. This is the reason that we report OK to make sure if a stop event did occur for PUT method. The ambiguous problem came from the design of REST API to overload PUT operation with multiple purposes. This is the reason that YARN-7215, and YARN-7217 are proposed to simplify PUT operation into additional API calls to reduce the ambiguous problem exist in the current implementation. We can return to NO_CONTENT code with one condition. If the PUT method is atomic operation without multiple intend, then NO_CONTENT can be used to clearly report the intended operation has been performed. This is not how the code was written for ApiServer, and YARN-7217 was filed to polish the limitations. This unit test patch helped to uncover the design issues early, and we can move forward with reasonable enhancement suggestion in YARN-7217. > Add UT for api-server > --------------------- > > Key: YARN-7202 > URL: https://issues.apache.org/jira/browse/YARN-7202 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Jian He > Assignee: Eric Yang > Fix For: yarn-native-services > > Attachments: YARN-7202.yarn-native-services.001.patch, YARN-7202.yarn-native-services.002.patch, YARN-7202.yarn-native-services.003.patch, YARN-7202.yarn-native-services.004.patch, YARN-7202.yarn-native-services.005.patch, YARN-7202.yarn-native-services.006.patch, YARN-7202.yarn-native-services.007.patch, YARN-7202.yarn-native-services.008.patch, YARN-7202.yarn-native-services.011.patch, YARN-7202.yarn-native-services.012.patch, YARN-7202.yarn-native-services.013.patch, YARN-7202.yarn-native-services.014.patch > > -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org