Symptoms
When you use the AlwaysOn Availability Group feature in Microsoft SQL Server 2012 or in Microsoft SQL Server 2014, the Log_Send_Rate column in the sys.dm_hadr_database_replica_states view does not work correctly. It cannot reflect the rate that log records are sent to the secondary databases at a given point in time, in kilobytes (KB) per second. Instead, it reflects a high water mark. This makes the Log_Send_Rate column fairly useless when it is paired with the Log_send_queue_size column in the same view to determine the drain rate.
Additionally, when Receive Segment Coalescing (RSC) network optimization is disabled, the behavior of this column changes, and the values are updated more frequently.Resolution
The issue was first fixed in the following cumulative update of SQL Server.
Cumulative Update 5 for SQL Server 2014 /en-us/help/3011055
Cumulative Update 3 for SQL Server 2012 SP2 /en-us/help/3002049
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.