keith-turner commented on code in PR #3586:
URL: https://github.com/apache/accumulo/pull/3586#discussion_r1260135143


##########
server/base/src/main/java/org/apache/accumulo/server/ServiceEnvironmentImpl.java:
##########
@@ -47,8 +44,7 @@ public Configuration getConfiguration() {
 
   @Override
   public Configuration getConfiguration(TableId tableId) {
-    return tableConfigs.computeIfAbsent(tableId,
-        tid -> new ConfigurationImpl(context.getTableConfiguration(tid)));
+    return new ConfigurationImpl(context.getTableConfiguration(tableId));

Review Comment:
   I can throw that into 3588
   



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