-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
k8s환경에서의 pinpoint-collector와 pinpoint-web을 hbase의 service를 바라보도록 설정하는법 #11109
Comments
Please ask questions in English so that all pinpoint users can check the contents. It seems that the HBase address is correctly configured, so is this issue with resolving address in k8s environments? |
I translated it into English. |
hbase.properties pinpoint/web/src/main/resources/hbase-root.properties Lines 1 to 2 in e8f0f49
in docker-compose instead of
https://github.com/pinpoint-apm/pinpoint-kubernetes hasn't been updated recently. Since Docker Compose has been updated well, it would be better to convert and use it. There are two references that might help
|
apiVersion: v1 apiVersion: apps/v1 It is already set to zookeeper. Still looking for dns as a pod.
06-04 04:07:17.017 [htable-pool4-t1] INFO o.a.h.h.c.RpcRetryingCaller : Call exception, tries=10, retries=35, started=38416 ms ago, cancelled=false, msg=pinpoint-hbase-6fcd554b99-kxkpq:16201 could not be resolved, details=row 'AgentInfo,,00000000000000' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=pinpoint-hbase-6fcd554b99-kxkpq,16201,1717390997262, seqNum=0, see https://s.apache.org/timeout Should I set the Hbase hostname to hbase servicename in the zookeeper setting? I would like to ask if there is a method or environment variable to change from zookeeper to hbase servicename. pinpoint-hbase ClusterIP 10.254.158.111 60000/TCP,16010/TCP,60020/TCP,16030/TCP Thank you. |
I think this is not a problem with the pinpoint collector configuration. You should check the kubernetes and Hbase documentation for things like
|
Hello.
I am testing to convert the pinpoints you provided as dockers to the k8s environment.
Hbase and zookeeper built as standalone as the default setting for Apache..
The hbase is also created as a pod, and the master is also displayed as a pod name. The pinpoint-collector and the pinpoint-web are trying to communicate with the hbase pod despite no settings.
I was wondering how can I convert hbase to service IP of kubernetes in pinpoint collector and pinpoint web.
Additionally, I would like to ask if there is any help provided by k8s.
The data I found is two years old, so I'd like to ask if you have the latest data
The text was updated successfully, but these errors were encountered: