-
Notifications
You must be signed in to change notification settings - Fork 161
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
Describe the bug
try {
reader =
(ShuffleReader<K, C>)
delegate
.getClass()
.getDeclaredMethod(
"getReader",
ShuffleHandle.class,
int.class,
int.class,
int.class,
int.class,
TaskContext.class,
ShuffleReadMetricsReporter.class)
.invoke(
handle,
startMapIndex,
endMapIndex,
startPartition,
endPartition,
context,
metrics);
} catch (Exception e) {
throw new RssException(e);
}
The delegation object is not propogated into the invoke method.
Affects Version(s)
master
Uniffle Server Log Output
No response
Uniffle Engine Log Output
No response
Uniffle Server Configurations
No response
Uniffle Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
No labels