Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hbase 2.4.4-v3.0.0 #16

Merged
merged 26 commits into from
May 30, 2024
Merged

Conversation

yudong2015
Copy link
Collaborator

@yudong2015 yudong2015 commented Sep 22, 2023

fix: #11 #13

README.md Show resolved Hide resolved
net.ipv4.ip_local_reserved_ports=16020,16030,16000,16010,9090,9095,8080,8085,50010,50075,50020,50090,9000,9870
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Namenode ports: 50470 --> 9871, 50070 --> 9870, 8020 --> 9820
Secondary NN ports: 50091 --> 9869, 50090 --> 9868
Datanode ports: 50020 --> 9867, 50010 --> 9866, 50475 --> 9865, 50075 --> 9864

@@ -440,6 +440,15 @@
"default": 0,
"required":"no"
},
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

配置中 201 可以改成 202

# see http://wiki.apache.org/hadoop/PerformanceTuning
# Default settings are applied according to the detected JVM version. Override these default
# settings by specifying a value here. For more details on possible settings,
# see http://hbase.apache.org/book.html#_jvm_tuning
export HBASE_OPTS="-XX:+UseConcMarkSweepGC"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这行可以去掉吧,或者改错最新的 G1

@yudong2015 yudong2015 force-pushed the 2.4.4-v3.0.0-dev branch 2 times, most recently from c72e9d8 to a203df0 Compare September 23, 2023 10:03
@yudong2015 yudong2015 changed the title wip: hbase 2.4.4-v3.0.0 hbase 2.4.4-v3.0.0 Sep 26, 2023
@chilianyi chilianyi merged commit eef6c6a into QingCloudAppcenter:master May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HBase 垃圾回收配置问题
2 participants