-
Bug
-
Resolution: Fixed
-
Critical
The Draft Published event is marked with the RepositoryModifiedEvent interface therefore Gerrit Trigger will attempt to wait for a replication event from Gerrit.
It will never come so the job will eventually timeout.
The Change Merged event is NOT marked with the RepositoryModifiedEvent interface therefore Gerrit Trigger will not attempt to wait for a replication event from Gerrit while it should.
[JENKINS-25047] Draft Published and ChangeMerged events not handled correctly when using replication to slaves
Description |
Original:
The Draft Published event is marked with the RepositoryModifiedEvent interface therefore Gerrit Trigger will attempt to wait for a replication event from Gerrit. It will never come so the job will eventually timeout. |
New:
The Draft Published event is marked with the RepositoryModifiedEvent interface therefore Gerrit Trigger will attempt to wait for a replication event from Gerrit. It will never come so the job will eventually timeout. The Change Merged event is NOT marked with the RepositoryModifiedEvent interface therefore Gerrit Trigger will not attempt to wait for a replication event from Gerrit while it should. |
Summary | Original: Draft Published event not handled correctly when using replication to slaves | New: Draft Published and ChangeMerged events not handled correctly when using replication to slaves |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 158947 ] | New: JNJira + In-Review [ 195940 ] |