[Object Spilling] Implement level triggered logic to make streaming shuffle work + additional cleanup (#12773)

This commit is contained in:
SangBin Cho
2020-12-18 19:31:14 -08:00
committed by GitHub
parent 404161a3ff
commit 9d939e6674
41 changed files with 654 additions and 543 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ def get_default_fixure_system_config():
"object_timeout_milliseconds": 200,
"num_heartbeats_timeout": 10,
"object_store_full_max_retries": 3,
"object_store_full_initial_delay_ms": 100,
"object_store_full_delay_ms": 100,
}
return system_config