hi, i'm seeing this warning a *lot* in my logs. this is on 3.1.3 running dist-repl on 4 servers. ie, [2011-06-10 17:06:08.326245] W [server-resolve.c:565:server_resolve] 0-glustervol1-server: pure path resolution for /production/seed/env/boot (OPEN) [2011-06-10 17:06:08.327092] W [server-resolve.c:565:server_resolve] 0-glustervol1-server: pure path resolution for /production/seed/env/boot (INODELK) more can be found here: http://pastebin.com/hWRWU6cv ..i cant seem to find any mention of this message in the docs. can anyone please tell me if or how much i should be concerned? and is there anything i need to do to fix things?? many thanks in advance, paul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110610/afa4c0ed/attachment.html>
hi, can anyone please answer this? it's hard to contribute back to the community when there's a deathly silence.. regards, paul On 10 June 2011 17:38, paul simpson <paul at realisestudio.com> wrote:> hi, > > i'm seeing this warning a *lot* in my logs. this is on 3.1.3 running > dist-repl on 4 servers. ie, > > [2011-06-10 17:06:08.326245] W [server-resolve.c:565:server_resolve] > 0-glustervol1-server: pure path resolution for /production/seed/env/boot > (OPEN) > [2011-06-10 17:06:08.327092] W [server-resolve.c:565:server_resolve] > 0-glustervol1-server: pure path resolution for /production/seed/env/boot > (INODELK) > > more can be found here: http://pastebin.com/hWRWU6cv > > ..i cant seem to find any mention of this message in the docs. can anyone > please tell me if or how much i should be concerned? and is there anything > i need to do to fix things?? > > many thanks in advance, > > paul > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110615/122eff1b/attachment.html>
> hi, >> >> can anyone please answer this? it's hard to contribute back to the >> community when there's a deathly silence.. >> >> > As a general rule, the W simply tells you its a warning. > > >Paul, As Joe said, W is warning, but for now you can neglect 'pure path resolution' logs as it was a result of false positive of our log enhancement to capture every possible mis-behavior inside. The pure path resolution currently happens during a link file creation or when a self-heal is happening in AFR. While checking the logs you can do the "grep -v 'pure path' brick-log-file.log | less". This will be gone with 3.2.2 (its already gone in git branch) Regards, Amar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110615/4e9f430b/attachment.html>
Paul, There are certain cases where this log is completely safe and certain cases where it might not be. If you experience hangs and bailout of lock calls, then this log can be useful in debugging those cases. If you have no problems but just seeing those logs, do not worry too much. Avati On Fri, Jun 10, 2011 at 10:08 PM, paul simpson <paul at realisestudio.com>wrote:> hi, > > i'm seeing this warning a *lot* in my logs. this is on 3.1.3 running > dist-repl on 4 servers. ie, > > [2011-06-10 17:06:08.326245] W [server-resolve.c:565:server_resolve] > 0-glustervol1-server: pure path resolution for /production/seed/env/boot > (OPEN) > [2011-06-10 17:06:08.327092] W [server-resolve.c:565:server_resolve] > 0-glustervol1-server: pure path resolution for /production/seed/env/boot > (INODELK) > > more can be found here: http://pastebin.com/hWRWU6cv > > ..i cant seem to find any mention of this message in the docs. can anyone > please tell me if or how much i should be concerned? and is there anything > i need to do to fix things?? > > many thanks in advance, > > paul > > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://gluster.org/cgi-bin/mailman/listinfo/gluster-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110616/62dae47d/attachment.html>