赵立伟
赵立伟
## Bug Report Previously, server will reply a response to client if it receives a request, which will marshall the corresponding response. For a write request from client, all of...
## Bug Report ### Pegasus Version 2.0.0 ### Core Dump ``` (gdb) #0 operator++ (this=) at /home/wutao1/app/include/c++/4.8.2/bits/stl_list.h:235 #1 __distance ( __last=..., __first=...) at /home/wutao1/app/include/c++/4.8.2/bits/stl_iterator_base_funcs.h:82 #2 distance ( __last=..., __first=...) at...
## Feature Request In current implementation, write operations are rejected during ingestion. This will cause the commit failure in group check. So we should optimize the behavior of group check...
In previous implementation, all rpc_handlers in meta server is registered in `meta_service`. And then the rpc request is forwarded to `server_state`、`bulk_load_service` and so on, to handle this request. In this...