Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] MapReduce在worker集群脑裂的情况下无法顺利结束 #12

Closed
KFCFans opened this issue Jun 16, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@KFCFans
Copy link
Member

KFCFans commented Jun 16, 2020

Describe the bug
当某个任务的TaskTracker与server出现网络阻断时,server单方面判断TaskTracker down,启动故障转移策略,随意选择新的机器成为TaskTracker,重试整个任务。假如此时原先的TaskTracker所处网络恢复,该任务就存在着两个 TaskTracker,进而导致各种数据覆盖而无法结束任务。

To Reproduce
实际情况中极小概率出现,仅从理论角度分析原因。

Expected behavior
MapReduce处理器能够正常工作

Environment

  • PowerJob Version: 3.0.0
  • Java Version: OpenJDK 8
  • OS: CentOS 8.1
@KFCFans KFCFans added the bug Something isn't working label Jun 16, 2020
@KFCFans KFCFans self-assigned this Jun 16, 2020
@KFCFans
Copy link
Member Author

KFCFans commented Jun 16, 2020

fixed in v3.0.1

@KFCFans KFCFans closed this as completed Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant