You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Mona Chitnis (JIRA)" <ji...@apache.org> on 2012/07/31 01:10:35 UTC

[jira] [Created] (OOZIE-934) Exception reporting during Services startup is inadequate

Mona Chitnis created OOZIE-934:
----------------------------------

             Summary: Exception reporting during Services startup is inadequate
                 Key: OOZIE-934
                 URL: https://issues.apache.org/jira/browse/OOZIE-934
             Project: Oozie
          Issue Type: Bug
    Affects Versions: trunk, 3.2.1
            Reporter: Mona Chitnis
            Assignee: Mona Chitnis
             Fix For: trunk, 3.2.1


During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Commented] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438915#comment-13438915 ] 

Hadoop QA commented on OOZIE-934:
---------------------------------

%0ATesting%20JIRA%20OOZIE-934%0A%0A----------------------------%0A%0A%2B1%20PATCH_APPLIES%0A-1%20RAW_PATCH_ANALYSIS%0A%20%20%20%20%2B1%20the%20patch%20does%20not%20introduce%20any%20%40author%20tags%0A%20%20%20%20%2B1%20the%20patch%20does%20not%20introduce%20any%20tabs%0A%20%20%20%20%2B1%20the%20patch%20does%20not%20introduce%20any%20trailing%20spaces%0A%20%20%20%20-1%20the%20patch%20contains%201%20line(s)%20longer%20than%20132%20characters%0A%20%20%20%20%2B1%20the%20patch%20does%20adds%2Fmodifies%201%20testcase(s)%0A%0A----------------------------%0A%0AThe%20full%20output%20of%20the%20test-patch%20run%20is%20available%20at%0A%0A%20%20%20
                
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Mona Chitnis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-934:
-------------------------------

    Attachment: OOZIE-934.patch
    
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Commented] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439310#comment-13439310 ] 

Hadoop QA commented on OOZIE-934:
---------------------------------

Testing JIRA OOZIE-934

{code}
----------------------------

+1 PATCH_APPLIES
   CLEAN cleaned target directories
+1 RAT
    +1 the patch does not seem to introduce new RAT warnings
+1 COMPILE
    +1 HEAD compiles
    +1 patch compiles
    +1 the patch does not seem to introduce new javac warnings
-1 TESTS - the patch failed the following testcases:

          org.apache.oozie.service.TestStatusTransitService

  Tests run: 874
  Tests failures: 1
  Tests errors: 0

----------------------------
{code}

The full output of the test-patch run is available at

   https://builds.apache.org/job/oozie-trunk-precommit-build/40/
                
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch, OOZIE-934v2.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Mona Chitnis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-934:
-------------------------------

    Attachment:     (was: OOZIE-934.patch)
    
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Mona Chitnis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-934:
-------------------------------

    Fix Version/s:     (was: 3.2.1)
                   3.2.0
    
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Virag Kothari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Virag Kothari updated OOZIE-934:
--------------------------------

    Affects Version/s:     (was: 3.2.1)
    
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: trunk
>
>         Attachments: OOZIE-934.patch, OOZIE-934v3.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Commented] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439230#comment-13439230 ] 

Hadoop QA commented on OOZIE-934:
---------------------------------

Testing JIRA OOZIE-934

{code}
----------------------------

+1 PATCH_APPLIES
   CLEAN cleaned target directories
+1 RAT
    +1 the patch does not seem to introduce new RAT warnings
+1 COMPILE
    +1 HEAD compiles
    +1 patch compiles
    +1 the patch does not seem to introduce new javac warnings
-1 TESTS - the patch failed the following testcases:

          org.apache.oozie.command.bundle.TestBundleRerunXCommand

  Tests run: 874
  Tests failures: 1
  Tests errors: 0

----------------------------
{code}

The full output of the test-patch run is available at

   https://builds.apache.org/job/oozie-trunk-precommit-build/33/
                
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch, OOZIE-934v2.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Mona Chitnis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-934:
-------------------------------

    Attachment:     (was: OOZIE-934v2.patch)
    
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch, OOZIE-934v3.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Commented] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438916#comment-13438916 ] 

Hadoop QA commented on OOZIE-934:
---------------------------------

Testing JIRA OOZIE-934

----------------------------

+1 PATCH_APPLIES
-1 RAW_PATCH_ANALYSIS
    +1 the patch does not introduce any @author tags
    +1 the patch does not introduce any tabs
    +1 the patch does not introduce any trailing spaces
    -1 the patch contains 1 line(s) longer than 132 characters
    +1 the patch does adds/modifies 1 testcase(s)

