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 <jayapal.ur...@accelerite.com> 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---