-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Snapshot overflow #267
Labels
bug 🐞
Something isn't working
enhancement 🌟
New feature or request
good first issue 🐤
Good for newcomers
Comments
hackerwins
added
bug 🐞
Something isn't working
enhancement 🌟
New feature or request
labels
Nov 4, 2021
Could you assign this issue to me? cc. @dc7303 |
@heka1024 Sure. 😄 |
3 tasks
Fix PR: #1077 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug 🐞
Something isn't working
enhancement 🌟
New feature or request
good first issue 🐤
Good for newcomers
What happened:
If a document's snapshot exceeds 16 MB, the following error occurs:
This is because there is a limit on the size of documents in MongoDB.
It might be a good idea to check if we can use GridFS.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
yorkie version
):The text was updated successfully, but these errors were encountered: