You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/02 12:24:58 UTC

[jira] [Commented] (CLOUDSTACK-9728) query to traffic sentinel requesting for usage stats is too long resulting in traffic sentinel sending HTTP 414 error response

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15792789#comment-15792789 ] 

ASF GitHub Bot commented on CLOUDSTACK-9728:
--------------------------------------------

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 <ja...@accelerite.com>
Date:   2017-01-02T10:59:17Z

    CLOUDSTACK-9728: Fixed traffic sentinel HTTP 414 error response

----


> query to traffic sentinel requesting for usage stats is too long resulting in traffic sentinel sending HTTP 414 error response
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9728
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9728
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Network Devices
>            Reporter: Jayapal Reddy
>            Assignee: Jayapal Reddy
>             Fix For: 4.10.0.0
>
>
> The query sent to the traffic sentinel to retrieve network usage information is rejected with a 414 error because the string is too long for it to process



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)