issue_comments
2 rows where author_association = "MEMBER", issue = 908971901 and user = 1312546 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
852667695 | https://github.com/pydata/xarray/issues/5426#issuecomment-852667695 | https://api.github.com/repos/pydata/xarray/issues/5426 | MDEyOklzc3VlQ29tbWVudDg1MjY2NzY5NQ== | TomAugspurger 1312546 | 2021-06-02T02:37:18Z | 2021-06-02T02:37:18Z | MEMBER |
The only thing that comes to mind is everything being assigned to one worker when the entire task graph has a single node at the base of the task graph. But then work stealing kicks in and things level out (that was a while ago though). I haven't noticed any kind of systemic load balancing problem, but I can take a look at that notebook later. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter 908971901 | |
852666211 | https://github.com/pydata/xarray/issues/5426#issuecomment-852666211 | https://api.github.com/repos/pydata/xarray/issues/5426 | MDEyOklzc3VlQ29tbWVudDg1MjY2NjIxMQ== | TomAugspurger 1312546 | 2021-06-02T02:33:28Z | 2021-06-02T02:33:28Z | MEMBER | https://github.com/dask/dask/pull/6203 and https://github.com/dask/dask/pull/6773/ are the maybe relevant issues. I actually don't know if that could have an effect here. I don't know (and a brief search couldn't confirm) whether or not xarray uses |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter 908971901 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1