Hello,

I have seen problem with Java, like this:
> - Fixed a datastore issue where an error was thrown when setting a query 
> offset
>   to more than the number of results throws an error.
>     http://code.google.com/p/googleappengine/issues/detail?id=2875


I send this query:
  query.filter(:user_id=>user.id).sort(:created_at, :desc).each(:limit=>3)
This query uses composite-index. UserNews user_id ▲ , created_at ▼

I set limit=3, but many (all?) entities are return.
It is not always. very very rare case.
This code is ruby, but I trace code, I found JavaAPI's
PreparedQuery#asIterator(FetchOptions fetchOptions) is used.

>From application log. Maybe query is retried, by application code.
I am using deadline=3.0sec. First query is deadlined, and retryed.


Is this known problem?


takeru

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to