You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Dmytro Sen <ds...@hortonworks.com> on 2014/05/27 19:56:19 UTC

Review Request 21935: Installation error on 2000 node cluster (ulimit)

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

Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle.


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


Repository: ambari


Description
-------

Cluster deployment fails with
curl: (22) The requested URL returned error: 500 /var/lib/ambari-server/resources/jdk-7u45-linux-x64.tar.gz (Too many open files)
"ambari-server start" should warn used if the system has maximum number of open file descriptors less than 10000


Diffs
-----

  ambari-server/src/main/python/ambari-server.py 81dadbd 
  ambari-server/src/test/python/TestAmbariServer.py 3817e91 

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


Testing
-------


Thanks,

Dmytro Sen


Re: Review Request 21935: Installation error on 2000 node cluster (ulimit)

Posted by Sid Wagle <sw...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21935/#review44321
-----------------------------------------------------------



ambari-server/src/main/python/ambari-server.py
<https://reviews.apache.org/r/21935/#comment78695>

    This should be a recommendation rather than suggesting that 10,000 is a golden egg.
    The patch itself is fine.


- Sid Wagle


On May 27, 2014, 5:56 p.m., Dmytro Sen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21935/
> -----------------------------------------------------------
> 
> (Updated May 27, 2014, 5:56 p.m.)
> 
> 
> Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle.
> 
> 
> Bugs: AMBARI-5900
>     https://issues.apache.org/jira/browse/AMBARI-5900
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Cluster deployment fails with
> curl: (22) The requested URL returned error: 500 /var/lib/ambari-server/resources/jdk-7u45-linux-x64.tar.gz (Too many open files)
> "ambari-server start" should warn used if the system has maximum number of open file descriptors less than 10000
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 81dadbd 
>   ambari-server/src/test/python/TestAmbariServer.py 3817e91 
> 
> Diff: https://reviews.apache.org/r/21935/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Dmytro Sen
> 
>


Re: Review Request 21935: Installation error on 2000 node cluster (ulimit)

Posted by Sid Wagle <sw...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21935/#review44787
-----------------------------------------------------------

Ship it!


Ship It!

- Sid Wagle


On June 2, 2014, 12:46 p.m., Dmytro Sen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21935/
> -----------------------------------------------------------
> 
> (Updated June 2, 2014, 12:46 p.m.)
> 
> 
> Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle.
> 
> 
> Bugs: AMBARI-5900
>     https://issues.apache.org/jira/browse/AMBARI-5900
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Cluster deployment fails with
> curl: (22) The requested URL returned error: 500 /var/lib/ambari-server/resources/jdk-7u45-linux-x64.tar.gz (Too many open files)
> "ambari-server start" should warn used if the system has maximum number of open file descriptors less than 10000
> 
> 
> Diffs
> -----
> 
>   ambari-server/conf/unix/ambari.properties 764328e 
>   ambari-server/src/main/python/ambari-server.py 6ad94d5 
>   ambari-server/src/test/python/TestAmbariServer.py c2d868d 
> 
> Diff: https://reviews.apache.org/r/21935/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Dmytro Sen
> 
>


Re: Review Request 21935: Installation error on 2000 node cluster (ulimit)

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

(Updated June 2, 2014, 12:46 p.m.)


Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle.


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


Repository: ambari


Description
-------

Cluster deployment fails with
curl: (22) The requested URL returned error: 500 /var/lib/ambari-server/resources/jdk-7u45-linux-x64.tar.gz (Too many open files)
"ambari-server start" should warn used if the system has maximum number of open file descriptors less than 10000


Diffs (updated)
-----

  ambari-server/conf/unix/ambari.properties 764328e 
  ambari-server/src/main/python/ambari-server.py 6ad94d5 
  ambari-server/src/test/python/TestAmbariServer.py c2d868d 

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


Testing
-------


Thanks,

Dmytro Sen


Re: Review Request 21935: Installation error on 2000 node cluster (ulimit)

Posted by Myroslav Papirkovskyy <mp...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21935/#review44127
-----------------------------------------------------------

Ship it!


Ship It!

- Myroslav Papirkovskyy


On May 27, 2014, 8:56 p.m., Dmytro Sen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21935/
> -----------------------------------------------------------
> 
> (Updated May 27, 2014, 8:56 p.m.)
> 
> 
> Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle.
> 
> 
> Bugs: AMBARI-5900
>     https://issues.apache.org/jira/browse/AMBARI-5900
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Cluster deployment fails with
> curl: (22) The requested URL returned error: 500 /var/lib/ambari-server/resources/jdk-7u45-linux-x64.tar.gz (Too many open files)
> "ambari-server start" should warn used if the system has maximum number of open file descriptors less than 10000
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 81dadbd 
>   ambari-server/src/test/python/TestAmbariServer.py 3817e91 
> 
> Diff: https://reviews.apache.org/r/21935/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Dmytro Sen
> 
>