Han-Wen Nienhuys

Results 206 comments of Han-Wen Nienhuys

> Is git itself the canonical upstream for reftable? I assume so. yes. Patrick did a large number of fixes on top of my code. > It looks like there...

I did some prototyping for virtio (see https://github.com/hanwen/go-fuse/tree/virtiofs), which seems somewhat similar. The doc explains you get one queue per CPU, which means we'd have to do something special so...

the implementation in libfuse hasn't landed yet, it seems.

Also, can you say why you want this?

can you confirm that increasing this actually fixes the problem you observed with juicefs?

note that the variable refers to the number of goroutines trying to retrieve a request (ie. blocked in a read syscall). The number of inflight requests is unbounded.

>342 if ms.reqReaders > ms.maxReaders { this means there can never be more than `m.maxReaders` goroutines blocked on reading the fuse device. ms.maxReaders is taken from GOMAXPROCS, but capped at...

further discussion on #571

yes, you are correct. Unfortunately, I fear we would break existing callers if we changed this. I think it's best if the documentation is updated.

Needs more info. I have no idea what you're asking about.