• G
    RemoteTaskRunner changes to make bootstrapping actually work. · 0129ea99
    Gian Merlino 提交于
    - Workers are not added to zkWorkers until caches have been initialized.
    - Worker status we haven't heard about will be added to runningTasks or
      completeTasks as appropriate. 
    - TaskRunnerWorkItem now only needs a taskId, not the entire Task. This makes
      it possible to create them from TaskStatus objects, if that's all we have.
    - Also remove some dead code.
    0129ea99
SimpleResourceManagementStrategyTest.java 12.2 KB