Merlin Ran

Results 33 comments of Merlin Ran

Well it's not that simple, because `containerd` creates the `/sys/fs/cgroup/cpu/` folder with default parameters (`cpu.rt_runtime_us` being 0), so it can't write container specific value later on to its subfolders. https://github.com/containerd/containerd/blob/main/services/server/server_linux.go#L55...

I also faced same issue and created an example at http://jsfiddle.net/merlinran/8fvGh/ Same if I change put() to post(). http://jsonplaceholder.typicode.com/ is a great API for test.

To reproduce: https://github.com/eventlet/eventlet/issues/634#issuecomment-1000943837 I encountered this because I installed `pytest-watch` in the Docker image, which depends on `watchdog`.

Please also be aware that `--fake-mode` is not meant for any serious use. It doesn't contact with your lotus, so you may run into a situation that bidbot wins an...

Can you post the full `bidbot` logs here?

This is interesting... bidbot uses exact the file path downloaded to import data https://github.com/textileio/bidbot/blob/main/service/store/store.go#L591 so I can not think of a situation that the file can not be found, unless...

Oh sorry my suggestion was to keep running the script alongside with bidbot to track the changes of the directory. Now that you have new deals passed that stage so...

Note that the logic has changed a bit from the original implementation to surface the issue.

> At the same time Device A requests Head of Log B through GetRecord effectively getting it through Bitswap. As a result of this the Head of Log B is...

Sorry my understanding of the codebase is still far from complete, and my proposal simply breaks the invariant of calling `SetHead` which would cause more headaches. Having the counter for...