You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by kyungwan nam <kw...@gmail.com> on 2014/11/06 07:09:54 UTC

Review Request 27669: socket-timeout should be configurable

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

Review request for Ambari.


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


Repository: ambari


Description
-------

i've created a new stack which is include files of large size.
socket timeout happens in the ambari-agent when i setup a cluster using my stack.
default socket timeout is hardcoded in FileCache (10s).
i think it looks better if socket_timeout is configurable.


Diffs
-----

  ambari-agent/conf/unix/ambari-agent.ini fc76d0e 
  ambari-agent/src/main/python/ambari_agent/AmbariConfig.py ca2e80c 
  ambari-agent/src/main/python/ambari_agent/FileCache.py 67b14b2 
  ambari-agent/src/test/python/ambari_agent/TestFileCache.py 63ecced 

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


Testing
-------

ran "mvn test" in ambari-agent.

----------------------------------------------------------------------
Ran 319 tests in 6.195s

OK


Thanks,

kyungwan nam