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

worker过载时可能导致 server 调度异常 #853

Closed
KFCFans opened this issue Mar 1, 2024 · 1 comment
Closed

worker过载时可能导致 server 调度异常 #853

KFCFans opened this issue Mar 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@KFCFans
Copy link
Member

KFCFans commented Mar 1, 2024

024-03-01 10:40:21.840  WARN 2233543 --- [ispatchInstance] t.p.s.c.s.InstanceStatusCheckService     : [InstanceStatusChecker] app[[4]] is overload, so skip check waiting dispatch instance
2024-03-01 10:40:21.840 ERROR 2233543 --- [ispatchInstance] t.p.s.c.s.InstanceStatusCheckService     : [InstanceStatusChecker] WaitingDispatchInstance status check failed.

java.util.NoSuchElementException: null
	at java.util.AbstractList$Itr.next(AbstractList.java:364)
	at java.lang.Iterable.forEach(Iterable.java:74)
	at tech.powerjob.server.core.scheduler.InstanceStatusCheckService.checkWaitingDispatchInstance(InstanceStatusCheckService.java:99)
	at tech.powerjob.server.core.scheduler.CoreScheduleTaskManager$LoopRunnable.run(CoreScheduleTaskManager.java:70)
	at java.lang.Thread.run(Thread.java:748)
image
@KFCFans KFCFans added the bug Something isn't working label Mar 1, 2024
@KFCFans KFCFans self-assigned this Mar 1, 2024
@KFCFans
Copy link
Member Author

KFCFans commented Mar 2, 2024

4.3.9 已发布并修复上述问题。

@KFCFans KFCFans closed this as completed Mar 2, 2024
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