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 C262B200BF2 for ; Mon, 2 Jan 2017 13:24:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C0FDE160B30; Mon, 2 Jan 2017 12:24:07 +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 3AA30160B21 for ; Mon, 2 Jan 2017 13:24:07 +0100 (CET) Received: (qmail 23079 invoked by uid 500); 2 Jan 2017 12:24:06 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 23068 invoked by uid 99); 2 Jan 2017 12:24:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2017 12:24:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DE9E7DFBD7; Mon, 2 Jan 2017 12:24:05 +0000 (UTC) From: jayapalu To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request #1886: CLOUDSTACK-9728: Fixed traffic sentinel HTTP ... Content-Type: text/plain Date: Mon, 2 Jan 2017 12:24:05 +0000 (UTC) archived-at: Mon, 02 Jan 2017 12:24:07 -0000 GitHub user jayapalu opened a pull request: https://github.com/apache/cloudstack/pull/1886 CLOUDSTACK-9728: Fixed traffic sentinel HTTP 414 error response Url generated by CCP to request traffic sentinel for usage stats is too long causing HTTP 414 Request-URI Too Long error response. This is because we are using the GET request to send the data to the traffic sentinel instance and url size exceeds the max length of GET request. Changing the request method to POST You can merge this pull request into a Git repository by running: $ git pull https://github.com/Accelerite/cloudstack trafficsentinel Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1886.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1886 ---- commit 021eae4f55f4dba9eb267d68a17893d7f31e0d99 Author: Jayapal Date: 2017-01-02T10:59:17Z CLOUDSTACK-9728: Fixed traffic sentinel HTTP 414 error response ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---