Due to disk space crunch secondary database had gone into not synchronizing mode and it remained into that state even I reclaimed the space. Tried below command and it worked.
DBCC traceon(3605,-1)
ALTER DATABASE yourDB SET HADR RESUME
Drive Into Data
Due to disk space crunch secondary database had gone into not synchronizing mode and it remained into that state even I reclaimed the space. Tried below command and it worked.
DBCC traceon(3605,-1)
ALTER DATABASE yourDB SET HADR RESUME