Shadow Folder Latency
Moderator: SourceGear
Shadow Folder Latency
I've noticed some (albeit minor) latency with shadow folder propagation.
I was wondering if there are any statistics available and/or if there is any way to optimize the propagation of changes to the shadow folder?
TIA,
Jon
I was wondering if there are any statistics available and/or if there is any way to optimize the propagation of changes to the shadow folder?
TIA,
Jon
Shadow Folder Latency
We are using the [3.1.8] Vault Command Line Client for most source control operations. We also have a shadow folder setup for the repository.
I had a thought that I could 'speed up' the shadow folder update time by doing a 'Get Latest Version' operation to the shadow folder immediately after a file is checked in.
Are there any issues I should consider in doing this? Would this cause any problems?
TIA
I had a thought that I could 'speed up' the shadow folder update time by doing a 'Get Latest Version' operation to the shadow folder immediately after a file is checked in.
Are there any issues I should consider in doing this? Would this cause any problems?
TIA
Using both the Shadow Folder Service and the CLC to update files in the same folder can cause problems. I'd suggest using one or the other, but not both.
The Shadow Folder Service is like a Vault Client in that it creates a cache file and keeps track of baselines. To update files, it only retrieves the "delta," not the entire file.
If you update the contents of the Shadow Folder with a "get" using the Command Line Client, the Shadow Folder Cache will be out of sync and files might not get updated properly.
The Shadow Folder Service is like a Vault Client in that it creates a cache file and keeps track of baselines. To update files, it only retrieves the "delta," not the entire file.
If you update the contents of the Shadow Folder with a "get" using the Command Line Client, the Shadow Folder Cache will be out of sync and files might not get updated properly.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Shadow Folder Latency
Vault 3.1.8 on Server 2003 Standard and clients on XP Pro
SQL Server 2005 on Server 2003 Standard
Vault DB and web services on same machine (I know) with Shadow Folder on different machine (Server 2003 Standard)
We've been experiencing Shadow Folder latency of 5-10 minutes. Any idea why this might be happening?
TIA
SQL Server 2005 on Server 2003 Standard
Vault DB and web services on same machine (I know) with Shadow Folder on different machine (Server 2003 Standard)
We've been experiencing Shadow Folder latency of 5-10 minutes. Any idea why this might be happening?
TIA
Shadow Folder Latency
I think I may have solved this.
The max memory usage on the SQL Server instance was set to 60% of max allowed. I bumped it back up to max allowed and the propagation time for the Shadow Folder went back to normal.
The max memory usage on the SQL Server instance was set to 60% of max allowed. I bumped it back up to max allowed and the propagation time for the Shadow Folder went back to normal.
Thanks for the update. I was going to have you enable logging, etc., but that mostly would have shown us the slowdown, not what caused it.
Shadow folders may take a minute or two to update, but 5 - 10 minutes usually means a network or SQL Server issue is slowing things down.
Shadow folders may take a minute or two to update, but 5 - 10 minutes usually means a network or SQL Server issue is slowing things down.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager