We have two tables with replication factor 3. We write in batches to both tables, the same data. We write with LOCAL_QUORUM.
When we read with LOCAL_ONE we get different results for data written months ago. If we read with LOCAL_QUORUM it's fine.
From what I understand eventually consistent means that the data wrote in the last seconds might not be consistent .. but not the data older than months.