-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Common]It is recommended to modify the queue of ListenerBus to ArrayBlockingQueue #395
Comments
yangzhiyue
added a commit
that referenced
this issue
Jun 3, 2020
* Branch 0.9.4 (#12) * Shell engine remove useless gpg plugins close #293 * metadatamanager server update * Update start-all.sh Repair bug that two ips are gotten. * Update checkServices.sh Repair the bug that two ips are gotten. * Update stop-all.sh Repair the bug that two ips are gotten instead of one. * Update install.sh Repair the bug that two ips are gotten instead of one. * #299 add restful * Provide a metadata management common module close #302 * #299 Provide configuration service in module * #299 * #Fixes #299 * fixed #297 * #Fixes #299 * Fixed #298 * Fixed #301 * add metadatamanager/hive Co-authored-by: chaogefeng <673120261@163.com> Co-authored-by: alexkun <xuanyu710@qq.com> Co-authored-by: 5herhom <35916131+5herhom@users.noreply.github.com> Co-authored-by: liaoyt <liaoyt66066@gmail.com> Co-authored-by: xj2jx <xj2jx@163.com> Co-authored-by: Davidhua1996 <david_hua1996@hotmail.com> Co-authored-by: xyqiao@vip.qq.com <xyqiao@vip.qq.com> Co-authored-by: alexzyWu <382080314@qq.com> Co-authored-by: bleachzk <zhouke309@vip.qq.com> Co-authored-by: dennyzhou-zdx <zhoudunxiong123@foxmail.com> Co-authored-by: kantlin <kantlin@webank.com> Co-authored-by: zhengfan199525 <fanzheng199525@outlook.com> * Modified public dependent lib is introduced through classPath closes #392 * to modify the queue of ListenerBus to ArrayBlockingQueue closes #395 * Unify the configuration parameters of gatewayURL closes #393 * Add license * http dependency module optimization closes #388 * To add support for CS cache function closes #368 * UJES supports ContextService function closes #390 * Optimize imports * Update version to 0.9.4 * Modified public dependent lib is introduced through classPath closes #392 * Update version to 0.9.4 Co-authored-by: chaogefeng <673120261@163.com> Co-authored-by: alexkun <xuanyu710@qq.com> Co-authored-by: 5herhom <35916131+5herhom@users.noreply.github.com> Co-authored-by: liaoyt <liaoyt66066@gmail.com> Co-authored-by: xj2jx <xj2jx@163.com> Co-authored-by: Davidhua1996 <david_hua1996@hotmail.com> Co-authored-by: xyqiao@vip.qq.com <xyqiao@vip.qq.com> Co-authored-by: alexzyWu <382080314@qq.com> Co-authored-by: bleachzk <zhouke309@vip.qq.com> Co-authored-by: dennyzhou-zdx <zhoudunxiong123@foxmail.com> Co-authored-by: kantlin <kantlin@webank.com> Co-authored-by: zhengfan199525 <fanzheng199525@outlook.com> Co-authored-by: cooperyang <904666286@qq.com>
thanks it is fixed, and we will use ArrayBlockingQueue as default |
mayinrain
pushed a commit
to mayinrain/incubator-linkis
that referenced
this issue
Jan 18, 2024
* add last month variable * push code * push submit_user variable * push submit_user variable * fix run_month error * fix submit_user error
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
ArrayBlockingQueue has better performance and compatibility
Describe the solution you'd like
to modify the queue of ListenerBus to ArrayBlockingQueue.
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: