You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by Gaofei Cao <ca...@apache.org> on 2022/12/20 02:35:58 UTC

Change the default port of ConfigNode and DataNode

The original port of `dn_schema_region_consensus_port` in DataNode is
50010, which may be conflict with HDFS system.

And the original used ports are 6667、9003、8777、50010、40010、22277 and
22278, which are not in a regular range, so we want to change the
default used ports as the picture below.

What do your opinion about the port changes?


Thanks,
---------------
Gaofei Cao

Re: Change the default port of ConfigNode and DataNode

Posted by Jialin Qiao <qi...@apache.org>.
+1,  107 looks like  IoT :)
—————————————————
Jialin Qiao
Apache IoTDB PMC

Gaofei Cao <ca...@apache.org> 于2022年12月20日周二 10:49写道:
>
> dn_rpc_port, 6667 => 6667
> dn_internal_port, 9003 => 10710
> dn_mpp_data_exchange_port, 8777 => 10720
> dn_schema_region_consensus_port, 50010 => 10730
> dn_data_region_consensus_port, 40010 => 10740
> cn_internal_port, 22277 => 10750
> cn_consensus_port, 22278 => 10760
>
> Thanks,
> ---------------
> Gaofei Cao
>
> Gaofei Cao <ca...@apache.org> 于2022年12月20日周二 10:35写道:
> >
> > The original port of `dn_schema_region_consensus_port` in DataNode is
> > 50010, which may be conflict with HDFS system.
> >
> > And the original used ports are 6667、9003、8777、50010、40010、22277 and
> > 22278, which are not in a regular range, so we want to change the
> > default used ports as the picture below.
> >
> > What do your opinion about the port changes?
> >
> >
> > Thanks,
> > ---------------
> > Gaofei Cao

Re: Change the default port of ConfigNode and DataNode

Posted by Gaofei Cao <ca...@apache.org>.
dn_rpc_port, 6667 => 6667
dn_internal_port, 9003 => 10710
dn_mpp_data_exchange_port, 8777 => 10720
dn_schema_region_consensus_port, 50010 => 10730
dn_data_region_consensus_port, 40010 => 10740
cn_internal_port, 22277 => 10750
cn_consensus_port, 22278 => 10760

Thanks,
---------------
Gaofei Cao

Gaofei Cao <ca...@apache.org> 于2022年12月20日周二 10:35写道:
>
> The original port of `dn_schema_region_consensus_port` in DataNode is
> 50010, which may be conflict with HDFS system.
>
> And the original used ports are 6667、9003、8777、50010、40010、22277 and
> 22278, which are not in a regular range, so we want to change the
> default used ports as the picture below.
>
> What do your opinion about the port changes?
>
>
> Thanks,
> ---------------
> Gaofei Cao