Results 52 comments of ga-ram

It would be better if you can add screenshots or more details on your issue. For https://github.com/pinpoint-apm/pinpoint/issues/9046#issuecomment-1185609762, I added comment [here](https://github.com/pinpoint-apm/pinpoint-docker/issues/139#issuecomment-1189831216).

Which version were you using? I would say check the statuses and logs of zookeeper containers running on your environment. Docker-specific issues are welcome in https://github.com/pinpoint-apm/pinpoint-docker/issues as well.

There's not much anyone can know with the information you have provided. Did your apps successfully run? How about pinpoint agent logs? Is there any error logs when it is...

``` org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: Operation Timeout: 1 time, servers with issues: 1d9913568bc3,16201,1658918251551 ``` I think this error log is quite self-explanatory.

Please approach as if you're reinstalling Pinpoint if you are upgrading from old versions (especially if it is the major version upgrade) 1. Download images here: https://github.com/pinpoint-apm/pinpoint/releases 2. See if...

You should configure your ApplicationName with `-Dpinpoint.applicationName=${APP_NAME}` option. Please see JAVA_OPTS in docker-compose file.

Current docker image uses [this hbase-create script](https://github.com/pinpoint-apm/pinpoint/blob/master/hbase/scripts/hbase-create.hbase), and data retention days are configured in TTL field in ms. There isn't any configuration options available by now to change these values....

These logs are printed when spanEventApplicationName is null. If you are using custom database plugin you implemented, please check if the service code is within `DATABASE((short)2000, (short)2999)` range. https://github.com/pinpoint-apm/pinpoint/blob/0f4ecb7fd4b7fffd8a27b88728833f87cfb0db09/collector/src/main/java/com/navercorp/pinpoint/collector/service/TraceService.java#L214-L225 https://github.com/pinpoint-apm/pinpoint/blob/0f4ecb7fd4b7fffd8a27b88728833f87cfb0db09/collector/src/main/java/com/navercorp/pinpoint/collector/service/TraceService.java#L238-L246

it seems like `$SPRING_PROFILES` is not set. The docker-compose.yml for pinpoint-agent uses SPRING_PROFILES=release as you can see in the .env file. https://github.com/pinpoint-apm/pinpoint-docker/blob/61065c6812e22921f1c18b36a9afb58dbf06ecf9/pinpoint-agent/build/scripts/configure-agent.sh#L6 https://github.com/pinpoint-apm/pinpoint-docker/blob/61065c6812e22921f1c18b36a9afb58dbf06ecf9/pinpoint-agent/.env#L2