Geodatabase Synchronization Hangs

1439
0
06-06-2016 10:05 AM
ChristopherMilack1
New Contributor III

I'm running into a seemingly random issue with ArcGIS Server 10.3 where the synchronization process hangs without error.  I have an iOS client (using the Esri SDK) and I'm using per-layer synchronization.

The majority of the time, synchronization succeeds but occasionally, it gets into a state where it never finishes.  I've kicked up server logging to DEBUG level and what I'm seeing is that at seemingly random times, the log messages for the sync process just stop. This often occurs when you wait a few days between syncs but we've also seen it happen immediately after generating and downloading a new replica. We've seen it occur at various times during layer processing for a number of different data sets. Once it happens, the replica will never sync and we have to wipe it out and generate a new one.

For example, I started a sync today and this was the last message in the log for the process:

Copying row with GlobalId: {F250C221-8896-4669-B60B-B58CBA4F0EB0} for dataset: T_58_Inserts. Dataset: T_58_Inserts. Replica: SDO.Ags_Fs_1464975077233.

At other times, it will hang and the last message will be mention acquiring an archive cursor like so:

Acquiring Archive Difference Cursor for dataset:...

I watched the server process in windows task manager and at the point when synchronization hangs, the process hits 6% CPU usage and stays there indefinitely. I've run SQL Server Profiler and don't see any obvious errors or hung queries.

My first thought is that the sync process has gotten into an infinite loop somehow - just a guess based on the CPU spike and the fact that there aren't clear database issues. 

Has anyone run into this? Any known issues?

Thanks!

0 Kudos
0 Replies