emeroad / pinpoint

Pinpoint is an APM (Application Performance Management) tool for large-scale distributed systems written in Java.
Apache License 2.0
7 stars 2 forks source link

org.apache.hadoop.hbase.exceptions.LockTimeoutException: Failed to get user region lock in10000 ms. for accessing meta region server. #8

Open 26goyalaryan opened 1 year ago

26goyalaryan commented 1 year ago

How to solve this issue, As soon as I load my dashboard on 8080 port, the dashboard takes time to load and returns this error.

emeroad commented 1 year ago

Typically, it is a problem with hbase itself. Check the status of the hbase. In my experience, I have seen many things caused by lack of performance and capacity.

26goyalaryan commented 1 year ago

can you please mention the steps which I need to follow.

emeroad commented 1 year ago

The hbase provided by pinpoint-docker is not intended for production. You must deploy fully-distributed hbase for use in production.

https://hbase.apache.org/book.html#distributed

26goyalaryan commented 1 year ago

@emeroad can we change the pinpoint's default running port from 8080 to some other port ?