-
Notifications
You must be signed in to change notification settings - Fork 34
32k truncation issue on master branch #316
Comments
Looking into this. |
…ponse Signed-off-by: Joakim Erdfelt <[email protected]>
The reproduction examples provided in that code.google.com link to reproduce are not reproducible directly (outside of Spring / Groovy / Google) Test case added to branch It does not trigger with sizes:
Do we know what the Will endeavor to find the cause. Incidentally, the |
Thanks for looking into this one... Do you have permission to post directly On Mon, Aug 8, 2016 at 12:28 PM, Joakim Erdfelt [email protected]
|
Ludo, Do you want us to look into removing the 32KB limit from master? This Remind me again what is the main issue why we cannot make async-support the cheers On 9 August 2016 at 09:37, Ludovic Champenois [email protected]
Greg Wilkins [email protected] CTO http://webtide.com |
Main issues on async branch: 1/ request logs: The problem is that the runtime logs are not available in request_log like they normally do. Data is still available but as far as I checked those reside in app logs. 2/ Some new API exceptions https://code.google.com/p/googleappengine/issues/detail?id=13169 (might or might not be Jetty, but need further investigation) 3/ Crashes https://code.google.com/p/googleappengine/issues/detail?id=13168 Again, might not be related to async work, but blocking some customers. Main pain point is number one. But I guess it is inherent to the async work? Can it be improved? |
closing as this issue became rather meta and issues are discussed elsewhere. |
See https://code.google.com/p/googleappengine/issues/detail?id=12790&q=32k&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log
Issue is sovled in async branch, but need resolution on master as more customers are using it now, and it's getting escalated.
@gregw : can you take an urgent look? It seems it might be possible to address according the bug above?
The text was updated successfully, but these errors were encountered: