You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
win10系统,使用node1.conf开启node1 ,再使用node2.conf开启node2 。程序会创建大量临时conf文件,并且都rename失败。部分日志如下:
2024/07/19 13:18:20 [ERROR][raft_event.go:55] persist raft error: rename .\tmp-cluster-conf-738025128.conf 7379.conf: The process cannot access the file because it is being used by another process.
2024/07/19 13:18:21 [ERROR][raft_event.go:55] persist raft error: rename .\tmp-cluster-conf-1606189836.conf 7379.conf: The process cannot access the file because it is being used by another process.
另外,我在linux(centos 7 )系统做上述操作,没有报error,可以成功启动两节点的集群,使用redis-cli 可以正常执行 GET 、SET等命令。
The text was updated successfully, but these errors were encountered:
________________________________
发件人: beijian01 ***@***.***>
发送时间: Friday, July 19, 2024 1:28:44 PM
收件人: HDT3213/godis ***@***.***>
抄送: Subscribed ***@***.***>
主题: [HDT3213/godis] raft persist error (Issue #226)
win10系统,使用node1.conf开启node1 ,再使用node2.conf开启node2 。创建了大量临时conf文件,并且都rename失败。部分日志如下:
2024/07/19 13:18:20 [ERROR][raft_event.go:55] persist raft error: rename .\tmp-cluster-conf-738025128.conf 7379.conf: The process cannot access the file because it is being used by another process.
2024/07/19 13:18:21 [ERROR][raft_event.go:55] persist raft error: rename .\tmp-cluster-conf-1606189836.conf 7379.conf: The process cannot access the file because it is being used by another process.
另外,我在linux(centos 7 )系统做上述操作,可以成功启动两节点的集群,使用redis-cli 可以正常执行 GET 、SET等命令。
―
Reply to this email directly, view it on GitHub<#226>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADCFRKWR66OM6NKPM26JDHTZNCPYZAVCNFSM6AAAAABLD46VP2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYTOOJWG4YDMNA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
win10系统,使用node1.conf开启node1 ,再使用node2.conf开启node2 。程序会创建大量临时conf文件,并且都rename失败。部分日志如下:
2024/07/19 13:18:20 [ERROR][raft_event.go:55] persist raft error: rename .\tmp-cluster-conf-738025128.conf 7379.conf: The process cannot access the file because it is being used by another process.
2024/07/19 13:18:21 [ERROR][raft_event.go:55] persist raft error: rename .\tmp-cluster-conf-1606189836.conf 7379.conf: The process cannot access the file because it is being used by another process.
另外,我在linux(centos 7 )系统做上述操作,没有报error,可以成功启动两节点的集群,使用redis-cli 可以正常执行 GET 、SET等命令。
The text was updated successfully, but these errors were encountered: