-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-17795. Provide fallback properties for callqueue.impl and scheduler.impl #3192
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
Conversation
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch. Had a quick glance and a few commits
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
Show resolved
Hide resolved
@@ -746,6 +773,50 @@ private String getQueueClassPrefix() { | |||
return CallQueueManager.convertSchedulerClass(schedulerClass); | |||
} | |||
|
|||
/** | |||
* Return class configured by property 'ipc.<port>.scheduler.impl'. If the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
property '..scheduler.impl'
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
Show resolved
Hide resolved
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
Show resolved
Hide resolved
6bec36f
to
db4828f
Compare
💔 -1 overall
This message was automatically generated. |
db4828f
to
86f9522
Compare
🎊 +1 overall
This message was automatically generated. |
I have addressed comments @jojochuang @tasanuma. Please take a look when you get some time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Merged it. Thanks for your contribution, @virajjasani. Thanks for your review, @jojochuang. |
…apache#3192) Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org> Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
No description provided.