-
Notifications
You must be signed in to change notification settings - Fork 1k
producer=redis时报错 #1622
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
Comments
bin/maxwell --user='root' --password='123456' --host='127.0.0.1' --producer=redis --redis_host=127.0.0.1 --redis_type=lpush --redis_database=3 |
"ERR Client sent AUTH, but no password is set at" does your redis server require auth? |
local redis, no password |
can you send your redis server config?
…On Sun, Dec 27, 2020 at 10:18 PM andrew ***@***.***> wrote:
local redis, no password
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1622 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7P5GCV4W6XVMEWTDBSUTSXAPMDANCNFSM4VFIESSA>
.
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MaxwellRedisProducer - lost connection to server, will try again with another connection from pool redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool at redis.clients.jedis.util.Pool.getResource(Pool.java:59) ~[jedis-3.1.0.jar:?] at redis.clients.jedis.JedisPool.getResource(JedisPool.java:234) ~[jedis-3.1.0.jar:?] at redis.clients.jedis.JedisPool.getResource(JedisPool.java:15) ~[jedis-3.1.0.jar:?] at com.zendesk.maxwell.producer.MaxwellRedisProducer.getJedisResource(MaxwellRedisProducer.java:88) ~[maxwell-1.29.0.jar:1.29.0] at com.zendesk.maxwell.producer.MaxwellRedisProducer.sendToRedis(MaxwellRedisProducer.java:96) ~[maxwell-1.29.0.jar:1.29.0] at com.zendesk.maxwell.producer.MaxwellRedisProducer.push(MaxwellRedisProducer.java:163) [maxwell-1.29.0.jar:1.29.0] at com.zendesk.maxwell.replication.BinlogConnectorReplicator.processRow(BinlogConnectorReplicator.java:280) [maxwell-1.29.0.jar:1.29.0] at com.zendesk.maxwell.replication.BinlogConnectorReplicator.work(BinlogConnectorReplicator.java:191) [maxwell-1.29.0.jar:1.29.0] at com.zendesk.maxwell.util.RunLoopProcess.runLoop(RunLoopProcess.java:34) [maxwell-1.29.0.jar:1.29.0] at com.zendesk.maxwell.Maxwell.startInner(Maxwell.java:255) [maxwell-1.29.0.jar:1.29.0] at com.zendesk.maxwell.Maxwell.start(Maxwell.java:183) [maxwell-1.29.0.jar:1.29.0] at com.zendesk.maxwell.Maxwell.main(Maxwell.java:286) [maxwell-1.29.0.jar:1.29.0] Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Client sent AUTH, but no password is set at redis.clients.jedis.Protocol.processError(Protocol.java:132) ~[jedis-3.1.0.jar:?] at redis.clients.jedis.Protocol.process(Protocol.java:166) ~[jedis-3.1.0.jar:?] at redis.clients.jedis.Protocol.read(Protocol.java:220) ~[jedis-3.1.0.jar:?] at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:318) ~[jedis-3.1.0.jar:?] at redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:236) ~[jedis-3.1.0.jar:?] at redis.clients.jedis.BinaryJedis.auth(BinaryJedis.java:2229) ~[jedis-3.1.0.jar:?] at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:119) ~[jedis-3.1.0.jar:?] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:889) ~[commons-pool2-2.6.2.jar:2.6.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:424) ~[commons-pool2-2.6.2.jar:2.6.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:349) ~[commons-pool2-2.6.2.jar:2.6.2] at redis.clients.jedis.util.Pool.getResource(Pool.java:50) ~[jedis-3.1.0.jar:?]
The text was updated successfully, but these errors were encountered: