You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Yichi Lu (JIRA)" <ji...@apache.org> on 2015/08/27 23:20:46 UTC

[jira] [Updated] (CLOUDSTACK-8782) If pagesize is greater than default.page.size in API call, and default.page.size < 500, CloudStack will keep on popping up Status message box every time user logs in.

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-8782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yichi Lu updated CLOUDSTACK-8782:
---------------------------------
    Description: 
Set default.page.size to a value < 500.
Next in a list API call (for instance, try using cloudmonkey), set page size > default.page.size. The call will fail because page size is too big, and a Status message box will pop up in GUI.

The problem is that the Status message box will keep popping up every time a usr logs in, even though 'Close' has been clicked to the message box. The message box also pops up to other users who did not issue the API call.

The problem disappears when the default.page.size is reset to 500.

Another problem is that the message box is caused by an API call. Why should an API call lead to a Status message box on GUI?

  was:
Set default.page.size to a value < 500.
Next in a list API call, set page size > default.page.size. The call will fail because page size is too big, and a Status message box will pop up in GUI.

The problem is that the Status message box will keep popping up every time a usr logs in, even though 'Close' has been clicked to the message box. The message box also pops up to other users who did not issue the API call.

The problem disappears when the default.page.size is reset to 500.


> If pagesize is greater than default.page.size in API call, and default.page.size < 500, CloudStack will keep on popping up Status message box every time user logs in.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-8782
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8782
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API, UI
>    Affects Versions: 4.5.2
>         Environment: OS: CentOS 6.6, CloudStack 4.5.2
>            Reporter: Yichi Lu
>
> Set default.page.size to a value < 500.
> Next in a list API call (for instance, try using cloudmonkey), set page size > default.page.size. The call will fail because page size is too big, and a Status message box will pop up in GUI.
> The problem is that the Status message box will keep popping up every time a usr logs in, even though 'Close' has been clicked to the message box. The message box also pops up to other users who did not issue the API call.
> The problem disappears when the default.page.size is reset to 500.
> Another problem is that the message box is caused by an API call. Why should an API call lead to a Status message box on GUI?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)