tuulos (Ville Tuulos)

Name
Ville Tuulos
Website/Blog
http://www.cs.helsinki.fi/u/tuulos/
Company
Nokia Research Center
Location
Palo Alto, CA
Member Since
Jul 24, 2008 (about 1 year)

Public Repositories (3)

  • disco

    a Map/Reduce framework for distributed computing

    legend

    Last updated Sun Oct 04 22:11:14 -0700 2009

  • aino

    Aino - a content-based search engine

    legend

    Last updated Wed Apr 22 22:12:47 -0700 2009

  • ringo

    Distributed key-value storage a'la Amazon Dynamo

    legend

    Last updated Wed Dec 17 02:13:55 -0800 2008

Public Activity feed

tuulos opened issue 50 on tuulos/disco Mon Oct 26 15:23:15 -0700 2009
Disco master can become overloaded if hundreds of jobs are running concurrently
tuulos opened issue 48 on tuulos/disco Thu Oct 15 21:59:21 -0700 2009
Master should monitor memory consumption of jobs
tuulos opened issue 47 on tuulos/disco Wed Oct 14 13:45:32 -0700 2009
Job with thousands of reduces fails due to lack of file descriptors
tuulos opened issue 46 on tuulos/disco Wed Oct 14 13:41:26 -0700 2009
Node config table doesn't work correctly with multiple lines
tuulos opened issue 45 on tuulos/disco Wed Oct 14 00:47:08 -0700 2009
Sleep before re-trying a failed task
tuulos opened issue 44 on tuulos/disco Fri Oct 09 14:37:41 -0700 2009
Automate troubleshooting steps
tuulos closed issue 41 on tuulos/disco Fri Oct 09 14:33:42 -0700 2009
connection timeout and erl crash
tuulos opened issue 42 on tuulos/disco Fri Oct 09 02:55:34 -0700 2009
Firewall issues should be mentioned in documentation
tuulos opened issue 40 on tuulos/disco Wed Oct 07 17:21:29 -0700 2009
Worker behaves badly if it runs out of file descriptors
tuulos opened issue 39 on tuulos/disco Tue Oct 06 15:39:26 -0700 2009
Job records should be persistent in Disco master
tuulos opened issue 38 on tuulos/disco Sun Oct 04 22:15:03 -0700 2009
Provide Mochiweb as a built-in default alternative to Lighttpd
tuulos pushed to master at tuulos/disco Sun Oct 04 22:11:15 -0700 2009
HEAD is 4ebdbf4ab738dfdeba8e0a1245aed709f0eec227

3 commits »

tuulos closed issue 19 on tuulos/disco Sun Oct 04 20:56:59 -0700 2009
Kill job doesn't always kill external processes
tuulos closed issue 23 on tuulos/disco Sun Oct 04 20:55:15 -0700 2009
disco_worker.erl doesn't rate limit erroneous output
tuulos closed issue 21 on tuulos/disco Sun Oct 04 20:54:52 -0700 2009
Rate limit is not applied for all messages
tuulos pushed to master at tuulos/disco Sun Oct 04 20:54:52 -0700 2009
HEAD is db76c80fc293edecc3102420abe51c6a3f7f291f
  • Ville Tuulos committed db76c80f:
    Apply rate limit to all messages on stdout / stderr. Closes #21
tuulos closed issue 36 on tuulos/disco Sun Oct 04 19:39:21 -0700 2009
Results of external sort depends on the current locale
tuulos pushed to master at tuulos/disco Sun Oct 04 19:39:21 -0700 2009
HEAD is 7635c9a39d8394be817ae03a9d0400fca87de140
  • Ville Tuulos committed 7635c9a3:
    Set LC_ALL=C for disco-worker to make sure that the external sort uses the traditional sort order based on byte values. Closes #36
tuulos closed issue 27 on tuulos/disco Sun Oct 04 19:22:54 -0700 2009
Per-node task queues
tuulos closed issue 37 on tuulos/disco Sun Oct 04 19:22:18 -0700 2009
tuulos pushed to master at tuulos/disco Sun Oct 04 19:20:44 -0700 2009
HEAD is 16e79d0501327d2c93853eebafc00e6f6e195d2b
  • jseppanen committed 16e79d05:
    Fix ctrl-c handling, i.e., pass KeyboardInterrupt thru catch-all exception handlers
tuulos pushed to master at tuulos/disco Sun Oct 04 19:16:01 -0700 2009
HEAD is c5723bf998803e38f07f847c08b511dee2e6298a

24 commits »

tuulos pushed to debian at tuulos/disco Sun Oct 04 19:16:00 -0700 2009
HEAD is 8c9506a3995e4036ee1ce336d868fae3656c31c8
  • Ville Tuulos committed 8c9506a3:
    bugfix: don't try to stop disco-[master|node] if they don't exist
tuulos opened issue 36 on tuulos/disco Sun Oct 04 01:28:59 -0700 2009
Results of external sort depends on the current locale