Commit e8ca87b
authored
feat: Optimizer works for both Paxos and CAS (#26)
* README includes install instructions
* Network calibration without restarting for different sizes, more Amazon Linux instructions
* Parse process results for network calibrator
* Deploy to us-east-1 for capacity reasons
* Use fewer client machines
* Amazon linux install instructions
* Remove socket counts from network costs, estimated costs extremely low...
* Use musl instead of glibc for compilation, parsing shows process sarstats as well
* Limit networking cores for performance, apply batch limit to regular deployment, sar only tracks core 0
* Decouple analysis correctly accounts for the cardinality of broadcasts
* Partition map insertion fix
* Optimization folder overwriting fix, limit number of unstable throughput runs
* Partitioning fix (network not counted as relevant operator, filtered out operators that fed into relevant operators but we still needed to know what field to partition on)
* Fix CLUSTER_SELF_IDs inserted for decoupling + partitioning
* Fix clients considered bottleneck, calibration after optimization
* Fix clients detected as bottleneck
* Fix partitioning for existing networks where output type and input type differ
* Run rewrites up to budget 10
* Fix partitioning existing network
* CAS fix write throughput 0 for write-only workloads with more clients (writes overridden by None values from election)
* No EDB decoupling
* Benchmarking works for protocols with multiple workloads, simplifications
* CAS fixes: Reads were labeled as blocked if there were no previous writes. Separate networking so decoupling is doesn't need to ping-pong messages.
* Fix send from partitions own ID bug
* Prioritize partitioning over less specific fields for uniform distribution
* Implement hash for partitioning
* Support partitioning on sender ID
* Plotting script
* cargo fmt + clippy1 parent 233c31a commit e8ca87b
21 files changed
Lines changed: 1785 additions & 1164 deletions
File tree
- .cargo
- hydro_optimize_examples
- examples
- src/compare_and_swap
- hydro_optimize/src
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
0 commit comments