Replies: 2 comments
-
IndexFile和ConsumeQueue刷盘时都会将 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我看indexFile会拒绝超过IndexHeader记录的physicalOffset的写入,会不会有indexFile的indexHeader刷到磁盘,但是slot数据没有刷到磁盘,这个时候利用commitLog重建会不会重建有丢失呢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
commitLog用crc来验证了数据的完整,并且在重启恢复时抛弃了不完整的数据,但是indexFile和consumeQueue的数据没有看到有数据完整性验证,那么是怎么保证数据不出错的呢
Beta Was this translation helpful? Give feedback.
All reactions