[jira] [Commented] (HADOOP-10645) TestKMS fails because race condition writing acl files

2014-05-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14014614#comment-14014614
 ] 

Hudson commented on HADOOP-10645:
-

FAILURE: Integrated in Hadoop-Yarn-trunk #569 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/569/])
HADOOP-10645. TestKMS fails because race condition writing acl files. (tucu) 
(tucu: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1598773)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java


 TestKMS fails because race condition writing acl files
 --

 Key: HADOOP-10645
 URL: https://issues.apache.org/jira/browse/HADOOP-10645
 Project: Hadoop Common
  Issue Type: Bug
  Components: security
Affects Versions: 3.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 3.0.0

 Attachments: HADOOP-10645.patch


 The {{TestKMS#testACLs()}} test randomly fails because a race condition while 
 updating the acls files which is hot-reloaded.
 We should disable the background thread that does the reload and do it 
 manually for the purposes of the test.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HADOOP-10645) TestKMS fails because race condition writing acl files

2014-05-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14014655#comment-14014655
 ] 

Hudson commented on HADOOP-10645:
-

FAILURE: Integrated in Hadoop-Hdfs-trunk #1760 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1760/])
HADOOP-10645. TestKMS fails because race condition writing acl files. (tucu) 
(tucu: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1598773)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java


 TestKMS fails because race condition writing acl files
 --

 Key: HADOOP-10645
 URL: https://issues.apache.org/jira/browse/HADOOP-10645
 Project: Hadoop Common
  Issue Type: Bug
  Components: security
Affects Versions: 3.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 3.0.0

 Attachments: HADOOP-10645.patch


 The {{TestKMS#testACLs()}} test randomly fails because a race condition while 
 updating the acls files which is hot-reloaded.
 We should disable the background thread that does the reload and do it 
 manually for the purposes of the test.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HADOOP-10645) TestKMS fails because race condition writing acl files

2014-05-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14014685#comment-14014685
 ] 

Hudson commented on HADOOP-10645:
-

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1787 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1787/])
HADOOP-10645. TestKMS fails because race condition writing acl files. (tucu) 
(tucu: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1598773)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java


 TestKMS fails because race condition writing acl files
 --

 Key: HADOOP-10645
 URL: https://issues.apache.org/jira/browse/HADOOP-10645
 Project: Hadoop Common
  Issue Type: Bug
  Components: security
Affects Versions: 3.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 3.0.0

 Attachments: HADOOP-10645.patch


 The {{TestKMS#testACLs()}} test randomly fails because a race condition while 
 updating the acls files which is hot-reloaded.
 We should disable the background thread that does the reload and do it 
 manually for the purposes of the test.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HADOOP-10645) TestKMS fails because race condition writing acl files

2014-05-30 Thread Andrew Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14014343#comment-14014343
 ] 

Andrew Wang commented on HADOOP-10645:
--

+1 thanks tucu, nice find

 TestKMS fails because race condition writing acl files
 --

 Key: HADOOP-10645
 URL: https://issues.apache.org/jira/browse/HADOOP-10645
 Project: Hadoop Common
  Issue Type: Bug
  Components: security
Affects Versions: 3.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Attachments: HADOOP-10645.patch


 The {{TestKMS#testACLs()}} test randomly fails because a race condition while 
 updating the acls files which is hot-reloaded.
 We should disable the background thread that does the reload and do it 
 manually for the purposes of the test.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HADOOP-10645) TestKMS fails because race condition writing acl files

2014-05-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14014359#comment-14014359
 ] 

Hudson commented on HADOOP-10645:
-

SUCCESS: Integrated in Hadoop-trunk-Commit #5636 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5636/])
HADOOP-10645. TestKMS fails because race condition writing acl files. (tucu) 
(tucu: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1598773)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java


 TestKMS fails because race condition writing acl files
 --

 Key: HADOOP-10645
 URL: https://issues.apache.org/jira/browse/HADOOP-10645
 Project: Hadoop Common
  Issue Type: Bug
  Components: security
Affects Versions: 3.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 3.0.0

 Attachments: HADOOP-10645.patch


 The {{TestKMS#testACLs()}} test randomly fails because a race condition while 
 updating the acls files which is hot-reloaded.
 We should disable the background thread that does the reload and do it 
 manually for the purposes of the test.



--
This message was sent by Atlassian JIRA
(v6.2#6252)