We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
跟踪代码在这里获取liteJobConfig的时候为null导致后面的空指针错误。 LiteJobConfiguration liteJobConfig = LiteJobConfigurationGsonFactory.fromJson(regCenter.get(jobNodePath.getConfigNodePath()));
jobBriefInfo.setJobType(liteJobConfig.getTypeConfig().getJobType().name());
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,我登陆zookeeper之后,看到一个config节点不正常,我看到那个作业已经不再用了,就把那个错误的作业节点直接手动删除了,然后在刷新一下运维平台就可以了。 这个是那个错误的作业节点: , 删除之后: 然后刷新运维平台,发现作业维度又出现了:
Sorry, something went wrong.
d69cac8
No branches or pull requests
跟踪代码在这里获取liteJobConfig的时候为null导致后面的空指针错误。
LiteJobConfiguration liteJobConfig = LiteJobConfigurationGsonFactory.fromJson(regCenter.get(jobNodePath.getConfigNodePath()));
jobBriefInfo.setJobType(liteJobConfig.getTypeConfig().getJobType().name());
The text was updated successfully, but these errors were encountered: