You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2017/01/11 01:09:31 UTC

[GitHub] incubator-ponymail issue #335: Bug: GUI does not report maxResult truncation...

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/335

    Bug: GUI does not report maxResult truncation correctly

    Assume that config.maxResults == 5000.
    
    If there are exactly 5000 mails, then the GUI reports:
    
    "More than 5,000 emails found, truncating!"
    
    This is because it checks for >= rather than >.
    
    If maxResults is > 10000, then the GUI again reports truncation, but in fact truncation does not occur because of issue #334.

----

----


---
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 feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #335: Bug: GUI does not report maxResult truncation...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the issue at:

    https://github.com/apache/incubator-ponymail/issues/335


---
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 feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #335: Bug: GUI does not report maxResult truncation...

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/335
  
    If the response contains fewer emails than maxResults, then there has been no truncation.
    Otherwise it's not possible to be specific at present; truncation may or may not have occurred.
    
    If a normal query (not scan/scroll) has been used it's only possible to say that truncation may have occurred.
    
    For the scan/scroll case it depends how #334 is resolved, but in general it's not possible to determine if any emails have been omitted without knowing how many emails are visible to the user.


---
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 feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #335: Bug: GUI does not report maxResult truncation...

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/335
  
    If the number of emails actually returned is greater than the limit, then truncation has not occurred with the current scroll behaviour. If the number is the same, then truncation may have occurred.


---
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 feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---