dlmarion commented on code in PR #3586:
URL: https://github.com/apache/accumulo/pull/3586#discussion_r1260107370
##########
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:
The issue I was having, that I thought was caused by this map, has been
resolved in a test I was working on. I'm fine with closing this issue PR and
issue.
--
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]