Replies: 1 comment
-
hi @sviho, this is an I/O timeout error. Are you running REAP on an SSD or HDD? could you provide the details of your platform? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to re-run the experiment from the ASPLOS'21 paper's Figure 8 locally, but I am running into errors. From the docs, since REAP isn't supported in the latest version of vHive, I am running this on the
legacy-firecracker-v0.24.0-with-upf-support
branch.With firecracker-containerd launched, I am using the following command to run the test (similar to #657) with the -upfTest flag to enable REAP:
The test runs successfully without the
-upfTest
flag, but it fails with the following logs when the flag is set. I would appreciate any help on this!This is the log from the go test side:
This is the full log from the launched firecracker-containerd side:
Beta Was this translation helpful? Give feedback.
All reactions