Hello,
we are having the following issue with branch versioning:
After adds, updates and deletes are made, we reconcile and post to the default version. In some cases, the edits made to one or multiple that were edited do not appear in the default version. They also disappear from the version changes, so when we click on Version Changes in ArcGIS Pro, there are no changes listed. One way to make the changes appear again in the Version Changes is to edit the attribute of one of the features in the affected layer. Posting again after doing that, it mostly works and the changes appear in the default version.
I looked into our postgresql database and checked what happened when this issue appeared. I saw that in the table sde_branch_tables_modified, all rows with the branch_id of the affected version disappear after posting (which I think is the expected behaviour), but the edited features in the table keep the gdb_branch_id of the version instead of switching to 0 (default version). It's hard to properly analyze the problem though, as it does not happen constantly or in any recognizable pattern. I also can't find any relevant entries in the logfiles.
Any advice or similar experiences?
Best regards