Harris.Chu

Results 19 issues of Harris.Chu

just a test for batch update

https://user-images.githubusercontent.com/1726587/178256240-e9c8f1e8-d0cf-4062-b7b9-469dbe0839db.mov 8

type/bug

当缩容比如 6 -> 3 需要先迁移走要 remove 节点的 leader。 否则有可能在 balance 过程中,leader 不断切换。 PS: 未来也可以考虑在内核版本里做类似功能。

type/bug
severity/none
affects/none
HACKTOBERFEST

it's a little confused to use `nerrors.CodeError` if the error code is `ErrorCode_E_PARTIAL_RESULT`, and the data is lost because the error code is not ErrorCode_SUCCEEDED. ![image](https://user-images.githubusercontent.com/1726587/155489548-310480ec-b5e7-434c-9026-c6ab9963e08a.png)

enhancement

fix https://github.com/vesoft-inc/nebula-go/issues/293 please note: when invoke `GetByteSize()`, it would serialize the thrift struct. if the struct is a huge struct, it may cost much more time and memory.

sometimes user want to get the result set byte size, i.e. how many bytes are returned by graphd. as it's not elegant if we modify thrift code, just add an...

type/feature req

depends on : https://github.com/vesoft-inc/fbthrift/pull/4 default response buffer limit is 16MB, if the response buffer is larger than that, it would renew a buffer. could let use to change the limit...

1. need to test performance after we replace the protocol. 2. it could prevent server crash if invalid data length

type/enhancement

``` docker run -it --rm centos:7 /bin/bash -c 'ulimit -n' # arm 1024 # x86 1048576 ``` we should change the ulimit conf in docker file

question