[Java]Add actor id when throw RayActorException (#10886)

This commit is contained in:
fangfengbin
2020-09-20 16:51:14 +08:00
committed by GitHub
parent 3f90ec5963
commit 1d06e025ae
5 changed files with 31 additions and 2 deletions
@@ -9,7 +9,7 @@ import java.util.Arrays;
*/
public class TaskId extends BaseId implements Serializable {
private static final int UNIQUE_BYTES_LENGTH = 8;
public static final int UNIQUE_BYTES_LENGTH = 8;
public static final int LENGTH = ActorId.LENGTH + UNIQUE_BYTES_LENGTH;