home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1280743293

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/6803#issuecomment-1280743293 https://api.github.com/repos/pydata/xarray/issues/6803 1280743293 IC_kwDOAMm_X85MVpd9 33886395 2022-10-17T11:59:19Z 2022-10-17T11:59:19Z NONE

I can add that this problem is augmented in a dask_gateway system where the task just fails.

With apply_ufunc I never received an error but in similar context I obtained something very similar to https://github.com/dask/dask-gateway/issues/404.

My interpretation is that the Future is resolved at the worker (or in case of apply_ufunc a thread of this worker) and embeds a reference to the Client object. This last however uses a gateway connection that is not understood by the worker as generally is the scheduler dealing with those

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1307523148
Powered by Datasette · Queries took 0.534ms · About: xarray-datasette