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

Chunks uploaded with websocket are not counted into tag stats #4858

Open
tmm360 opened this issue Oct 10, 2024 · 1 comment · May be fixed by #4920
Open

Chunks uploaded with websocket are not counted into tag stats #4858

tmm360 opened this issue Oct 10, 2024 · 1 comment · May be fixed by #4920
Assignees
Labels
needs-triaging new issues that need triaging

Comments

@tmm360
Copy link
Contributor

tmm360 commented Oct 10, 2024

Context

Bee 2.2.0

Summary

Uploading chunks with http requests increments the tag split value, as it is also incremented uploading with bzz protocol.
Instead uploading using websocket doesn't update it.
Because of this, I suspect that upload with websocket doesn't actual use the tag at all.

Expected behavior

I should have the same behavior on tag, session and storage uploading with http or uploading with websocket.

Actual behavior

It seams that uploading with websocket doesn't use tag's session.

Steps to reproduce

Create a tag, and use it to upload with websocket.
After the upload, try to look at tag status. It has all values to 0, even if chunks have been uploaded.

Possible solution

@tmm360 tmm360 added the needs-triaging new issues that need triaging label Oct 10, 2024
@istae istae assigned acha-bill and unassigned martinconic Nov 29, 2024
@acha-bill acha-bill linked a pull request Dec 4, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triaging new issues that need triaging
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@tmm360 @martinconic @acha-bill and others