Yichi Lu created CLOUDSTACK-8782:
------------------------------------
Summary: 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, 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)