Yuze Li
Yuze Li
Hi, I have several questions related to snapshotting. I am running one of the `TestBenchParallelServe` tests in `vhive/Makefile` on a single node setup. ``` sudo mkdir -m777 -p $(CTRDLOGDIR) &&...
I made some modifications inside namenode's container `/opt/hadoop-3.2.1/etc/hadoop/core-site.xml` and have to restart Hadoop service. I've tried `/opt/hadoop-3.2.1/sbin/stop-all.sh` but did not work. Is there a way to do it? Thanks!
# QUESTION: Why my pmem_map_file has a maximum mapping size of 1G ## Details I was testing with RPMA example code, in which a function calls `pmem_map_file()`. ``` mem->mr_ptr =...
https://github.com/pmem/syscall_intercept/blob/ca4b13531f883597c2f04a40e095f76f6c3a6d22/CMakeLists.txt#L39 According to CMake [doc](https://cmake.org/cmake/help/latest/variable/CMAKE_SOURCE_DIR.html), `CMAKE_SOURCE_DIR` should be the same as `CMAKE_BINARY_DIR ` for an in-source build. Thus, I assume the above line missed a `NOT`? After I changed to...
Hi Sam, I wonder what's the correct C API calling logic to implement a multi-threading feature in this no_gil CPython. I'm doing some hacking within Modules/gcmodule.c, that I want to...
Hi, I was following the steps mentioned in your asplos paper, but I can't build the faas-netes image. ### To reproduce ``` cd INFless/sourceCode/Go/src/github.com/openfaas/faas-netes make ``` ### Error ``` ......