Administrators, MozillaWiki team
918
edits
No edit summary |
|||
Line 49: | Line 49: | ||
That information is currently stored in a couchdb database on the proxy machine itself, with a very simple user schema: | That information is currently stored in a couchdb database on the proxy machine itself, with a very simple user schema: | ||
"backends": [ | "backends": [ | ||
"http://domU-AB-CD-EF-00-11-22.compute-1.internal:5984/test-80db93" | "http://domU-AB-CD-EF-00-11-22.compute-1.internal:5984/test-80db93" | ||
Line 65: | Line 64: | ||
"domU-ab-cd-ef-01-23-78.compute-1.internal:4730" | "domU-ab-cd-ef-01-23-78.compute-1.internal:4730" | ||
] | ] | ||
* backends is the list of couchdb servers holding that instance's raindrop. Currently there is no replication, but this is where the list of replica would be held | |||
* current is the index into the backends array of the current master couchdb instance | |||
== Processor == | == Processor == |