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

[BUG]: Fix document upsert returning 404:0s. #4697

Open
jeet1995 opened this issue Sep 17, 2024 · 0 comments
Open

[BUG]: Fix document upsert returning 404:0s. #4697

jeet1995 opened this issue Sep 17, 2024 · 0 comments

Comments

@jeet1995
Copy link
Member

We are continuously addressing and improving the SDK, if possible, make sure the problem persist in the latest SDK version.

Describe the bug
In certain scenarios, a document upsert could return a 404:0 which doesn't abide by upsert semantics which is to create if a document doesn't exist or update otherwise - so a 404:0 is actually invalid.

To Reproduce
Reproduces in certain bulk upsert scenarios from the SDK's perspective.

Expected behavior
A document upsert shouldn't return a 404:0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants