CONTAP-348855: 特定のNetAppプラットフォームで、断続的な読み取りチェックサムエラーやコントローラの障害が発生する場合がある。
問題
まれな条件下で、プラットフォームA1K、A70、A90のNVMeネームスペースまたはNetApp FCPまたはiSCSI LUNでホストされているデータから特定のブロックの1回目の読み取り操作中に、ONTAPは誤ったユーザーデータを提供する可能性があります。
同じ不具合により、従来の圧縮が有効になっていたプラットフォームからONTAPベースの移行を使用して上記のプラットフォームにデータを移行した場合、コントローラの障害が発生することがあります。
署名例:
- WindowsがBSODでクラッシュし、ページインCRC違反を参照します。
Bug Check: 0x0000001a Parameter1: 0x3f
- Oracle alertlogは、次のようなシーケンスを報告します。
Corrupt block relative dba: 0x0000c4cd (file 42, block 50381) Reread (file 42, block 50381) found valid data Repaired corruption at (file 42, block 50381)
- mongo DBは以下のシーケンスを報告します:
{"t":\{"$date":"2025-07-03T13:32:31.752+07:00"},"s":"E", "c":"WT", "id":22435, "ctx":"ReplWriterWorker-54954","msg":"WiredTigerエラーメッセージ","attr":\{"error":0,"message":{"ts_sec":1751524351,"ts_usec":751549,"thread":"844:0x7f0038248700","session_dhandle_name":"file:index-288-4360026624752651856.wt","session_name":"WT_CURSOR.remove","category":"WT_VERB_DEFAULT","category_id":9,"verbose_level":"ERROR","verbose_level_id":-3,"msg":"__wt_block_read_off:220:index-288-4360026624752651856.wt: 潜在的なハードウェア破損、オフセット 163471360 の 8192B ブロックの読み取りチェックサムエラー: 計算されたブロックチェックサムが予想されるチェックサムと一致しません"}}}
MSSQLログで次のようなエラーが報告されます。
A read of the file 'D:\path\file.mdf' at offset 0x0000006d70a000 succeeded after failing 1 time(s) with error: torn page (expected signature: 0x00000000; actual signature: 0x00c03444). Additional messages in the SQL Server error log and operating system error log may provide more detail. This error condition threatens database integrity and must be corrected. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
またはA read of the file 'C:\path_to\data.mdf' at offset 0x00000001a22000 succeeded after failing 1 time(s) with error: incorrect checksum (expected: 0x02c078e3; actual: 0x4dab258e). Additional messages in the SQL Server error log and operating system error log may provide more detail. This error condition threatens database integrity and must be corrected. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
またはA read of the file 'D:\path_toe\system.mdf' at offset 0x0000006d70e000 succeeded after failing 1 time(s) with error: incorrect pageid (expected 1:224135; actual 27267:-1332691384). Additional messages in the SQL Server error log and operating system error log may provide more detail. This error condition threatens database integrity and must be corrected. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
同じ論理ブロックアドレスへの後続の読み取りは、エラーが報告されることなく成功する必要があります。
この問題は、9.15.1以降を実行している上記のプラットフォームのAFFおよびASAバリアントの両方に該当します。
9.16.1RC1以降を実行しているシステムは、この問題の影響を受けません。