GitHub user kansal opened a pull request: https://github.com/apache/cloudstack/pull/1418
CLOUDSTACK-9261: Query to traffic sentinel requesting for usage stats⦠⦠is too long resulting in traffic sentinel sending HTTP 414 error response - Fixed Root Cause Analysis: In the current implementation, we are using GET method to send the request tom the traffic sentinel instance. Thus, if there are many IP's that need to be queried, the request becomes too long and the HTTP Error 414 is thrown. Fix: Changed the GET request to the POST request. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kansal/cloudstack CLOUDSTACK-9291 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1418.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 #1418 ---- commit 96141d3ed00bd57e54ddd98fe4f62f6d51b622f4 Author: Kshitij Kansal <kansa...@gmail.com> Date: 2016-02-19T10:56:47Z CLOUDSTACK-9261: Query to traffic sentinel requesting for usage stats is too long resulting in traffic sentinel sending HTTP 414 error response - Fixed ---- --- 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. ---