Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xanadu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
SYNERG
xanadu
Commits
92aed9bd
Commit
92aed9bd
authored
Feb 16, 2020
by
Naman Dixit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed nomenclature Part
parent
5858250d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
readme.md
readme.md
+2
-2
No files found.
readme.md
View file @
92aed9bd
...
@@ -22,7 +22,7 @@ isolation level using resources provided by the RS. A loose architecture diagram
...
@@ -22,7 +22,7 @@ isolation level using resources provided by the RS. A loose architecture diagram
The Dispatch Manager (DM) sends a request to the Resource Manager (RM), detailing what resources it needs, on the Kafka topic
`REQUEST_DM_2_AM`
.
The Dispatch Manager (DM) sends a request to the Resource Manager (RM), detailing what resources it needs, on the Kafka topic
`REQUEST_DM_2_AM`
.
```
javascript
```
javascript
{
{
"
id
"
:
"
unique-transaction-id
"
,
"
resource_
id
"
:
"
unique-transaction-id
"
,
"
memory
"
:
1024
,
// in MiB
"
memory
"
:
1024
,
// in MiB
...
// Any other resources
...
// Any other resources
}
}
...
@@ -32,7 +32,7 @@ The RM finds a list of nodes that will satisfy those resource demands and return
...
@@ -32,7 +32,7 @@ The RM finds a list of nodes that will satisfy those resource demands and return
Format:
Format:
```
javascript
```
javascript
{
{
"
id
"
:
"
unique-transaction-id
"
,
"
respurce_
id
"
:
"
unique-transaction-id
"
,
// "port": 2343 --- NOT IMPLEMENTED YET
// "port": 2343 --- NOT IMPLEMENTED YET
"
grunts
"
:
[
"
a
"
,
"
b
"
,
...]
// List of machine IDs
"
grunts
"
:
[
"
a
"
,
"
b
"
,
...]
// List of machine IDs
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment