Attila Doroszlai created HDDS-8026:
--------------------------------------
Summary: Replace import from shaded Guava
Key: HDDS-8026
URL: https://issues.apache.org/jira/browse/HDDS-8026
Project: Apache Ozone
Issue Type: Bug
Reporter: Attila Doroszlai
Should import {{com.google.common.*}} directly instead of:
{code}
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/XceiverServerGrpc.java
53:import
org.apache.ratis.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder;
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RDBStore.java
45:import
org.apache.ratis.thirdparty.com.google.common.annotations.VisibleForTesting;
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/RatisPipelineProvider.java
50:import
org.apache.ratis.thirdparty.com.google.common.annotations.VisibleForTesting;
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMClientProtocolServer.java
86:import org.apache.ratis.thirdparty.com.google.common.base.Strings;
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/TestSCMCommonPlacementPolicy.java
34:import org.apache.ratis.thirdparty.com.google.common.collect.ImmutableMap;
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]