Code Monkey home page Code Monkey logo

Comments (8)

rminnich avatar rminnich commented on September 21, 2024

oh ho, it's supposed to be there but is not. It's almost as though it came back from a readdir but the stat failed?

One thing that would be helpful is some way to enable per-request logging, since it is not always possible to use wireshark (I'm running nfs3 over ssh).

More as I learn it.

from go-nfs.

rminnich avatar rminnich commented on September 21, 2024

Also, I should know this, but what is 0x10431b490

from go-nfs.

rminnich avatar rminnich commented on September 21, 2024

ah, ok, it seems to be the kernel trying to do something? maybe set atime? still looking.

from go-nfs.

rminnich avatar rminnich commented on September 21, 2024

OK, the code for lookup I think could be changed. nfs_onlookup should be able to use Lstat, not Readdir, as readdir is a very inefficient way to do a lookup (just image a directory with 10k+ entries and repeated lookups ... this happens. Or 1M. This happens).

I'm surprised that billy has no lookup operation, but I think Lstat would serve. Thoughts?

from go-nfs.

DUOLabs333 avatar DUOLabs333 commented on September 21, 2024

I was actually thinking the same thing (in practice, directories are not usually large enough to make a difference, but it's a simple optimization to make).

from go-nfs.

rminnich avatar rminnich commented on September 21, 2024

I just discovered LOG_LEVEL, which removes the extra prints. It seems to default to LOG_ERROR? I think it ought to be a higher level. Although, in general, log messages of any kind in a Go package are frowned upon ...

from go-nfs.

willscott avatar willscott commented on September 21, 2024
  • when using this library in a larger program, you can connect it up to whatever logging system is in use via SetLogger https://github.com/willscott/go-nfs/blob/master/log.go#L61
  • I think you're right that it may be worthwhile to differentiate between recoverable/non-recoverable errors at the library versus at the protocol level.
  • The inefficiency in onlookup is a good call. I'll file a separate issue to track that.

from go-nfs.

rminnich avatar rminnich commented on September 21, 2024

go-nfs/conn.go

Line 130 in ea1b85e

Log.Errorf("call to %+v failed: %v", handler, appError)

I'd suggest removing this print. especially for shells, which do a lot of stats for PATH resolution, I am getting a lot of prints.

This is a file system error, and there are always a lot of these, and they are not really NFS-level failures,

from go-nfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.