mirror of
https://github.com/vale981/ray
synced 2025-03-11 21:56:39 -04:00
![]() ## What do these changes do? Because the logic of generating `TaskID` in java is different from python's, there are many tests fail when we change the `Ray Core` code. In this change, I rewrote the logic of generating `TaskID` in java which is the same as the python's. In java, we call the native method `_generateTaskId()` to generate a `TaskID` which is also used in python. We change `computePutId()`'s logic too. ## Related issue number [#2608](https://github.com/ray-project/ray/issues/2608) |
||
---|---|---|
.. | ||
src/main/java/org/ray/api | ||
pom.xml |