LingFeng
LingFeng
Wow! It actually works! I tried this before, just not realized it works that way. If the `word` is not a `prefix` then it just disappeared, the candidates shows up...
 These are candidates of `git ou`
@iSynaptic https://github.com/facebook/rocksdb/pull/5077 already merged, and I saw the update appeared in the [latest release version](https://github.com/facebook/rocksdb/releases/tag/v6.1.2). Can you please revisit current PR?
> Is three a specific reason why this can't be upstreamed? Sorry for so late reply, just don't have much time to test. Please also rebase the code.
I'm interested in this feature. Firstly, I have a question to ask, is this feature for server security by limiting the grpc request/response size? If that's the case. I can...
By searching the codebase I find `max_decoding_message_size` already applied to grpc clients. So if I understand correctly the rest tasks should include: * Make grpc client `max_encoding_message_size` configurable * Make...
@MichaelScofield > Are you willing to continue to do that? Yes, why not. So, I have some new questions: First, how to define the size of a `RecordBatches`? There is...
I'll test the binary under windows/MacOS/linux.
> `error: p2p cannot include package sha1, license BSD-3-Clause is incompatible with Any(MIT, BSD-3-Clause)` To my understanding, `MIT` is incompatible with `BSD-3-Clause` so you can not use a `BSD-3-Clause` only...