You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/08/06 03:08:31 UTC

[GitHub] [incubator-uniffle] jerqi opened a new issue, #136: [Imrovement][Aqe] Avoid calling `shuffleWriteClient.getShuffleResult()` multiple times.

jerqi opened a new issue, #136:
URL: https://github.com/apache/incubator-uniffle/issues/136

   When we use AQE, we may call `shuffleWriteClient.getShuffleResult` multiple times. But if both partition 1 and partition 2 are on the server A, we call getShuffleResult(partition 1) to get data form server A, and then we call getShuffleResult(partition 2) to get data form server A, it's not necassray. We can get getShuffleResult(partition 1, partition 2) instead. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #136: [Improvement][Aqe] Avoid calling `getShuffleResult` multiple times

Posted by GitBox <gi...@apache.org>.
jerqi commented on issue #136:
URL: https://github.com/apache/incubator-uniffle/issues/136#issuecomment-1241424235

   resolved by #190 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] leixm commented on issue #136: [Improvement][Aqe] Avoid calling `getShuffleResult` multiple times

Posted by GitBox <gi...@apache.org>.
leixm commented on issue #136:
URL: https://github.com/apache/incubator-uniffle/issues/136#issuecomment-1227990234

   Maybe I can take this ticket, could you assign this to me? @jerqi 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #136: [Improvement][Aqe] Avoid calling `getShuffleResult` multiple times

Posted by GitBox <gi...@apache.org>.
jerqi commented on issue #136:
URL: https://github.com/apache/incubator-uniffle/issues/136#issuecomment-1228009295

   Thanks, you're welcome.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi closed issue #136: [Improvement][Aqe] Avoid calling `getShuffleResult` multiple times

Posted by GitBox <gi...@apache.org>.
jerqi closed issue #136: [Improvement][Aqe] Avoid calling `getShuffleResult` multiple times
URL: https://github.com/apache/incubator-uniffle/issues/136


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org