I am getting this error in the UpdateForumThreadViewCountsJob scheduler which have strange effect on viewCount variable on posts. Some posts have views more than 30K which is impossible and some are still stuck at 0. Could any one highlight wahts happening.  Here is the message in the exception report.

Error occurred while running background job Telligent.Evolution.Discussions.Components.UpdateForumThreadViewCountsJob, Telligent.Evolution.Discussions running on 435425-TELLIGEN System.Data.SqlClient.SqlException (0x80131904): Violation of PRIMARY KEY constraint 'PK_te_Forum_ThreadDailyStats'. Cannot insert duplicate key in object 'dbo.te_Forum_ThreadDailyStats'. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Telligent.Evolution.Data.ContentViewSqlDataProvider.CalculateDailyViews(Guid contentViewTypeId, Nullable`1 lastProcessedDate) at Telligent.Evolution.Discussions.Components.UpdateForumThreadViewCountsJob.Execute(JobExecutionContext context) at Quartz.Core.JobRunShell.Run()