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

   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`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to