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/26 03:25:11 UTC

[GitHub] [incubator-uniffle] jerqi commented on issue #134: [Improvement] Support more tasks of the application

jerqi commented on issue #134:
URL: https://github.com/apache/incubator-uniffle/issues/134#issuecomment-1228009519

   > It looks like taskAttemptId has been modified from 2^20 to 2^21, but the comment for org.apache.uniffle.client.util.ClientUtils has not been modified. org.apache.uniffle.common.util.Constants `public static final int TASK_ATTEMPT_ID_MAX_LENGTH = 21;` `public static final int ATOMIC_INT_MAX_LENGTH = 18;` org.apache.uniffle.client.util.ClientUtils `// AtomicInteger is first 19 bit, max value is 2^19 - 1` `// taskAttemptId is rest of 20 bit, max value is 2^20 - 1`
   
   You're right.


-- 
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