Ka-Hing Cheung

Results 96 comments of Ka-Hing Cheung

you can have a hard link in the same directory but yes the link count would be wrong. I imagine that's fine most of the time since goofys doesn't return...

I am not quite convinced that having static inode number base only on file path is the right thing to do. There's some notion of "sameness" that people expect if...

I do intend to revisit this, but my current free time is going to be dedicated to releasing the multiple backend work first. Everything is mostly there, but figuring out...

merged via 5ae08c09108d9e420e77c2ea6b22801be7f46aec

@avidullu is there a reference for the gcsfuse issue? we are starting to see this as well when we updated our version of jacobsa/fuse

@avidullu did you ever figure out why those messages show up? hiding all fuse error isn't a great option

which provider is this? we have some automatic fallback to sigv2 and I am fine with adding more autofallback if we can detect this reliably https://github.com/kahing/goofys/blob/8f80df798c9d5bc03ed2af03eef865f01c14dd9b/internal/backend_s3.go#L270

merged fa288b6265c5da9d5ea2e3edb6ca4ae19d56b437

closing via cc76eec5841f7bbf499e21d97f91a01e2e2f5af0

another one with a different backtrace: ``` [s3proxy] W 09-12 05:33:33.879 S3Proxy-Jetty-28 o.g.s.o.e.j.server.HttpChannel:396 |::] /goofys-test-a0gh6o5fe00nh9qu/testLargeFile java.lang.IllegalStateException: STREAM at org.gaul.shaded.org.eclipse.jetty.server.Response.getWriter(Response.java:910) at org.gaul.s3proxy.S3ProxyHandler.sendSimpleErrorResponse(S3ProxyHandler.java:2864) at org.gaul.s3proxy.S3ProxyHandlerJetty.handle(S3ProxyHandlerJetty.java:146) at org.gaul.shaded.org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) at org.gaul.shaded.org.eclipse.jetty.server.Server.handle(Server.java:499) at org.gaul.shaded.org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311) at...