go build -buildmode=plugin ../mrapps/wc.go
go run mrmaster.go pg-*.txt &
go run mrworker.go wc.so
- When the master does not receive a reply from the worker within 10 seconds or the worker replies that the task has failed, the task is considered a failure.
- Failed tasks will be reassigned to idle workers.