[
https://issues.apache.org/jira/browse/OOZIE-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241933#comment-13241933
]
[email protected] commented on OOZIE-741:
-----------------------------------------------------
bq. On 2012-03-26 21:01:19, Santhosh Srinivasan wrote:
bq. >
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/java/org/apache/oozie/ErrorCode.java,
line 143
bq. > <https://reviews.apache.org/r/4476/diff/2/?file=95542#file95542line143>
bq. >
bq. > length. Should we use size instead of length?
I believe size is more appropriate but, the length has been used throughout
Hadoop code, so I thought to be consistent
bq. On 2012-03-26 21:01:19, Santhosh Srinivasan wrote:
bq. >
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/resources/oozie-default.xml,
line 471
bq. > <https://reviews.apache.org/r/4476/diff/2/?file=95544#file95544line471>
bq. >
bq. > Is this big enough to cover most of the existing users?
This has been agreed upon as big enough?
As well, it can be changed through oozie-site.xml if needed
bq. On 2012-03-26 21:01:19, Santhosh Srinivasan wrote:
bq. >
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/resources/oozie-default.xml,
line 473
bq. > <https://reviews.apache.org/r/4476/diff/2/?file=95544#file95544line473>
bq. >
bq. > What is the unit - bytes?
Yep, will add it to the comment
bq. On 2012-03-26 21:01:19, Santhosh Srinivasan wrote:
bq. >
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/test/java/org/apache/oozie/service/TestLiteWorkflowAppService.java,
line 119
bq. > <https://reviews.apache.org/r/4476/diff/2/?file=95545#file95545line119>
bq. >
bq. > Can you include a message for the failure?
done
bq. On 2012-03-26 21:01:19, Santhosh Srinivasan wrote:
bq. >
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/java/org/apache/oozie/service/WorkflowAppService.java,
line 128
bq. > <https://reviews.apache.org/r/4476/diff/2/?file=95543#file95543line128>
bq. >
bq. > Is this required since the method throws WorkflowException?
bq. >
bq. > Move the catch to the previous line as per Java coding standard if
you are retaining the catch block.
it is required as we need to differentiate beween a generic exception which has
be caught later and WorkflowException which we are handling here.
bq. On 2012-03-26 21:01:19, Santhosh Srinivasan wrote:
bq. >
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/test/java/org/apache/oozie/service/TestLiteWorkflowAppService.java,
line 121
bq. > <https://reviews.apache.org/r/4476/diff/2/?file=95545#file95545line121>
bq. >
bq. > Move the catch to the previous line as per Java coding convention
I am using the oozie formatter. The catch should at a new line. the same style
is used throughout the code
bq. On 2012-03-26 21:01:19, Santhosh Srinivasan wrote:
bq. >
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/test/java/org/apache/oozie/service/TestLiteWorkflowAppService.java,
line 124
bq. > <https://reviews.apache.org/r/4476/diff/2/?file=95545#file95545line124>
bq. >
bq. > Move finally to the previous line
I am using the oozie formatter. The catch should at a new line. the same style
is used throughout the code
- Mohamed
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4476/#review6366
-----------------------------------------------------------
On 2012-03-26 04:34:14, Mohamed Battisha wrote:
bq.
bq. -----------------------------------------------------------
bq. This is an automatically generated e-mail. To reply, visit:
bq. https://reviews.apache.org/r/4476/
bq. -----------------------------------------------------------
bq.
bq. (Updated 2012-03-26 04:34:14)
bq.
bq.
bq. Review request for oozie.
bq.
bq.
bq. Summary
bq. -------
bq.
bq. Currently there is no limit to the xml file that is submitted by the user.
submitting a big file make cause some issues
bq.
bq.
bq. This addresses bug oozie-741.
bq. https://issues.apache.org/jira/browse/oozie-741
bq.
bq.
bq. Diffs
bq. -----
bq.
bq.
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/java/org/apache/oozie/ErrorCode.java
1304533
bq.
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/java/org/apache/oozie/service/WorkflowAppService.java
1304533
bq.
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/resources/oozie-default.xml
1304533
bq.
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/test/java/org/apache/oozie/service/TestLiteWorkflowAppService.java
1304533
bq.
bq. Diff: https://reviews.apache.org/r/4476/diff
bq.
bq.
bq. Testing
bq. -------
bq.
bq. New test cases are added
bq.
bq.
bq. Thanks,
bq.
bq. Mohamed
bq.
bq.
> Restrict the size of submitted workflow xml file
> --------------------------------------------------
>
> Key: OOZIE-741
> URL: https://issues.apache.org/jira/browse/OOZIE-741
> Project: Oozie
> Issue Type: Improvement
> Components: workflow
> Affects Versions: 3.2.0
> Reporter: Mohamed Battisha
> Priority: Minor
> Fix For: 3.2.0
>
> Original Estimate: 5h
> Remaining Estimate: 5h
>
> Currently there is no limit to the xml file that is submitted by the user.
> submitting a big file make cause some issues
> We need to catch this as early as possible.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira