!80 fix:修复Map任务问题不能重试

* fix(sj_1.2.0-beta1):修复Map任务不能重试问题
This commit is contained in:
Srzou 2024-08-01 06:55:18 +00:00 committed by opensnail
parent 4a70ee2e32
commit 2cfbae21bd

View File

@ -21,7 +21,7 @@ public class MapClientCallbackHandler extends MapReduceClientCallbackHandler {
}
@Override
public void callback(ClientCallbackContext context) {
protected void doCallback(ClientCallbackContext context) {
super.doCallback(context);
}
}