issue_comments
2 rows where author_association = "NONE", issue = 371906566 and user = 32069530 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Concurrent acces with multiple processes using open_mfdataset · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
433393215 | https://github.com/pydata/xarray/issues/2494#issuecomment-433393215 | https://api.github.com/repos/pydata/xarray/issues/2494 | MDEyOklzc3VlQ29tbWVudDQzMzM5MzIxNQ== | lanougue 32069530 | 2018-10-26T12:37:30Z | 2018-10-26T12:37:30Z | NONE | Hi all,
I finally figured out my problem. On each independent process xr.open_mfdataset() seems to naturally try to do some multi-threaded access (even without parallel option ?). Each node of my cluster was configured in such a way that multi-threading was possible (my mistake). Here was my yaml config file used by PBSCluster()
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concurrent acces with multiple processes using open_mfdataset 371906566 | |
431796693 | https://github.com/pydata/xarray/issues/2494#issuecomment-431796693 | https://api.github.com/repos/pydata/xarray/issues/2494 | MDEyOklzc3VlQ29tbWVudDQzMTc5NjY5Mw== | lanougue 32069530 | 2018-10-22T10:27:04Z | 2018-10-22T10:27:04Z | NONE | @jhamman I was aware of the difference between the two parallel options. I was thus wondering if I could pass a parallel option to the netcdf4 library via the open_mfdataset() call. I tried to change the engine to netcdf4 and added the backend_kwarg :
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concurrent acces with multiple processes using open_mfdataset 371906566 |
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