7hong commented on issue #3252:
URL: https://github.com/apache/amoro/issues/3252#issuecomment-2409904462

   In my code, I temporarily added a random number to reduce the probability of 
occurrence, maybe this is not the best way.
   
   ```java
   this.processId = Math.max(tableRuntime.getNewestProcessId() + 1, planTime) + 
random.nextInt()%1000;
   ```


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