You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@ambari.apache.org by Vivek Ratnavel Subramanian <vi...@gmail.com> on 2017/03/13 19:20:42 UTC

Review Request 57567: Hive Server interactive not removed from Hive summary page after HSI is disabled

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

Review request for Ambari, Jaimin Jetly, Richard Zang, and Yusaku Sako.


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


Repository: ambari


Description
-------

Hive Server interactive not removed from Hive summary page even after HSI is disabled.
Strange Fact : HSI is started without any error when did a restart all stale components even though HSI is disabled


Diffs
-----

  ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js b01c784 


Diff: https://reviews.apache.org/r/57567/diff/1/


Testing
-------

Verified Manually.

Ambari-web unit tests pass.
30367 passing (20s)
157 pending


Thanks,

Vivek Ratnavel Subramanian


Re: Review Request 57567: Hive Server interactive not removed from Hive summary page after HSI is disabled

Posted by Jaimin Jetly <ja...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57567/#review168824
-----------------------------------------------------------


Ship it!




Ship It!

- Jaimin Jetly


On March 13, 2017, 7:20 p.m., Vivek Ratnavel Subramanian wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/57567/
> -----------------------------------------------------------
> 
> (Updated March 13, 2017, 7:20 p.m.)
> 
> 
> Review request for Ambari, Jaimin Jetly, Richard Zang, and Yusaku Sako.
> 
> 
> Bugs: AMBARI-20426
>     https://issues.apache.org/jira/browse/AMBARI-20426
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Hive Server interactive not removed from Hive summary page even after HSI is disabled.
> Strange Fact : HSI is started without any error when did a restart all stale components even though HSI is disabled
> 
> 
> Diffs
> -----
> 
>   ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js b01c784 
> 
> 
> Diff: https://reviews.apache.org/r/57567/diff/1/
> 
> 
> Testing
> -------
> 
> Verified Manually.
> 
> Ambari-web unit tests pass.
> 30367 passing (20s)
> 157 pending
> 
> 
> Thanks,
> 
> Vivek Ratnavel Subramanian
> 
>


Re: Review Request 57567: Hive Server interactive not removed from Hive summary page after HSI is disabled

Posted by Yusaku Sako <yu...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57567/#review168832
-----------------------------------------------------------


Ship it!




Ship It!

- Yusaku Sako


On March 13, 2017, 8:40 p.m., Vivek Ratnavel Subramanian wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/57567/
> -----------------------------------------------------------
> 
> (Updated March 13, 2017, 8:40 p.m.)
> 
> 
> Review request for Ambari, Jaimin Jetly, Richard Zang, and Yusaku Sako.
> 
> 
> Bugs: AMBARI-20426
>     https://issues.apache.org/jira/browse/AMBARI-20426
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Problem:
> Hive Server interactive not removed from Hive summary page even after HSI is disabled.
> Strange Fact : HSI is started without any error when did a restart all stale components even though HSI is disabled
> Root cause:
> This issue is intermittent and can occur when the status command updates slower than the stop and delete commands.
> Proposed solution:
> Adding a delay of 60 seconds between the batch operations (STOP and DELETE) fixes this issue since it gives enough time for the status command to fetch the correct state of the system.
> 
> 
> Diffs
> -----
> 
>   ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js b01c784 
> 
> 
> Diff: https://reviews.apache.org/r/57567/diff/1/
> 
> 
> Testing
> -------
> 
> Verified Manually.
> 
> Ambari-web unit tests pass.
> 30367 passing (20s)
> 157 pending
> 
> 
> Thanks,
> 
> Vivek Ratnavel Subramanian
> 
>


Re: Review Request 57567: Hive Server interactive not removed from Hive summary page after HSI is disabled

Posted by Vivek Ratnavel Subramanian <vi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57567/
-----------------------------------------------------------

(Updated March 13, 2017, 8:40 p.m.)


Review request for Ambari, Jaimin Jetly, Richard Zang, and Yusaku Sako.


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


Repository: ambari


Description (updated)
-------

Problem:
Hive Server interactive not removed from Hive summary page even after HSI is disabled.
Strange Fact : HSI is started without any error when did a restart all stale components even though HSI is disabled
Root cause:
This issue is intermittent and can occur when the status command updates slower than the stop and delete commands.
Proposed solution:
Adding a delay of 60 seconds between the batch operations (STOP and DELETE) fixes this issue since it gives enough time for the status command to fetch the correct state of the system.


Diffs
-----

  ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js b01c784 


Diff: https://reviews.apache.org/r/57567/diff/1/


Testing
-------

Verified Manually.

Ambari-web unit tests pass.
30367 passing (20s)
157 pending


Thanks,

Vivek Ratnavel Subramanian