Mingfan Lu
2014-Feb-18 06:02 UTC
[Gluster-users] self-heal is not trigger and data incosistency?
Hi,
We saw such a issue.
One client (fuse mount) updated one file, then the other client (also
fuse mount) copied the same file while the reader found that the copied
file was out-of-dated.
If the reader ran ls command to list the entries of the directory where
the target file in,then it could copy the latest one.
Two clients's version:
glusterfs-3.3.0-1
The server's version is glusterfs 3.3.0.5rhs
I remember that 3.3 could suport automatic self-heal in the first
lookup, when calling "cp", it should trigger the self-heal to get the
lastest file, but why not?
Any comments? I could try provide enough information what you need.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://supercolony.gluster.org/pipermail/gluster-users/attachments/20140218/8bba2da0/attachment.html>
XiaoZan
2014-Sep-09 03:03 UTC
[Gluster-users] How to eliminate the spam log in etc-glusterfs-glusterd.vol.log
Hi, everyone,
I installed glusterfs 3.4.4. on 9 nodes, and create a
distributed?replica volume, with the following parameters set:
diagnostics.client-log-level: WARNING
diagnostics.brick-log-level: WARNING
performance.write-behind: off
performance.io-cache: off
cluster.self-heal-daemon: on
performance.io-thread-count: 8
nfs.disable: on
server.allow-insecure: on
diagnostics.latency-measurement: on
diagnostics.count-fop-hits: on
But when I start glusterfs, there are many spam logs in the log file
"etc-glusterfs-glusterd.vol.log", such as:
[2014-09-09 03:00:25.084643] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:28.085060] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:31.085468] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:34.085957] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:37.086428] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:40.086839] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:43.087247] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:46.087692] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:49.088223] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
[2014-09-09 03:00:52.088742] E [socket.c:2788:socket_connect]
0-management: connection attempt failed (Connection refused)
A log entry was appended every 3-4 seconds.
How can i get the spam logs off?
Thanks!