dockerzhang / incubator-inlong

Apache InLong - a one-stop data streaming platform
https://inlong.apache.org/
Apache License 2.0
0 stars 0 forks source link

[INLONG-157] Optimize Broker disk anomaly check #157

Closed dockerzhang closed 3 years ago

dockerzhang commented 3 years ago

When the disk is abnormally read, if the write is still allowed, the written data will not be read out, resulting in more data loss. The current inspection needs to be adjusted, as long as the read is abnormal, the broker should not be able to read and write.

JIRA link - [INLONG-157] created by gosonzhang