Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change sttp backend to HttpURLConnectionBackend #7125

Merged
merged 2 commits into from
Jun 6, 2023
Merged

Conversation

frcroth
Copy link
Member

@frcroth frcroth commented Jun 6, 2023

I don't know why, but this fixes 7073 for me. When testing that issue, I noticed that responses would sometimes be empty, even though I could manually request them and they would be full. This looked like an sttp issue, I tried changing the backend, and the empty responses disappeared.

URL of deployed dev instance (used for testing):

Steps to test:

Issues:


(Please delete unneeded items, merge only when none are left open)

  • Updated changelog
  • Needs datastore update after deployment

@frcroth frcroth requested a review from fm3 June 6, 2023 08:23
@frcroth frcroth self-assigned this Jun 6, 2023
Copy link
Member

@fm3 fm3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me as well. I also tested another dataset with basicauth. Could you add a changelog entry that the dataset streaming symptom is fixed?

@frcroth frcroth merged commit ab82064 into master Jun 6, 2023
2 checks passed
@frcroth frcroth deleted the change-http-backend branch June 6, 2023 09:24
@philippotto
Copy link
Member

When testing that issue, I noticed that responses would sometimes be empty, even though I could manually request them and they would be full. This looked like an sttp issue, I tried changing the backend, and the empty responses disappeared.

Great find 👍

hotzenklotz added a commit that referenced this pull request Jun 8, 2023
…esign-right-sidebar

* 'master' of github.com:scalableminds/webknossos:
  Create bounding box by dragging with box tool (#7118)
  Prevent 'negative' buckets from being created (#7124)
  Lazy load onnx and canvas2html module (#7121)
  Disable editing of super voxel skeletons in skeleton mode (#7086)
  add missing evolution to migration guide (#7126)
  Change sttp backend to HttpURLConnectionBackend (#7125)
  Implement Zarr v3 and sharding codec (#7079)
  Fix decompression of garbage data after valid gzip data causing decompression to fail (#7119)
  When scanning volume buckets, skip those with unparseable key (#7115)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZARR streaming sometimes returns empty buckets
3 participants