mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 16:13:54 +08:00
[Java]Add actor id when throw RayActorException (#10886)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user