[
https://issues.apache.org/jira/browse/CLOUDSTACK-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885127#comment-15885127
]
ASF GitHub Bot commented on CLOUDSTACK-9728:
--------------------------------------------
Github user jayapalu commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1886#discussion_r103136343
--- Diff: core/src/com/cloud/network/resource/TrafficSentinelResource.java
---
@@ -228,6 +239,7 @@ private DirectNetworkUsageAnswer
getPublicIpBytesSentAndReceived(DirectNetworkUs
answer.put(publicIp, bytesSentAndReceived);
}
}
+ os.close();
--- End diff --
Updated
> 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.15#6346)