ERROR GenericADOException thrown from IContentHandler by Orchard.Indexing.Handlers.CreateIndexingTaskHandler
NHibernate.Exceptions.GenericADOException: could not execute query
[ select indexingta0_.Id as Id5888_, indexingta0_.Action as Action5888_, indexingta0_.CreatedUtc as CreatedUtc5888_, indexingta0_.ContentItemRecord_id as ContentI4_5888_ from Orchard_Indexing_IndexingTaskRecord indexingta0_ where indexingta0_.ContentItemRecord_id=@p0 ]
Name:p1 - Value:Orchard.ContentManagement.Records.ContentItemRecord
[SQL: select indexingta0_.Id as Id5888_, indexingta0_.Action as Action5888_, indexingta0_.CreatedUtc as CreatedUtc5888_, indexingta0_.ContentItemRecord_id as ContentI4_5888_ from Orchard_Indexing_IndexingTaskRecord indexingta0_ where indexingta0_.ContentItemRecord_id=@p0] ---> System.Data.SqlClient.SqlException: La transazione (ID di processo 170) è stata interrotta a causa di un deadlock delle risorse blocco con un altro processo. Ripetere la transazione.
This error looks similar to what we worked on for concurrency: