Skip to content

Commit

Permalink
HDDS-11224. Increase hdds.datanode.handler.count (#7011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jojochuang authored Aug 2, 2024
1 parent 9e5da19 commit 97bc6be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ private HddsConfigKeys() {
public static final int HDDS_DATANODE_CLIENT_PORT_DEFAULT = 19864;
public static final String HDDS_DATANODE_HANDLER_COUNT_KEY =
"hdds.datanode.handler.count";
public static final int HDDS_DATANODE_HANDLER_COUNT_DEFAULT = 1;
public static final int HDDS_DATANODE_HANDLER_COUNT_DEFAULT = 10;
public static final String HDDS_DATANODE_HTTP_BIND_HOST_DEFAULT = "0.0.0.0";
public static final int HDDS_DATANODE_HTTP_BIND_PORT_DEFAULT = 9882;
public static final int HDDS_DATANODE_HTTPS_BIND_PORT_DEFAULT = 9883;
Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdds/common/src/main/resources/ozone-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2919,7 +2919,7 @@
</property>
<property>
<name>hdds.datanode.handler.count</name>
<value>1</value>
<value>10</value>
<tag>OZONE, HDDS, MANAGEMENT</tag>
<description>
The number of RPC handler threads for Datanode client
Expand Down

0 comments on commit 97bc6be

Please sign in to comment.