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/4478#issuecomment-739959248,https://api.github.com/repos/pydata/xarray/issues/4478,739959248,MDEyOklzc3VlQ29tbWVudDczOTk1OTI0OA==,6042212,2020-12-07T14:39:57Z,2020-12-07T14:39:57Z,CONTRIBUTOR,Please try with fsspec master.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,712782711
https://github.com/pydata/xarray/issues/4478#issuecomment-704353239,https://api.github.com/repos/pydata/xarray/issues/4478,704353239,MDEyOklzc3VlQ29tbWVudDcwNDM1MzIzOQ==,6042212,2020-10-06T15:30:50Z,2020-10-06T15:30:50Z,CONTRIBUTOR,That's a lot of data!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,712782711
https://github.com/pydata/xarray/issues/4478#issuecomment-704285976,https://api.github.com/repos/pydata/xarray/issues/4478,704285976,MDEyOklzc3VlQ29tbWVudDcwNDI4NTk3Ng==,6042212,2020-10-06T13:55:34Z,2020-10-06T13:55:34Z,CONTRIBUTOR,Can you confirm that this works ok with fsspec and s3fs master?,"{""total_count"": 2, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 2, ""rocket"": 0, ""eyes"": 0}",,712782711
https://github.com/pydata/xarray/issues/4478#issuecomment-702846089,https://api.github.com/repos/pydata/xarray/issues/4478,702846089,MDEyOklzc3VlQ29tbWVudDcwMjg0NjA4OQ==,6042212,2020-10-02T16:59:45Z,2020-10-02T16:59:45Z,CONTRIBUTOR,"I have reproduced it locally (also with moto). Indeed, many threads are trying to stall the event loop at once. This will take a little finesse.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,712782711
https://github.com/pydata/xarray/issues/4478#issuecomment-702816676,https://api.github.com/repos/pydata/xarray/issues/4478,702816676,MDEyOklzc3VlQ29tbWVudDcwMjgxNjY3Ng==,6042212,2020-10-02T15:59:59Z,2020-10-02T15:59:59Z,CONTRIBUTOR,"Thanks for the digging, I'll look into it","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,712782711
https://github.com/pydata/xarray/issues/4478#issuecomment-702213899,https://api.github.com/repos/pydata/xarray/issues/4478,702213899,MDEyOklzc3VlQ29tbWVudDcwMjIxMzg5OQ==,6042212,2020-10-01T15:27:00Z,2020-10-01T15:27:00Z,CONTRIBUTOR,"```
File ""/usr/local/lib/python3.7/asyncio/base_events.py"", line 1771, in _run_once
handle = self._ready.popleft()
```
This looks like it may be a race conditions where multiple threads are calling the event loop at once. I wonder if you could list the event loops in use and the threads (perhaps best run with base python than ipython/jupyter).","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,712782711
https://github.com/pydata/xarray/issues/4478#issuecomment-702124268,https://api.github.com/repos/pydata/xarray/issues/4478,702124268,MDEyOklzc3VlQ29tbWVudDcwMjEyNDI2OA==,6042212,2020-10-01T13:11:32Z,2020-10-01T13:11:32Z,CONTRIBUTOR,"The following code, modified to the style of the s3fs test suite, works OK:
```python
def test_with_xzarr(s3):
da = pytest.importorskip(""dask.array"")
xr = pytest.importorskip(""xarray"")
name = ""sample""
nana = xr.DataArray(da.zeros((1023, 1023, 3)))
s3_path = f""{test_bucket_name}/{name}""
s3store = s3.get_mapper(s3_path)
print(""Storing"")
nana.to_dataset().to_zarr(store=s3store, mode=""w"", consolidated=True, compute=True)
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,712782711