Nicolò Boschi
Nicolò Boschi
BUG REPORT After 0.16.0 upgrade, there is spammy log inside majordodo.replication.ReplicatedCommitLog log file Example: ` 19-09-04-11-05-20 INFO followTheLeader skipPast:3265272,521345 toRead: [3265272] actualList:[3256494, 3257448, 3257956, 3259068, 3260656, 3261612, 3262568, 3263546, 3264060,...
JIRA: https://dev.majordodo.org/jira/browse/MAJ-1 Reporter: eolivelli @eolivelli
JIRA: https://dev.majordodo.org/jira/browse/MAJ-3 Reporter: eolivelli @eolivelli Sometimes a task needs to wait for a long time while accessing other slow or remote resources, such asinchronous batch-style services. This feature is the...
JIRA: https://dev.majordodo.org/jira/browse/MAJ-4 Reporter: eolivelli @eolivelli Ths is the ability for the broker to request preemption on a task when tasks for high priority groups are submitted. The code of the...
JIRA: https://dev.majordodo.org/jira/browse/MAJ-21 Reporter: eolivelli @eolivelli Ths idea is to implement a client library which is somehow compatibile with JMS specs in order to let JMS "producers" to send JMS Message...
JIRA: https://dev.majordodo.org/jira/browse/MAJ-36 Reporter: eolivelli @eolivelli
JIRA: https://dev.majordodo.org/jira/browse/MAJ-39 Reporter: eolivelli @eolivelli
JIRA: https://dev.majordodo.org/jira/browse/MAJ-77 Reporter: eolivelli @eolivelli
JIRA: https://dev.majordodo.org/jira/browse/MAJ-97 Reporter: caio @caiok Signature of the StatusEdit initializer is: {code} public static final StatusEdit TASK_STATUS_CHANGE(long taskId, String workerId, int finalStatus, String result) {code} but in applyModifications workerId is...
JIRA: https://dev.majordodo.org/jira/browse/MAJ-101 Reporter: caio @caiok