[
https://issues.apache.org/jira/browse/KNOX-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781414#comment-13781414
]
Knox QA commented on KNOX-157:
------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12605766/KNOX-157__Integrate_alternate_implementation_of_HttpEntity_supporting_optimistically_repea.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
-1 tests included. The patch doesn't appear to include any new or modified
tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 javadoc. The applied patch does not increase the total number of
javadoc warnings.
+1 checkstyle. The patch generated 0 code style errors.
+1 findbugs. The patch does not introduce any new Findbugs (version )
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed unit tests in gateway-server.
Test results: https://builds.apache.org/job/PreCommit-Knox-Build/15//testReport/
Console output: https://builds.apache.org/job/PreCommit-Knox-Build/15//console
This message is automatically generated.
> Knox is not able to process PUT/POST requests with large payload
> ----------------------------------------------------------------
>
> Key: KNOX-157
> URL: https://issues.apache.org/jira/browse/KNOX-157
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.3.0
> Reporter: Vladimir Tkhir
> Assignee: Dilli Arumugam
> Priority: Critical
> Fix For: 0.3.0
>
> Attachments:
> KNOX-157__Integrate_alternate_implementation_of_HttpEntity_supporting_optimistically_repea.patch,
> KNOX-157.patch, KNOX-157.patch
>
>
> Getting OutOfMemory exception when trying to process PUT/POST requests with
> large bodies. As an example create 1GB file in HDFS via Knox.
> Issue is related to replaying bodies on requests dispatch.
> From Kevin:
> We need a special version of a BufferedHttpEntity that will buffer up to the
> first n bytes and then if getContent() is called again after that many bytes
> have been read it throws an exception.
--
This message was sent by Atlassian JIRA
(v6.1#6144)