赵立伟

Results 6 issues of 赵立伟

## Feature Request Code refactor to make code clean

type/enhancement

## 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...

type/performance

## 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...

type/bug

## 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...

type/enhancement

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...