Does this entity have an exploding index or indexes? Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine
On Fri, Jul 15, 2011 at 6:07 AM, Miroslav Genov <[email protected]> wrote: > Put fails with "The request to API call datastore_v3.Put() was too large" > when Entity with Blob of 58618 bytes is put in the datastore > > > com.google.code.twig.standard.BaseObjectDatastore servicePut: Problem during > try 0 > com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to > API call datastore_v3.Put() was too large. > at > com.google.apphosting.runtime.ApiProxyImpl$AsyncApiFuture.rpcFinished(ApiProxyImpl.java:421) > at > com.google.net.rpc.RpcStub$RpcCallbackDispatcher$1.runInContext(RpcStub.java:1050) > at > com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:448) > at com.google.tracing.TraceContext.runInContext(TraceContext.java:688) > at > com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:326) > at > com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:318) > at > com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:446) > at > com.google.net.rpc.RpcStub$RpcCallbackDispatcher.rpcFinished(RpcStub.java:1071) > at com.google.net.rpc.RPC.internalFinish(RPC.java:2192) > at > com.google.net.rpc.impl.RpcNetChannel.finishRpc(RpcNetChannel.java:2338) > at > com.google.net.rpc.impl.RpcNetChannel.messageReceived(RpcNetChannel.java:1267) > at > com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:328) > at > com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:299) > at com.google.net.async.Connection.handleReadEvent(Connection.java:474) > at > com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:831) > at > com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:207) > at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:103) > at > com.google.net.async.GlobalEventRegistry$2.runLoop(GlobalEventRegistry.java:95) > at > com.google.net.async.LoopingEventDispatcher$EventDispatcherThread.run(LoopingEventDispatcher.java:385) > > > Store bytes count: 58618 > > Limit Amount maximum entity size 1 megabyte maximum number of values in > all indexes for an entity **(1)** 5,000 values > Any idea where the problem is and how can I fix it ? > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine-java/-/-ZQDVNN2blUJ. > 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. > -- 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.
