You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@ambari.apache.org by Dmytro Sen <ds...@hortonworks.com> on 2017/02/15 15:24:06 UTC

Review Request 56713: Ambari server start returns prematurely before extracting views.

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

Review request for Ambari, Laszlo Puskas, Sebastian Toader, Sid Wagle, and Vitalyi Brodetskyi.


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


Repository: ambari


Description
-------

When ambari-server start is issued, It returns prematurely before the view extraction is complete.
because of this we have introduced sleep of 3mins before ambari-server stop for the view extraction to complete.
Ambari server should report start completed only after view extraction is completed


Diffs
-----

  ambari-server/src/main/python/ambari_server_main.py 7a21333 

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


Testing
-------

[INFO] Reactor Summary:
[INFO] 
[INFO] Ambari Main ....................................... SUCCESS [4.125s]
[INFO] Apache Ambari Project POM ......................... SUCCESS [0.006s]
[INFO] utility ........................................... SUCCESS [2.523s]
[INFO] Ambari Agent ...................................... SUCCESS [34.664s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS


Thanks,

Dmytro Sen


Re: Review Request 56713: Ambari server start returns prematurely before extracting views.

Posted by Sebastian Toader <st...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56713/#review165718
-----------------------------------------------------------


Ship it!




Ship It!

- Sebastian Toader


On Feb. 15, 2017, 4:24 p.m., Dmytro Sen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56713/
> -----------------------------------------------------------
> 
> (Updated Feb. 15, 2017, 4:24 p.m.)
> 
> 
> Review request for Ambari, Laszlo Puskas, Sebastian Toader, Sid Wagle, and Vitalyi Brodetskyi.
> 
> 
> Bugs: AMBARI-20026
>     https://issues.apache.org/jira/browse/AMBARI-20026
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> When ambari-server start is issued, It returns prematurely before the view extraction is complete.
> because of this we have introduced sleep of 3mins before ambari-server stop for the view extraction to complete.
> Ambari server should report start completed only after view extraction is completed
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari_server/serverConfiguration.py d3bfa70 
>   ambari-server/src/main/python/ambari_server/utils.py f65ceed 
>   ambari-server/src/main/python/ambari_server_main.py df1b0a1 
>   ambari-server/src/test/python/TestAmbariServer.py 8692030 
> 
> Diff: https://reviews.apache.org/r/56713/diff/
> 
> 
> Testing
> -------
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Ambari Main ....................................... SUCCESS [4.125s]
> [INFO] Apache Ambari Project POM ......................... SUCCESS [0.006s]
> [INFO] utility ........................................... SUCCESS [2.523s]
> [INFO] Ambari Agent ...................................... SUCCESS [34.664s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> 
> 
> Thanks,
> 
> Dmytro Sen
> 
>


Re: Review Request 56713: Ambari server start returns prematurely before extracting views.

Posted by Laszlo Puskas <lp...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56713/#review165719
-----------------------------------------------------------


Ship it!




Ship It!

- Laszlo Puskas


On Feb. 15, 2017, 3:24 p.m., Dmytro Sen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56713/
> -----------------------------------------------------------
> 
> (Updated Feb. 15, 2017, 3:24 p.m.)
> 
> 
> Review request for Ambari, Laszlo Puskas, Sebastian Toader, Sid Wagle, and Vitalyi Brodetskyi.
> 
> 
> Bugs: AMBARI-20026
>     https://issues.apache.org/jira/browse/AMBARI-20026
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> When ambari-server start is issued, It returns prematurely before the view extraction is complete.
> because of this we have introduced sleep of 3mins before ambari-server stop for the view extraction to complete.
> Ambari server should report start completed only after view extraction is completed
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari_server/serverConfiguration.py d3bfa70 
>   ambari-server/src/main/python/ambari_server/utils.py f65ceed 
>   ambari-server/src/main/python/ambari_server_main.py df1b0a1 
>   ambari-server/src/test/python/TestAmbariServer.py 8692030 
> 
> Diff: https://reviews.apache.org/r/56713/diff/
> 
> 
> Testing
> -------
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Ambari Main ....................................... SUCCESS [4.125s]
> [INFO] Apache Ambari Project POM ......................... SUCCESS [0.006s]
> [INFO] utility ........................................... SUCCESS [2.523s]
> [INFO] Ambari Agent ...................................... SUCCESS [34.664s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> 
> 
> Thanks,
> 
> Dmytro Sen
> 
>


Re: Review Request 56713: Ambari server start returns prematurely before extracting views.

Posted by Dmytro Sen <ds...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56713/
-----------------------------------------------------------

(Updated \u0424\u0435\u0432. 15, 2017, 3:24 \u043f.\u043f.)


Review request for Ambari, Laszlo Puskas, Sebastian Toader, Sid Wagle, and Vitalyi Brodetskyi.


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


Repository: ambari


Description
-------

When ambari-server start is issued, It returns prematurely before the view extraction is complete.
because of this we have introduced sleep of 3mins before ambari-server stop for the view extraction to complete.
Ambari server should report start completed only after view extraction is completed


Diffs (updated)
-----

  ambari-server/src/main/python/ambari_server/serverConfiguration.py d3bfa70 
  ambari-server/src/main/python/ambari_server/utils.py f65ceed 
  ambari-server/src/main/python/ambari_server_main.py df1b0a1 
  ambari-server/src/test/python/TestAmbariServer.py 8692030 

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


Testing
-------

[INFO] Reactor Summary:
[INFO] 
[INFO] Ambari Main ....................................... SUCCESS [4.125s]
[INFO] Apache Ambari Project POM ......................... SUCCESS [0.006s]
[INFO] utility ........................................... SUCCESS [2.523s]
[INFO] Ambari Agent ...................................... SUCCESS [34.664s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS


Thanks,

Dmytro Sen