ray/java/runtime-common
Wang Qing b4cba9a49f [java] Fix the logic of generating TaskID (#2747)
## 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)
2018-08-27 13:11:33 -07:00
..
src/main/java/org/ray [java] Fix the logic of generating TaskID (#2747) 2018-08-27 13:11:33 -07:00
pom.xml Clean the pom files (#2350) 2018-07-05 13:36:01 -07:00