tangzhankun_os

Results 24 comments of tangzhankun_os

@Samrat002 thanks for the help. This is a critical fix. Any update on this? Seems the PR is outdated.

@Samrat002 thanks a lot! I am not an expert as well. So please continue as your plan. Let me know if you have any blockers. I will try to help.

@Samrat002 any updates on this?

Maybe rename your "airllm.py" to "test_airllm.py" and try again?

Hi @teamsoo , In current release, I think the answer is no. A possible solution is that define some tip information like "mesos.hdfs.journalnode.hostname" in mesos-site.xml, then Hdfs-mesos can launch task...

Hi, @elingg I didn't understand "it will try to recover dead node tasks even though they may have been dead for some time". The persistentstate ( zookeeper state ) may...

hi @elingg Thanks a lot for the explanation! I saw the implementation of this 1.5 minutes timeout. The scheduler will not remove the host record from "journalNodes" until timeout. If...

Hi, @elingg Thanks very much. I missed the step 2 that you mentioned. I remembered it called in reconcileTasks(), but didn't know what the "driver.reconcileTasks()" means. But I still don't...

hi @elingg Thanks for quick reply. But this is not a serious bug, right? :) After the 1.5 mins timeout, the scheduler will remove it and accept offer to launch...

Hi, @elingg I agree. And I see your "Fix reconciliation features" merged. It clear the dead timestamp when start. Thanks for your reply. And I have one question here: How...