You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Nate Cole <nc...@hortonworks.com> on 2014/05/15 17:46:19 UTC

Review Request 21489: ambari-server log has lots of ERROR jmx

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21489/
-----------------------------------------------------------

Review request for Ambari and Tom Beerbower.


Bugs: AMBARI-5776
    https://issues.apache.org/jira/browse/AMBARI-5776


Repository: ambari


Description
-------

Ambari log fills with errors like:
12:54:36,643 ERROR [pool-1-thread-9] AbstractProviderModule:250 - Exception initializing jmx port maps. java.lang.NullPointerException

Fix performs a simple null check before trying to avoid the error.


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AbstractProviderModule.java b8c4714 

Diff: https://reviews.apache.org/r/21489/diff/


Testing
-------

No additional tests required - only avoiding a null check.

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:53.239s
[INFO] Finished at: Thu May 15 11:42:48 EDT 2014
[INFO] Final Memory: 20M/123M
[INFO] ------------------------------------------------------------------------


Thanks,

Nate Cole


Re: Review Request 21489: ambari-server log has lots of ERROR jmx

Posted by Tom Beerbower <tb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21489/#review43118
-----------------------------------------------------------

Ship it!


Ship It!

- Tom Beerbower


On May 15, 2014, 3:46 p.m., Nate Cole wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21489/
> -----------------------------------------------------------
> 
> (Updated May 15, 2014, 3:46 p.m.)
> 
> 
> Review request for Ambari and Tom Beerbower.
> 
> 
> Bugs: AMBARI-5776
>     https://issues.apache.org/jira/browse/AMBARI-5776
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Ambari log fills with errors like:
> 12:54:36,643 ERROR [pool-1-thread-9] AbstractProviderModule:250 - Exception initializing jmx port maps. java.lang.NullPointerException
> 
> Fix performs a simple null check before trying to avoid the error.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AbstractProviderModule.java b8c4714 
> 
> Diff: https://reviews.apache.org/r/21489/diff/
> 
> 
> Testing
> -------
> 
> No additional tests required - only avoiding a null check.
> 
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 14:53.239s
> [INFO] Finished at: Thu May 15 11:42:48 EDT 2014
> [INFO] Final Memory: 20M/123M
> [INFO] ------------------------------------------------------------------------
> 
> 
> Thanks,
> 
> Nate Cole
> 
>