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
rpc有的时候莫名的出现protobuf的异常,考虑采用 LengthFieldBasedFrameDecoder 来代替 ProtobufVarint32FrameDecoder
The text was updated successfully, but these errors were encountered:
0603822
FIXES #72 调整解码时候的操作
131e94e
Merge branch 'develop'
13bd93c
* develop: (30 commits) FIXES #77 添加搜索的时候,需要支持排序和搜索 采用case class 去掉对sort的定义 FIXES #77 采取完成NumbericDocValueField代替IntField或者LongField FIXES #77 调整搜索时候,采取自定义的collector进行处理 使用基础类来代替 FIXES #77 增加排序选项支持正序和倒序,通过asc和desc来进行 FIXES #75 支持通过指定文件夹读取配置,方便docker运行时刻指定文件目录 rt的依赖当且仅当在wiredtiger库被使用 去掉一些debug信息 FIXES #44 在运行时刻捕获所有异常消息 FIXES #44 同步函数发生错误,需要将异常消息输出 调整为尾递归 FIXES #70 实现stat2 API FIXES #70 添加完成对同步信息的支持,方便输出同步数据的情况 调整文字错误 FIXES #72 调整解码时候的操作 FIXES #72 设置protobuf的编码方式 升级rocksdb到3.11.1 修正编译参数,支持wiredtiger引擎 ...
No branches or pull requests
rpc有的时候莫名的出现protobuf的异常,考虑采用 LengthFieldBasedFrameDecoder 来代替 ProtobufVarint32FrameDecoder
The text was updated successfully, but these errors were encountered: