bharatviswa504 commented on a change in pull request #1225: HDDS-1909. Use new
HA code for Non-HA in OM.
URL: https://github.com/apache/hadoop/pull/1225#discussion_r319619840
##########
File path:
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/volume/acl/TestOMVolumeSetAclRequest.java
##########
@@ -100,7 +100,6 @@ public void testValidateAndUpdateCacheSuccess() throws
Exception {
OmOzoneAclMap aclMapAfterSet = omMetadataManager
.getVolumeTable().get(volumeKey).getAclMap();
- Assert.assertNotEquals(aclMapBeforeSet, aclMapAfterSet);
Review comment:
Because it is getting from the cache, it will have same reference. Where as
before it used to get from DB, every time we get it is a new object.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]