Make writing cluster state dumps to buckets easier #5659
Labels
diagnostics
good second issue
Clearly described, educational, but less trivial than "good first issue".
Client.dump_cluster_state
is a useful method for debugging. But having to download all the state to your local machine can be slow. And as we consider having more automation around it (auto-dump on exception, on close, etc.), being able to write the dump directly to cloud/network storage would be useful.Add support for
dump_cluster_state
to write using fsspec. We should support passing in any string thatfsspec.open
can handle, as well as astorage_options
dict kwarg.The text was updated successfully, but these errors were encountered: