Skip to content

Redis connection failure #12246

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

Open
DAVE2404 opened this issue Mar 31, 2025 · 3 comments
Open

Redis connection failure #12246

DAVE2404 opened this issue Mar 31, 2025 · 3 comments

Comments

@DAVE2404
Copy link

``#### Prerequisites
Please check the FAQ, and search existing issues for similar questions before creating a new issue.YOU MAY DELETE THIS PREREQUISITES SECTION.

  • [ v ] I have checked the FAQ, and issues and found no answer.

I am using Pinpoint 3.0.1 and configured Redis to work on the same host as the Pinpoint Collector, without authentication. Despite confirming that Redis is up and running, I still get a RedisConnectionFailureException when starting the Collector. I am intentionally using Redis, unlike issue #11880, which discusses avoiding Redis.

application.yml

pinpoint:
  zookeeper:
    address: xxx.xxx.xxx.xxx
  metric:
    kafka:
      bootstrap:
        servers: xxx.xxx.xxx.xxx:9092

spring:
  pinot-datasource:
    pinot:
      jdbc-url: jdbc:pinot://xxx.xxx.xxx.xxx:9000
      username: xxx
      password: xxx

  data:
    redis:
      host: localhost
      port: 6379

I have not configured a Redis password, and verified the following:
Redis is running locally on port 6379.
No password is required (requirepass is not set).

Environment:
Pinpoint/collector version: 3.0.1

Please investigate why Redis authentication is being attempted even when no password is configured. Let me know if there is a workaround or patch needed for this version.

error.txt

@donghun-cho
Copy link
Contributor

This issue has the same error #11491
Which version of Redis are you using?

@DAVE2404
Copy link
Author

DAVE2404 commented Apr 1, 2025

I am currently using Redis server version 5.0.3

@DAVE2404
Copy link
Author

DAVE2404 commented Apr 1, 2025

After switching to Redis version 6, the application is now running successfully without any issues. Thank you:)

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

No branches or pull requests

2 participants