DomGarguilo commented on a change in pull request #150:
URL: https://github.com/apache/accumulo-testing/pull/150#discussion_r704713311



##########
File path: contrib/import-control.xml
##########
@@ -37,18 +37,6 @@
     <allow pkg="org.apache.accumulo.core.conf"/>
     <allow class="org.apache.accumulo.core.util.threads.ThreadPools"/>
 
-    <!-- TODO refactor code to remove the following exceptions -->
-    <allow class="org.apache.accumulo.core.metadata.MetadataTable"/>
-    <allow class="org.apache.accumulo.core.replication.ReplicationTable"/>
-    <allow class="org.apache.accumulo.core.spi.scan.HintScanPrioritizer"/>
-    <allow 
class="org.apache.accumulo.core.clientImpl.TabletServerBatchWriter"/>
-    <allow class="org.apache.accumulo.core.util.FastFormat"/>
-    <allow class="org.apache.accumulo.core.util.Pair"/>
-    <allow class="org.apache.accumulo.core.trace.Trace"/>

Review comment:
       As is, there are commented out usages of Trace in 
[VerifyIngest.java](https://github.com/apache/accumulo-testing/blob/fbaf16dc2c065eaab690d8d7abd75750d5d0425c/src/main/java/org/apache/accumulo/testing/ingest/VerifyIngest.java#L65).
 I'm thinking that either the comments should be removed along with the 
`<allow/>` tag or, both should be kept. For now I'll remove both and change it 
back if it seems like it should be.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to