운영/고가용성

MS SQL AlwaysOn Or Mirroring 환경에서 misaligned log IOs which required falling back to synchronous IO

heedol 2019. 7. 4. 15:37
728x90
반응형

There have been 8960 misaligned log IOs which required falling back to synchronous IO. The current IO is on file D:\LOG\NEOE_LOG.ldf.

 

 

MS SQL AlwaysOn 이나 Mirroring 구성에서 Secondary 노드에서 위에서와 같은 오류가 발생한다면, Disk 정보를 확인해 보아야 합니다.

fsutil fsinfo ntfsinfo 드라이브명:\

서버에서 Disk 설정을 변경하고 AlwaysOn이나 Mirroring을 다시 구성하면 됩니다.

다시 구성이 안될 경우, Bytes Per Physical Sector가 512 인 서버에 해당 Trace를 켜고 리스타틀를 합니다.

dbcc traceon (1800, -1)

https://www.mssqltips.com/sqlservertip/5942/sql-server-misaligned-log-ios-which-required-falling-back-to-synchronous-io/

 

SQL Server misaligned log IOs which required falling back to synchronous IO

In this tip we look at the error message there have been X misaligned log IOs which required falling back to synchronous IO the current IO is on file xxx and how to resolve this issue.

www.mssqltips.com

추적 플래서 1800 에 대한 내용

https://docs.microsoft.com/ko-kr/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql?view=sql-server-2017

 

추적 플래그(Transact-SQL) - SQL Server

DBCC TRACEON - 추적 플래그(Transact-SQL)DBCC TRACEON - Trace Flags (Transact-SQL) 이 문서의 내용 --> 적용 대상: SQL Server(2012부터) Azure SQL Database Azure SQL Data Warehouse 병렬 데이터 웨어하우스 APPLIES TO: SQL Server (starting with 2012) Azure SQL Database Azure SQL Data Wareh

docs.microsoft.com

https://support.microsoft.com/ko-kr/help/3009974/fix-slow-synchronization-when-disks-have-different-sector-sizes-for-pr

 

https://support.microsoft.com/ko-kr/help/3009974/fix-slow-synchronization-when-disks-have-different-sector-sizes-for-pr

쿠키가 사용되고 있지 않습니다. 쿠키를 사용하고 페이지를 새로 고치세요.

support.microsoft.com

 

728x90
반응형