----------------------------

The full output of the test-patch run is available at
                
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Commented] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439774#comment-13439774 ] 

Hadoop QA commented on OOZIE-934:
---------------------------------

Testing JIRA OOZIE-934

Cleaning local svn workspace

{code}
----------------------------

+1 PATCH_APPLIES
   CLEAN cleaned target directories
-1 RAW_PATCH_ANALYSIS
    +1 the patch does not introduce any @author tags
    +1 the patch does not introduce any tabs
    +1 the patch does not introduce any trailing spaces
    -1 the patch contains 1 line(s) longer than 132 characters
    -1 the patch does not add/modify any testcase
+1 RAT
    +1 the patch does not seem to introduce new RAT warnings
+1 JAVADOC
    +1 the patch does not seem to introduce new Javadoc warnings
-1 COMPILE
    -1 HEAD does not compile
    -1 patch does not compile
    +1 the patch does not seem to introduce new javac warnings
+1 BACKWARDS_COMPATIBILITY
    +1 the patch does not change any JPA Entity/Colum/Basic/Lob/Transient annotations
    +1 the patch does not modify JPA files
-1 TESTS - patch does not compile, cannot run testcases
   Tests run: 0
   Tests failures: 0
   Tests errors: 0
-1 DISTRO
    -1 distro tarball fails with the patch

----------------------------
{code}

The full output of the test-patch run is available at

   https://builds.apache.org/job/oozie-trunk-precommit-build/47/
                
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch, OOZIE-934v3.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Mona Chitnis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-934:
-------------------------------

    Attachment: OOZIE-934v3.patch
    
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch, OOZIE-934v3.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Mona Chitnis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-934:
-------------------------------

    Attachment: OOZIE-934.patch

Uploaded to ReviewBoard at
https://reviews.apache.org/r/6422/
                
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur updated OOZIE-934:
-------------------------------------

    Comment: was deleted

(was: %0ATesting%20JIRA%20OOZIE-934%0A%0A----------------------------%0A%0A%2B1%20PATCH_APPLIES%0A-1%20RAW_PATCH_ANALYSIS%0A%20%20%20%20%2B1%20the%20patch%20does%20not%20introduce%20any%20%40author%20tags%0A%20%20%20%20%2B1%20the%20patch%20does%20not%20introduce%20any%20tabs%0A%20%20%20%20%2B1%20the%20patch%20does%20not%20introduce%20any%20trailing%20spaces%0A%20%20%20%20-1%20the%20patch%20contains%201%20line(s)%20longer%20than%20132%20characters%0A%20%20%20%20%2B1%20the%20patch%20does%20adds%2Fmodifies%201%20testcase(s)%0A%0A----------------------------%0A%0AThe%20full%20output%20of%20the%20test-patch%20run%20is%20available%20at%0A%0A%20%20%20)
    
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Commented] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Mona Chitnis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436443#comment-13436443 ] 

Mona Chitnis commented on OOZIE-934:
------------------------------------

Latest patch ppdated with addressed review comments by Virag
- log levels upgraded to warn/fatal at important junctures
- removed propagating exception where not required

See reviewboard link above
                
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Updated] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Mona Chitnis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-934:
-------------------------------

    Attachment: OOZIE-934v2.patch

Final patch with feedback and end-to-end test
- Printing error stacktrace in oozie.log
- not propagating no class def error as service exception
                
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.2.1
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-934.patch, OOZIE-934v2.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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

        

[jira] [Comment Edited] (OOZIE-934) Exception reporting during Services startup is inadequate

Posted by "Virag Kothari (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439796#comment-13439796 ] 

Virag Kothari edited comment on OOZIE-934 at 8/23/12 6:49 AM:
--------------------------------------------------------------

+1..Committed to trunk
                
      was (Author: virag):
    Committed to trunk
                  
> Exception reporting during Services startup is inadequate
> ---------------------------------------------------------
>
>                 Key: OOZIE-934
>                 URL: https://issues.apache.org/jira/browse/OOZIE-934
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie, service
>             Fix For: trunk
>
>         Attachments: OOZIE-934.patch, OOZIE-934v3.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> During Oozie server startup, some of the services e.g. ActionService, if they encounter an exception during initialization, the exception is not propagated to the caller. As a result, shutdown occurs without any leads in the logs. Exception handling needs to be improved for services init.

--
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