You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by we...@sina.com on 2019/07/25 02:26:40 UTC

Add node(regionserver) exception

Hello User.

(HBase version: 2.1.2;Hadoop version:2.9.1)。
   I added a new hbase regionserver node, which failed to launch the regionserver service on it when I started the hbase cluster using start-hbase.sh.However, when I used the hbase-daemone.sh start regionserver on the new node, it started correctly and the hbase cluster state was normal. I could also see the new node on the UI(master:60010).When stop-hbase.sh, the services of all nodes can be shut down normally.  Here is the printed information in the log(hbase-hadoop-master-slave03.log):Thu Jul 25 09:19:17 CST 2019 Starting master on slave03
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 30733
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 4096
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
2019-07-25 09:19:19,389 WARN  [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicablePlease help to solve this problem。Best regards, Li Wei

Re: Add node(regionserver) exception

Posted by OpenInx <op...@gmail.com>.
You mean you can start the RS by hbase-daemons.sh, but failed by
start-hbase.sh ?  That makes no sense, because the start-hbase.sh is just
executing the hbase-daemons.sh scripts.

Could you provide more information about the failure ?

On Thu, Jul 25, 2019 at 10:26 AM <we...@sina.com> wrote:

> Hello User.
>
> (HBase version: 2.1.2;Hadoop version:2.9.1)。
>    I added a new hbase regionserver node, which failed to launch the
> regionserver service on it when I started the hbase cluster using
> start-hbase.sh.However, when I used the hbase-daemone.sh start regionserver
> on the new node, it started correctly and the hbase cluster state was
> normal. I could also see the new node on the UI(master:60010).When
> stop-hbase.sh, the services of all nodes can be shut down normally.  Here
> is the printed information in the log(hbase-hadoop-master-slave03.log):Thu
> Jul 25 09:19:17 CST 2019 Starting master on slave03
> core file size          (blocks, -c) 0
> data seg size           (kbytes, -d) unlimited
> scheduling priority             (-e) 0
> file size               (blocks, -f) unlimited
> pending signals                 (-i) 30733
> max locked memory       (kbytes, -l) 64
> max memory size         (kbytes, -m) unlimited
> open files                      (-n) 1024
> pipe size            (512 bytes, -p) 8
> POSIX message queues     (bytes, -q) 819200
> real-time priority              (-r) 0
> stack size              (kbytes, -s) 8192
> cpu time               (seconds, -t) unlimited
> max user processes              (-u) 4096
> virtual memory          (kbytes, -v) unlimited
> file locks                      (-x) unlimited
> 2019-07-25 09:19:19,389 WARN  [main] util.NativeCodeLoader: Unable to load
> native-hadoop library for your platform... using builtin-java classes where
> applicablePlease help to solve this problem。Best regards, Li Wei