I have a common workflow to update AGOL content from local file geodatabase by overwriting the feature layer.
Recently im noticing that the row counts between the local fgdbs and the AGOL feature services are different, and there's no clear reason for it. In one case i could run a repair geometry on the layer which fixed it, and in others that has no affect and theres no clear reason when looking at the schema or the data content. It happens over multiple fgdbs aswell.
i have already spent multiple hours analysing multiple datasets but i wonder is there any known issues that would be affecting the overwrite feature layer function?
I mostly carry out these updates through the arc gis api for python, which returns that a successful overwrite has occurred.