Brandon Li created HDFS-4393:
--------------------------------
Summary: Empty request and responses in protocol translators can
be static final members
Key: HDFS-4393
URL: https://issues.apache.org/jira/browse/HDFS-4393
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Brandon Li
Assignee: Brandon Li
Priority: Minor
Some of the empty request and responses in protocol translators are
unnecessarily created every time. They can be static final members in the
translators.
Example: ClientNamenodeProtocolTranslatorPB.java
GetServerDefaultsRequestProto req =
GetServerDefaultsRequestProto.newBuilder().build();
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira