You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing segments run into ERROR state due to a race condition between Segment Refresh message and Offline to Online transition. This ultimately leads to Inconsistent data read. Index data file xyz/columns.psf is possibly corrupted.
I haven't taken a deeper look into this, but I can share that the following events happened around the same time (in no particular order):
There was a node replacement.
There was a segment compaction job that processed this segment around the same time.
{"@timestamp":"2025-01-18T06:33:47.092+00:00","message":"Creating new inverted index for segment: some_table__13__2492__20250114T2318Z, column: lorem_ipsum","logger_name":"org.apache.pinot.segment.local.segment.index.loader.invertedindex.InvertedIndexHandler","thread_name":"HelixTaskExecutor-message_handle_thread_33","level":"INFO"}
{"@timestamp":"2025-01-18T06:33:47.098+00:00","message":"Need to create new inverted index for segment: some_table__13__2492__20250114T2318Z, column: foobar","logger_name":"org.apache.pinot.segment.local.segment.index.loader.invertedindex.InvertedIndexHandler","thread_name":"HelixTaskExecutor-message_handle_thread_43","level":"INFO"}
Update 19-Jan: Issue is not limited to compaction. Also saw this happen for one of the OFFLINE tables.
The text was updated successfully, but these errors were encountered:
We are seeing segments run into ERROR state due to a race condition between Segment Refresh message and Offline to Online transition. This ultimately leads to
Inconsistent data read. Index data file xyz/columns.psf is possibly corrupted
.I haven't taken a deeper look into this, but I can share that the following events happened around the same time (in no particular order):
Update 19-Jan: Issue is not limited to compaction. Also saw this happen for one of the OFFLINE tables.
The text was updated successfully, but these errors were encountered: