Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hbase-2.1.7
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cld
systems
hbase-2.1.7
Commits
e31953c0
Commit
e31953c0
authored
5 years ago
by
Nicolas Schaefer
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9b1f9fad
No related branches found
Branches containing commit
Tags
0.4.7
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
e31953c0
#Installation Guide
#
Installation Guide
TODO
TODO
#Architecture Overview
#
Architecture Overview
TODO
TODO
To understand the basic control flow in HBase
To understand the basic control flow in HBase
...
@@ -9,13 +9,13 @@ 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:
# List of system boundaries and baggage propagation:
(OUT OF DATE)
(OUT OF DATE)
*
Client sends request
*
Client sends request
AbstractRpcClient -> NettyRPCConnection -> NettyRPCDuplexHandler -> (network) -> CallRunner
AbstractRpcClient -> NettyRPCConnection -> NettyRPCDuplexHandler -> (network) -> CallRunner
*
Server receives request and answers
*
Server receives request and answers
CallRunner -> RPCServer -> (some actions) -> return to CallRunner -> ServerCall.setResponse()
CallRunner -> RPCServer -> (some actions) -> return to CallRunner -> ServerCall.setResponse()
*
HMaster receives and processes request
*
HMaster receives and processes request
CallRunner -> RPCServer -> MasterProcedureUtil -> ProcedureExecuter
CallRunner -> RPCServer -> MasterProcedureUtil -> ProcedureExecuter
# Remarks:
# Remarks:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment