kestrel
play

Kestrel An XMPP-Based Framework for Many Task Computing - PDF document

11/23/2009 Kestrel An XMPP-Based Framework for Many Task Computing Applications HISTORY/PURPOSE Lance Stout Mike Murphy Sebastien Goasguen Kestrels Goals Lightweight / Easy to set up Run cross-platform without re-compiling No


  1. 11/23/2009 Kestrel An XMPP-Based Framework for Many Task Computing Applications HISTORY/PURPOSE Lance Stout Mike Murphy Sebastien Goasguen Kestrel’s Goals Lightweight / Easy to set up – Run cross-platform without re-compiling – No extensive, manual configuration – Minimal dependencies Detect Irregular Resource Outages – Know quickly if a worker process terminates with kill -9 EXTENSIBLE MESSAGING AND Traverse NAT PRESENCE PROTOCOL (XMPP) High Availability / Reliabilty XMPP Benefits Jabber IDs username@server/resource Presence notifications – Always aware of the status of the worker pool worker@kestrel_pool/42 – Always receive unavailable status updates (Only use to group small numbers of workers) Indirect Communication worker42@kestrel_pool/ – All messages sent through server (One username per worker is best for large pools) – NAT and subnet traversal Identifiers – Address workers without knowing IP addresses machine27@kestrel_pool/core2 – Workers can be grouped using JIDs 1

  2. 11/23/2009 Messages Kestrel uses JSON for message contents – Differentiated by “type” attribute – Can be sent directly from an instant messaging client (GoogleTalk/Pidgin) Example: {“type”: “profile”, ARCHITECTURE “os”: “Linux”, “ram”: 4096, “cores”: 4, “provides”: [“FOO”, “BAR”]} Kestrel Network Kestrel Network Architecture (Actual) Architecture (Logical) Worker XMPP User Server Manager Cluster User Manager Worker Worker Worker Worker Worker Kestrel Program Architecture Manager Event XMPP Library Handlers Worker Event XMPP Event Kernel Handlers Handlers PSEUDO-DEMO User Event Handlers Database Event Handlers 2

  3. 11/23/2009 Kestrel Offline Manager Online Worker Worker User Manager Worker User Manager Worker Worker Worker Workers Online Workers Online Send available presence update Worker Worker to manager. User Manager Worker User Manager Worker Worker Worker Workers Online Workers Online Manager requests updated Workers send profile Worker Worker worker profiles. descriptions. User Manager Worker User Manager Worker {“type”: “profile_request”} {“type”: “profile”, “os”: “Linux”, “ram”: 4096, Worker Worker “provides”: [“FOO”, “BAR”]} 3

  4. 11/23/2009 User Online Job Submission User submits job request. Worker Worker User Manager Worker User Manager Worker {“type”: “job_request”, “command”: “do_stuff.py”, Worker “queue”: 5000, Worker “requires”: “FOO”} Job Distributed Job Execution Manager schedules job immediately, Scheduled workers send unavailable Worker Worker and sends job instances to as many presence update to the manager. workers as possible. User Manager Worker User Manager Worker {“type”: “job”, “command”: “dostuff.py”, “job_id”: 1, Worker Worker “queue_id”: 42} Job Execution Worker Added Workers send job start notice to the Worker follows onlining process. Worker Worker manager. Manager immediately attempts scheduling a job for the worker. User Manager Worker User Manager Worker {“type”: “job_start”, {“type”: “job”, “job_id”: 1, “command”: “dostuff.py”, “queue_id”: 42} “job_id”: 1, Worker Worker “queue_id”: 314} 4

  5. 11/23/2009 Worker Dropped Job Instance Finished XMPP server sends unavailable Workers send job finish notice to the Worker Worker presence to the manager. Any job manager. assigned to the worker is added back to the queue. User Manager Worker User Manager Worker {“type”: “job_finish”, “job_id”: 1, Worker “queue_id”: 42, Worker “output”: …} Job Instance Finished Job Finished Workers send available presence Manager sends notice to user. Worker Worker update to the manager. Manager attempts scheduling more jobs. User Manager Worker User Manager Worker {“type”: “job_request_finish”, “job_id”: 1, “output”: …} Worker Worker RESULTS 50,000 Jobs, 917 Workers, sleep 0 Finished in 103 seconds. Dispatched 480 jobs per second. Very few instances running concurrently due to short execution times. 5

  6. 11/23/2009 50,000 Jobs, 917 Workers, sleep 0 50,000 Jobs, 910 Workers, sleep 1 Why the uptick? We’re still working on that one. Finished in 108 seconds Probably due to server processing faster as resources are freed. 50,000 Jobs, 910 Workers, sleep 1 50,000 Jobs, 914 Workers, sleep 10 About the same as last time, including uptick. Finished in 543 seconds, or 9 minutes 3 seconds. 50,000 Jobs, 914 Workers, sleep 10 50,000 Jobs, 902 Workers, sleep random Longer, uniform execution time creates stair step Jobs lasted between 0 and 10 seconds. pattern and no uptick. Finished in 387 seconds, or 6 minutes 27 seconds. 6

  7. 11/23/2009 50,000 Jobs, 902 Workers, sleep random No stair step pattern or uptick this time. 7

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend