distributed icon indicating copy to clipboard operation
distributed copied to clipboard

Enable `Client.get_versions` to get versions from all other clients and compare against those

Open hendrikmakait opened this issue 3 years ago • 0 comments

As mentioned in https://github.com/dask/distributed/issues/6536#issuecomment-1208144451, it would be useful for Client.get_versions to get the versions of all other clients and be able to compare against those to detect another client with wrong versions. We may want to hide this feature behind some flag since I suspect that the default use case would be to check the current client against the cluster and ignore potentially mismatching versions on other clients.

hendrikmakait avatar Aug 10 '22 12:08 hendrikmakait