RickyMa

Results 168 comments of RickyMa

@Hoo199212 Please check this out: https://issues.apache.org/jira/browse/RANGER-2895

I'm glad that it can be of help to you, although it is still waiting to be merged. It's been 3 years since I first opened this merge request. :(...

Can't reproduce it. Why do we allow `ArrayIndexOutOfBoundsException` to happen in kryo's code? Should we do something in advance when the value of `id` is illegal(like -2) in `Kryo`.`readReferenceOrNull`? @theigl

Maybe we should increase the memory? Current memory is 3g: `-ea -Xmx3g`. WDYT? @zuston @jerqi

BTW, I think `Error happened when unregistering to ShuffleServerInfo` error has nothing to do with `ShuffleWriteClientImpl.close() / RegisterHeartBeat.shutdown()` being called. Because unregistering threads are in a different thread pool which...

Could you check the value of the metric `total_dropped_event_num` in every shuffle server? I encountered "Blocks read inconsistent" exception in https://github.com/apache/incubator-uniffle/issues/1620 when there are events being dropped. Also I did...

> > Could you check the value of the metric `total_dropped_event_num` in every shuffle server? I encountered "Blocks read inconsistent" exception in #1620 when there are events being dropped. >...

Can you provide a UT to reproduce this issue? That will be clear for us to figure out the root cause.