I recently encountered the "change not processed by merge strategy" on 3.7 after upgrading from 2.14. We use an application that uses REST API to "submit" changes. I suspect it is an issue with the "Inherit" permission logic for Submit Type and/or Allow content merges. I was able to work around the issue by setting Submit type and Allow content merges settings in the project instead of the keeping the Inherit (Rebase if necessary) and Inherit(true) values. I will be trying more experiments as I migrate three other gerrit servers from 2.14 to 3.7. I plan to try to set the settings in the parent at various levels deep. Our currently permission inheritance hierarchy has many parents 4+ until reaching All-Projects.
One other thing I noticed was that if the delivery was rebased, the "change not processed by merge strategy" did not occur. Leading me to think that somehow it was defaulting to "Fast forward only" which is why I suspected an error in the inheritance logic where it was picking up a hard coded default value.
I'll post more details about experiments and results as I collect them.
I recently encountered the "change not processed by merge strategy" on 3.7 after upgrading from 2.14. We use an application that uses REST API to "submit" changes. I suspect it is an issue with the "Inherit" permission logic for Submit Type and/or Allow content merges. I was able to work around the issue by setting Submit type and Allow content merges settings in the project instead of the keeping the Inherit (Rebase if necessary) and Inherit(true) values. I will be trying more experiments as I migrate three other gerrit servers from 2.14 to 3.7. I plan to try to set the settings in the parent at various levels deep. Our currently permission inheritance hierarchy has many parents 4+ until reaching All-Projects.
One other thing I noticed was that if the delivery was rebased, the "change not processed by merge strategy" did not occur. Leading me to think that somehow it was defaulting to "Fast forward only" which is why I suspected an error in the inheritance logic where it was picking up a hard coded default value.
I'll post more details about experiments and results as I collect them.
On Tuesday, July 25, 2023 at 3:10:37 PM UTC-4 Лёша М wrote:Any chance for any progress on this? This is the top annoyance for us right now.On Saturday, July 8, 2023 at 6:02:06 PM UTC-7 Лёша М wrote:This is great to hear, thanks! Is there a way to get a binary with this fix applied? This bug is really too annoying.