You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Vitalyi Brodetskyi <vb...@hortonworks.com> on 2014/07/23 17:59:02 UTC

Review Request 23857: Provide API to support which RM is Active/Passive.

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

Review request for Ambari, Dmitro Lisnichenko and Tom Beerbower.


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


Repository: ambari


Description
-------


Provide API to support which RM is Active/Passive.

We need to provide API support for the user to know which RM is active. All the RM's should have a property which should be either active or passive.


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java 89d53ae 
  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HttpProxyPropertyProvider.java d39518c 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java 08a72bb 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HttpPropertyProviderTest.java ba08dfc 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/JMXHostProviderTest.java 6e8cb9f 

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


Testing
-------

test clean


Thanks,

Vitalyi Brodetskyi


Re: Review Request 23857: Provide API to support which RM is Active/Passive.

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

Ship it!


Ship It!

- Tom Beerbower


On July 23, 2014, 4:27 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23857/
> -----------------------------------------------------------
> 
> (Updated July 23, 2014, 4:27 p.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko and Tom Beerbower.
> 
> 
> Bugs: AMBARI-6581
>     https://issues.apache.org/jira/browse/AMBARI-6581
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> 
> Provide API to support which RM is Active/Passive.
> 
> We need to provide API support for the user to know which RM is active. All the RM's should have a property which should be either active or passive.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java 89d53ae 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HttpProxyPropertyProvider.java d39518c 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java 08a72bb 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HttpPropertyProviderTest.java ba08dfc 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/JMXHostProviderTest.java 6e8cb9f 
> 
> Diff: https://reviews.apache.org/r/23857/diff/
> 
> 
> Testing
> -------
> 
> test clean
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 23857: Provide API to support which RM is Active/Passive.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23857/#review48529
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On July 23, 2014, 4:27 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23857/
> -----------------------------------------------------------
> 
> (Updated July 23, 2014, 4:27 p.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko and Tom Beerbower.
> 
> 
> Bugs: AMBARI-6581
>     https://issues.apache.org/jira/browse/AMBARI-6581
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> 
> Provide API to support which RM is Active/Passive.
> 
> We need to provide API support for the user to know which RM is active. All the RM's should have a property which should be either active or passive.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java 89d53ae 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HttpProxyPropertyProvider.java d39518c 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java 08a72bb 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HttpPropertyProviderTest.java ba08dfc 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/JMXHostProviderTest.java 6e8cb9f 
> 
> Diff: https://reviews.apache.org/r/23857/diff/
> 
> 
> Testing
> -------
> 
> test clean
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 23857: Provide API to support which RM is Active/Passive.

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23857/
-----------------------------------------------------------

(Updated July 23, 2014, 4:27 p.m.)


Review request for Ambari, Dmitro Lisnichenko and Tom Beerbower.


Changes
-------

Fixed patch, according to Tom's comment


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


Repository: ambari


Description
-------


Provide API to support which RM is Active/Passive.

We need to provide API support for the user to know which RM is active. All the RM's should have a property which should be either active or passive.


Diffs (updated)
-----

  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java 89d53ae 
  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HttpProxyPropertyProvider.java d39518c 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java 08a72bb 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HttpPropertyProviderTest.java ba08dfc 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/JMXHostProviderTest.java 6e8cb9f 

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


Testing
-------

test clean


Thanks,

Vitalyi Brodetskyi


Re: Review Request 23857: Provide API to support which RM is Active/Passive.

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.

> On July 23, 2014, 4:09 p.m., Tom Beerbower wrote:
> > ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HttpProxyPropertyProvider.java, lines 177-180
> > <https://reviews.apache.org/r/23857/diff/1/?file=640600#file640600line177>
> >
> >     In this case it will return result, whatever it may be.  Is that what you intended?  I wonder if it should return null, meaning that the requested property value can't be found.  Then the caller would have to check for null return.

Thank you. Fixed.


- Vitalyi


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


On July 23, 2014, 4:27 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23857/
> -----------------------------------------------------------
> 
> (Updated July 23, 2014, 4:27 p.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko and Tom Beerbower.
> 
> 
> Bugs: AMBARI-6581
>     https://issues.apache.org/jira/browse/AMBARI-6581
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> 
> Provide API to support which RM is Active/Passive.
> 
> We need to provide API support for the user to know which RM is active. All the RM's should have a property which should be either active or passive.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java 89d53ae 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HttpProxyPropertyProvider.java d39518c 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java 08a72bb 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HttpPropertyProviderTest.java ba08dfc 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/JMXHostProviderTest.java 6e8cb9f 
> 
> Diff: https://reviews.apache.org/r/23857/diff/
> 
> 
> Testing
> -------
> 
> test clean
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 23857: Provide API to support which RM is Active/Passive.

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



ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HttpProxyPropertyProvider.java
<https://reviews.apache.org/r/23857/#comment85181>

    In this case it will return result, whatever it may be.  Is that what you intended?  I wonder if it should return null, meaning that the requested property value can't be found.  Then the caller would have to check for null return.


- Tom Beerbower


On July 23, 2014, 3:59 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23857/
> -----------------------------------------------------------
> 
> (Updated July 23, 2014, 3:59 p.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko and Tom Beerbower.
> 
> 
> Bugs: AMBARI-6581
>     https://issues.apache.org/jira/browse/AMBARI-6581
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> 
> Provide API to support which RM is Active/Passive.
> 
> We need to provide API support for the user to know which RM is active. All the RM's should have a property which should be either active or passive.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java 89d53ae 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HttpProxyPropertyProvider.java d39518c 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java 08a72bb 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HttpPropertyProviderTest.java ba08dfc 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/JMXHostProviderTest.java 6e8cb9f 
> 
> Diff: https://reviews.apache.org/r/23857/diff/
> 
> 
> Testing
> -------
> 
> test clean
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>