Skip to content
Snippets Groups Projects
Commit e31953c0 authored by Nicolas Schaefer's avatar Nicolas Schaefer
Browse files

Update README.md

parent 9b1f9fad
No related branches found
No related tags found
No related merge requests found
#Installation Guide
# Installation Guide
TODO
#Architecture Overview
# Architecture Overview
TODO
To understand the basic control flow in HBase
......@@ -9,13 +9,13 @@ To understand the basic control flow in HBase
# List of system boundaries and baggage propagation:
(OUT OF DATE)
* Client sends request
* Client sends request
AbstractRpcClient -> NettyRPCConnection -> NettyRPCDuplexHandler -> (network) -> CallRunner
* Server receives request and answers
* Server receives request and answers
CallRunner -> RPCServer -> (some actions) -> return to CallRunner -> ServerCall.setResponse()
* HMaster receives and processes request
* HMaster receives and processes request
CallRunner -> RPCServer -> MasterProcedureUtil -> ProcedureExecuter
# Remarks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment