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
虽然知道不维护了,但项目中仍在使用,这就是开源的力量吧。目前有个需求,在不改变多线程的tasktracker的情况下,怎么确保taskList批量提交时,执行的有序性,也不能直接修改已有的多线程taskTracker。
我目前的做法是新建了一个jobclient和tasktracker(设置单线程),但这也做对系统开销是否太大了呢
The text was updated successfully, but these errors were encountered:
开销肯定很大,除了重写tasktracker里RunnerPool的线程池,没嘛太好的办法。
Sorry, something went wrong.
在RunnerPool里用PriorityBlockingQueue代替SynchronousQueue
No branches or pull requests
虽然知道不维护了,但项目中仍在使用,这就是开源的力量吧。目前有个需求,在不改变多线程的tasktracker的情况下,怎么确保taskList批量提交时,执行的有序性,也不能直接修改已有的多线程taskTracker。
我目前的做法是新建了一个jobclient和tasktracker(设置单线程),但这也做对系统开销是否太大了呢
The text was updated successfully, but these errors were encountered: