> On Dec. 22, 2014, 5:14 p.m., Jaimin Jetly wrote: > > ambari-common/src/main/python/resource_management/libraries/functions/security_commons.py, > > line 118 > > <https://reviews.apache.org/r/29158/diff/2/?file=797525#file797525line118> > > > > Over here ambari-agent is doing a kinit (authenticating) on behalf of > > actual component to determine the real time security state of a component. > > > > It will be nice if we can destroy the cached ticket as part of cleanup.
This issue is address by https://issues.apache.org/jira/browse/AMBARI-8870 - Robert ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29158/#review65828 ----------------------------------------------------------- On Dec. 19, 2014, 3:14 p.m., Robert Levas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29158/ > ----------------------------------------------------------- > > (Updated Dec. 19, 2014, 3:14 p.m.) > > > Review request for Ambari, Alejandro Fernandez, Andrew Onischuk, Jaimin > Jetly, Sid Wagle, and Yusaku Sako. > > > Bugs: AMBARI-8477 > https://issues.apache.org/jira/browse/AMBARI-8477 > > > Repository: ambari > > > Description > ------- > > The HDFS service components should indicate security state when queried by > Ambari Agent via STATUS_COMMAND. > > See https://issues.apache.org/jira/browse/AMBARI-8477 for more information. > > > Diffs > ----- > > ambari-agent/src/test/python/resource_management/TestSecurityCommons.py > PRE-CREATION > > ambari-common/src/main/python/resource_management/libraries/functions/security_commons.py > PRE-CREATION > > ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py > 4afd4ce > > ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_client.py > 3c54e6b > > ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/journalnode.py > f664bcd > > ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/namenode.py > c8a460f > > ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/snamenode.py > 7106422 > > ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/status_params.py > 0027a4c > > ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/zkfc_slave.py > ee8b418 > > Diff: https://reviews.apache.org/r/29158/diff/ > > > Testing > ------- > > Manual tests > Added > `ambari-agent/src/test/python/resource_management/TestSecurityCommons.py` - > test not executed on Jenkins(?) > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 40:45 min > [INFO] Finished at: 2014-12-17T00:43:24+00:00 > [INFO] Final Memory: 45M/523M > [INFO] > ------------------------------------------------------------------------ > > > Thanks, > > Robert Levas > >
