Package com.linkedin.venice
Class LogMessages
- java.lang.Object
-
- com.linkedin.venice.LogMessages
-
public class LogMessages extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KILLED_JOB_MESSAGE
Replica with ERROR status with the following message implies the job was killed instead of actual ingestion error This is used in server-controller communication to detect killed failed pushes.
-
Constructor Summary
Constructors Constructor Description LogMessages()
-
-
-
Field Detail
-
KILLED_JOB_MESSAGE
public static final java.lang.String KILLED_JOB_MESSAGE
Replica with ERROR status with the following message implies the job was killed instead of actual ingestion error This is used in server-controller communication to detect killed failed pushes. and should not be modified- See Also:
- Constant Field Values
-
-