Mark Zhang

Results 8 comments of Mark Zhang

Sounds good! Thank you! In the meanwhile, should we add the following lines to the unit test as a temporary fix? ```rust let mut config = ProcessConfig::new(); config.set_can_spawn_processes(true); Process::spawn_link_config(&config, (mailbox.this(),...

It looks like the code is fixed! But I think we should add some docs so people know how to run this example.

This is the build timing graph after running `cargo build --timings`. Looks like the bindgen macros are being compiled in parallel with other crates, and are not adding much to...

Since we do regular compaction and OOO compaction separately now, should we have two sets of compaction metric counters, one for regular and one for OOO?

I updated the db metrics to include both head and ooo completion counters. It's ready for review now @jesusvazquez :)

Yes, I will try to fix this PR and get it up to date by this weekend

Hi, I'm also experiencing the same issue. Would really appreciate any updates on this.