Results 6 comments of Zhenyu Song

Sorry for the late reply. I realized I put a wrong issue URL (not my forked branch). Would you like to verify that docker correctly mount the directory by running...

The simulator assumes trace timestamp unit is second. Otherwise, the default logging can exceed the max size. To reduce logging frequency, increase the logging interval by add `--real_time_segment_window=${INCREASED_INTERVAL}` in the...

Hi @taliakatz , Thanks for your feedback. From your case, it seems that the cache never admits an object. Can you share the command and arguments you run the simulator?

Hi @taliakatz , In S4LRU, each segment has only 1/4 of cache size, so this may cause the size of an object larger than a segment, so it couldn't be...

Hi @taliakatz , Sorry for the slow response. I was busy in the recent two days. I verified the bug, and that is because S4LRU does not keep track current...