[
https://issues.apache.org/jira/browse/AMBARI-10882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14551571#comment-14551571
]
Hudson commented on AMBARI-10882:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2650 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2650/])
Revert "AMBARI-10882 Allow NFS mounts to be skipped during agent health check
(dsen)" (fbarca:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=be383cf3dd37e076b5226357babbd1f51cc4b7d7)
* ambari-agent/src/main/python/ambari_agent/RecoveryManager.py
* ambari-agent/src/main/python/ambari_agent/Hardware.py
*
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
* ambari-agent/conf/unix/ambari-agent.ini
* ambari-agent/src/main/python/ambari_agent/Controller.py
* ambari-agent/src/test/python/unitTests.py
*
ambari-server/src/main/java/org/apache/ambari/server/agent/RegistrationResponse.java
*
ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java
* ambari-agent/conf/windows/ambari-agent.ini
* ambari-agent/src/main/python/ambari_agent/HostInfo.py
* ambari-agent/src/main/python/ambari_agent/Heartbeat.py
* ambari-agent/src/main/python/ambari_agent/AmbariConfig.py
* ambari-agent/src/test/python/ambari_agent/TestHardware.py
* ambari-agent/src/test/python/ambari_agent/TestHostInfo.py
*
ambari-server/src/test/java/org/apache/ambari/server/agent/TestHeartbeatHandler.java
> Allow NFS mounts to be skipped during agent health check
> --------------------------------------------------------
>
> Key: AMBARI-10882
> URL: https://issues.apache.org/jira/browse/AMBARI-10882
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: 1.6.0, 1.6.1, 1.7.0, 2.0.0
> Environment: HDP 2.1.2
> Ambari 1.6.0
> SLES 11 SP1 64bit
> Reporter: Kent Baxley
> Assignee: Dmytro Sen
>
> The 'df' checks traverses the entire fstab (including the automounted user
> directories). This causes the timeout for each mounted user directory to
> reset. And since we are checking so often (even every few heartbeats), these
> automounted user directory never unmount.
> Adding the '-l' to the 'df' check, would only parse the local disks, and
> allow the automounted user folders to timeout properly.
> This should be a configurable property to skip or not.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)