[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-05-04 Thread kansal
Github user kansal commented on the pull request: https://github.com/apache/cloudstack/pull/1418#issuecomment-217089000 @rhtyd Rebased. --- 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 f

[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-05-02 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1418#issuecomment-216224340 @kansal please rebase against latest master tag:needlove --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-04-21 Thread GabrielBrascher
Github user GabrielBrascher commented on the pull request: https://github.com/apache/cloudstack/pull/1418#issuecomment-212876630 @kansal create methods would also help to test the behavior of this code, using unit test and integration test (to verify if the methods that have unit test

[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-04-21 Thread kishankavala
Github user kishankavala commented on the pull request: https://github.com/apache/cloudstack/pull/1418#issuecomment-212842771 @kansal LGTM. See if you can add an integration test. Actual response from traffic sentinel resource in the logs will also help. --- If your projec

[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-04-19 Thread kansal
Github user kansal commented on the pull request: https://github.com/apache/cloudstack/pull/1418#issuecomment-211873904 @GabrielBrascher These adjustments can be done, but I don't see any point of introducing the function calls. Anyhow this code is not used anywhere else in the whole

[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-02-28 Thread GabrielBrascher
Github user GabrielBrascher commented on the pull request: https://github.com/apache/cloudstack/pull/1418#issuecomment-189941771 @kansal Could you please consider the following adjustments? - create a method for the "Part 1" (lines 213-219). With the command as parameter and return

[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-02-22 Thread kansal
Github user kansal commented on the pull request: https://github.com/apache/cloudstack/pull/1418#issuecomment-187574586 @alexandrelimassantana , I am not sure of how to simulate the actual traffic sentinel resource. I can create a request with 20148 or more, but the actual error is en

[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-02-21 Thread alexandrelimassantana
Github user alexandrelimassantana commented on the pull request: https://github.com/apache/cloudstack/pull/1418#issuecomment-186875522 Hi @kansal, can you make a test with this change? Try issuing an request with more than 2048 characters to see if everything still works fine then. -

[GitHub] cloudstack pull request: CLOUDSTACK-9261: Query to traffic sentine...

2016-02-19 Thread kansal
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: I