We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment:
Describe the bug
向数据库中存入一个6KB的txt文本时,数据写入一段时间后,后台日志就会出现报错: [20240813 10:06:33.383674 0x000069b75be53700 ERROR src/server/bolt_handler.cpp:180] [KvException] MDB_BAD_VALSIZE: Unsupported size of key/DB name/data, or wrong DUPFIXED size
How to reproduce and expected behavior 连接TuGraph db 向其上传超过2KB的文档即可。
The text was updated successfully, but these errors were encountered:
模型中点边类型数量超过了4096
Sorry, something went wrong.
No branches or pull requests
Environment:
Describe the bug
向数据库中存入一个6KB的txt文本时,数据写入一段时间后,后台日志就会出现报错:
[20240813 10:06:33.383674 0x000069b75be53700 ERROR src/server/bolt_handler.cpp:180] [KvException] MDB_BAD_VALSIZE: Unsupported size of key/DB name/data, or wrong DUPFIXED size
How to reproduce and expected behavior
连接TuGraph db 向其上传超过2KB的文档即可。
The text was updated successfully, but these errors were encountered: