----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36334/ -----------------------------------------------------------
(Updated July 8, 2015, 8:58 p.m.) Review request for Ambari, John Speidel, Robert Nettleton, and Tom Beerbower. Bugs: AMBARI-12337 https://issues.apache.org/jira/browse/AMBARI-12337 Repository: ambari Description ------- An LDAP error occurs while updating and removing service principals in clusters with Kerberos enabled using Active Directory. The following exception is thrown when removing an account: ``` javax.naming.NamingException: [LDAP: error code 1 - 000020D6: SvcErr: DSID-0310081B, problem 5012 (DIR_ERROR), data 0 ] ``` The following exception is thrown when updating an account's password ``` javax.naming.NamingException: [LDAP: error code 1 - 000020D6: SvcErr: DSID-0310081B, problem 5012 (DIR_ERROR), data 0 ^@] ``` Diffs ----- ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/ADKerberosOperationHandler.java 7f82cfd Diff: https://reviews.apache.org/r/36334/diff/ Testing (updated) ------- Manually tested uisng JDK 1.8 and JDK 1.7 # Local test results: [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50:40.416s [INFO] Finished at: Wed Jul 08 18:38:19 EDT 2015 [INFO] Final Memory: 66M/1777M [INFO] ------------------------------------------------------------------------ # Jenkins test results: Tests run: 3112, Failures: 0, Errors: 0, Skipped: 28 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:33 h [INFO] Finished at: 2015-07-09T00:25:17+00:00 [INFO] Final Memory: 48M/571M [INFO] ------------------------------------------------------------------------ Thanks, Robert Levas