Skip to content
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

Tendis集群某个实例重启后密码丢失 #249

Open
chenshi2023 opened this issue Oct 9, 2023 · 0 comments
Open

Tendis集群某个实例重启后密码丢失 #249

chenshi2023 opened this issue Oct 9, 2023 · 0 comments

Comments

@chenshi2023
Copy link

Description

Tendis集群的一个实例重启后密码丢失,导致集群连接异常

redis-cli -h x.x.x.x -p 31092 -a xxxxxxxxxxxx info replication

  • info Replication
    role:slave
    master_host:x.x.x.x
    master_port:30092
    master_link_status:down
    master_last_io_seconds_ago:1696838444
    master_last_binlog_seconds_ago:1696838444
    master_sync_in_progress:0
    slave_repl_offset:0
    master_link_down_since_seconds:1696838444
    slave_priority:100
    slave_read_only:1
    connected_slaves:0
    master_repl_offset:0
    rocksdb0_master:ip=x.x.x.x,port=30092,src_store_id=0,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:0 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb1_master:ip=x.x.x.x,port=30092,src_store_id=1,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:1 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb2_master:ip=x.x.x.x,port=30092,src_store_id=2,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:2 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb3_master:ip=x.x.x.x,port=30092,src_store_id=3,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:3 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb4_master:ip=x.x.x.x,port=30092,src_store_id=4,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:4 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb5_master:ip=x.x.x.x,port=30092,src_store_id=5,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:5 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb6_master:ip=x.x.x.x,port=30092,src_store_id=6,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:6 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb7_master:ip=x.x.x.x,port=30092,src_store_id=7,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:7 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb8_master:ip=x.x.x.x,port=30092,src_store_id=8,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:8 incrsync master bad return:-NOAUTH Authentication required.
    rocksdb9_master:ip=x.x.x.x,port=30092,src_store_id=9,state=error,fullsync_succ_times=0,binlog_pos=0,lag=1696838444,error=store:9 incrsync master bad return:-NOAUTH Authentication required.

Expected Behavior

密码相关配置:
requirepass | "" | - | ✓ | 1.0.0 | 启用密码
masterauth | "" | - | ✓ | 1.0.0 | 主从同步,从发送给主的密码

希望执行config rewrite能将 requirepass,masterauth 持久化到配置文件

Current Behavior

Tendis实例config rewrite未将密码持久化到config文件,导致重启实例连接异常

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

Tendis Version:2.6.0-rocksdb-v6.23.3

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

1 participant