[Clara] Removing File CLARA

Justin Ruger justin.ruger at gmail.com
Thu Jan 16 11:31:53 EST 2014


Do we want to put the remove file in this method.
Line 337 in FarmOrchestrator



private void processFinishedFile() {
             synchronized (lock) {
                 finishedFilesCounter++;
                 node.closeFiles();
                 node.saveOutputFile();
                 if (!processingQueue.isEmpty()) {
                     String fileName = processingQueue.removeFirst();
                     processFile(node, fileName);

                 // DO WE DO IT HERE??????????

                 } else {
                     stop(node);
                     if (finishedFilesCounter == (inputFiles.size() * 
processingTimes)) {
                         end();
                     }
                 }
             }
         }


More information about the Clara mailing list