[teiid-issues] [JBoss JIRA] (TEIID-2766) OData large batch size does not allow all results to be returned to the client in a single batch

Ramesh Reddy (JIRA) issues at jboss.org
Thu Dec 12 10:56:34 EST 2013


     [ https://issues.jboss.org/browse/TEIID-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-2766.
---------------------------------

        Labels: final  (was: )
    Resolution: Done


Yes, I see the issue, in code -1 is never been interpreted as the no limit. Added code to treat 

{code}
	if (batch-size == -1) {
	    batch-size = Integer.MAX_VALUE;
	}
{code}
                
> OData large batch size does not allow all results to be returned to the client in a single batch
> ------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-2766
>                 URL: https://issues.jboss.org/browse/TEIID-2766
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 8.4
>         Environment: OData client connecting to Teiid
>            Reporter: Marc Shirley
>            Assignee: Steven Hawkins
>              Labels: final
>             Fix For: 8.6
>
>
> OData large batch-size, for example -1 to get all results in 1 response, doesn't work. Largest tested value that does work 51210.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list