You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/09/11 13:23:35 UTC

[GitHub] [cloudstack-primate] andrijapanicsb opened a new issue #705: [BUG] listing 500 events per page breaks page

andrijapanicsb opened a new issue #705:
URL: https://github.com/apache/cloudstack-primate/issues/705


   listing 100 events per page works fine.
   going to **500** breaks the page, the request is taking an insane amount of time to get any reply from the mgmt (based on the developer tools), then it gives an error like in the following screenshot:
   
   ![image](https://user-images.githubusercontent.com/45762285/92930691-b29eec80-f442-11ea-99ba-edbffcc75484.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #705: [BUG] listing 500 events per page breaks page

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #705:
URL: https://github.com/apache/cloudstack-primate/issues/705#issuecomment-691991088


   Closing on your remark @andrijapanicsb and the other issue, we can limit max. page size to 200 which is a fairly large number


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] andrijapanicsb commented on issue #705: [BUG] listing 500 events per page breaks page

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #705:
URL: https://github.com/apache/cloudstack-primate/issues/705#issuecomment-691851227


   I'm absolutely sure it was not my network, as I was reproducing the issue a few times in a row, and never had the issue with 100/page.
   
   But on the latest master, it looks good (beside Firefox complaining that page is slowing down my computer etc - 6 core machine...)
   
   Wondering if going down from 500 to 200 as the max limit makes sense / is possible - if not please close the issue @davidjumani 
   Thx
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd closed issue #705: [BUG] listing 500 events per page breaks page

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #705:
URL: https://github.com/apache/cloudstack-primate/issues/705


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] davidjumani commented on issue #705: [BUG] listing 500 events per page breaks page

Posted by GitBox <gi...@apache.org>.
davidjumani commented on issue #705:
URL: https://github.com/apache/cloudstack-primate/issues/705#issuecomment-691817649


   @andrijapanicsb The count is the total number of events, but the event array will only contain 500. I've tested it and although it takes time to fetch the data, the page still loads successfully.
   It could be a network issue that you've experienced


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org