Oh, my fault. I am confused with GroomServer. Please ignore this. On Mon, Apr 28, 2014 at 9:09 AM, Edward J. Yoon <[email protected]> wrote: > BSPPeerImple.initPeerNames() gets the list of all the tasks executed > from the same job, and caches the result to String[] allPeers > variable. > > private String[] allPeers; > > The problem is that it can be overwritten by task of different job. > So, we must manage the list of tasks like below: > > Map<JobID, listOfTasks> taskListCache; > > I'll fix this issue on HAMA-899. > > -- > Best Regards, Edward J. Yoon > CEO at DataSayer Co., Ltd.
-- Best Regards, Edward J. Yoon CEO at DataSayer Co., Ltd.
