a short question about the coupling of scheduler and nodeMonitor

45 views
Skip to first unread message

Dingming Wu

unread,
Dec 25, 2016, 6:01:51 PM12/25/16
to Sparrow Users
Hello,

I recently studied the code of sparrow. I have one short question. From the Fig 6 of the SOSP paper, it seems that the nodeMonitor and the scheduler can be launched on different machines. But from the code, these two parts are integrated into one component called Sparrow Deamon. Both of them will be launched on the same machine once a sparrow deamon is launched. I wanna to do some experiments with sparrow on my own cluster with 15 machines. Three of them will be running the FrontEnds/Scehdulers. And 12 of them will be running the NodeMonitors/Bandends. What could be the right way to do that? Do i need to comment out the NodeMonitor code when i launch the Deamon on the 3 machines, and then comment out the Scheduler code when launch the Deamon on the 12 machines?

Thank you and Merry Christmas.

Dingming

Kay Ousterhout

unread,
Jan 3, 2017, 3:43:05 PM1/3/17
to sparrow-sch...@googlegroups.com
Commenting out the relevant parts of SparrowDaemon will work fine, or you could create two new Daemons based on the code in SparrowDaemon, one that just starts a scheduler and one that just starts a NodeMonitor.

-Kay

--
You received this message because you are subscribed to the Google Groups "Sparrow Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sparrow-scheduler-users+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages