Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Flush and BufferGet requests for pipelined DML (#1218)
* add Flush and BufferGet requests Signed-off-by: ekexium <[email protected]> * remove BufferGet; add BufferBatchGet Signed-off-by: ekexium <[email protected]> * rename to pipelined DML Signed-off-by: ekexium <[email protected]> * add rpc to Tikv service Signed-off-by: ekexium <[email protected]> * FlushResponse: change the errors field to return locks Signed-off-by: ekexium <[email protected]> * FlushRequest: introduce the generation field Signed-off-by: ekexium <[email protected]> * make go Signed-off-by: ekexium <[email protected]> * fix typo Signed-off-by: ekexium <[email protected]> * introduce lock_ttl and assertion_level for Flush Signed-off-by: ekexium <[email protected]> * re make go Signed-off-by: ekexium <[email protected]> * empty line Signed-off-by: ekexium <[email protected]> --------- Signed-off-by: ekexium <[email protected]>
- Loading branch information