issue_comments
5 rows where issue = 91184107 and user = 306380 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- segmentation fault with `open_mfdataset` · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
118373188 | https://github.com/pydata/xarray/issues/444#issuecomment-118373188 | https://api.github.com/repos/pydata/xarray/issues/444 | MDEyOklzc3VlQ29tbWVudDExODM3MzE4OA== | mrocklin 306380 | 2015-07-03T15:26:18Z | 2015-07-03T15:26:18Z | MEMBER | The library itself is not threadsafe? What about on a per-file basis? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
segmentation fault with `open_mfdataset` 91184107 | |
116182511 | https://github.com/pydata/xarray/issues/444#issuecomment-116182511 | https://api.github.com/repos/pydata/xarray/issues/444 | MDEyOklzc3VlQ29tbWVudDExNjE4MjUxMQ== | mrocklin 306380 | 2015-06-28T01:55:39Z | 2015-06-28T01:55:39Z | MEMBER | Oh, I didn't realize that that was built in already. Sounds like you could handle this easily on the xray side. On Jun 27, 2015 4:40 PM, "Stephan Hoyer" notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
segmentation fault with `open_mfdataset` 91184107 | |
116162351 | https://github.com/pydata/xarray/issues/444#issuecomment-116162351 | https://api.github.com/repos/pydata/xarray/issues/444 | MDEyOklzc3VlQ29tbWVudDExNjE2MjM1MQ== | mrocklin 306380 | 2015-06-27T22:12:37Z | 2015-06-27T22:12:37Z | MEMBER | There was a similar problem with PyTables, which didn't support concurrency well. This resulted in the from-hdf5 function in dask array which uses explicit locks to avoid concurrent access. We could repeat this treatment more generally without much trouble to force single threaded access on access but still allow parallelism otherwise. On Jun 27, 2015 2:33 PM, "Răzvan Rădulescu" notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
segmentation fault with `open_mfdataset` 91184107 | |
115930797 | https://github.com/pydata/xarray/issues/444#issuecomment-115930797 | https://api.github.com/repos/pydata/xarray/issues/444 | MDEyOklzc3VlQ29tbWVudDExNTkzMDc5Nw== | mrocklin 306380 | 2015-06-27T01:09:44Z | 2015-06-27T01:09:44Z | MEMBER | Alternatively can we try doing the operations that xray would do manually and see if one of them triggers something? One could also try
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
segmentation fault with `open_mfdataset` 91184107 | |
115930685 | https://github.com/pydata/xarray/issues/444#issuecomment-115930685 | https://api.github.com/repos/pydata/xarray/issues/444 | MDEyOklzc3VlQ29tbWVudDExNTkzMDY4NQ== | mrocklin 306380 | 2015-06-27T01:08:13Z | 2015-06-27T01:08:13Z | MEMBER | @shoyer asked me to chime in in case this is an issue with dask. One thing to try would be to remove multi-threading from the equation. I'm not sure how this would affect things but it's worth a shot. ``` python
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
segmentation fault with `open_mfdataset` 91184107 |
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