viirya edited a comment on pull request #31183:
URL: https://github.com/apache/spark/pull/31183#issuecomment-760447725


   > I'm fine with this change, but do you know what is the root cause of 
flakiness?
   
   Current test logic is tightly bound to the in-memory map behavior of 
`HDFSBackedStateStore`. For example, `put` can immediately show up in the 
`numKeys` metric.
   
   But for a StateStore implementation relying on external storage, e.g. 
RocksDB, the metric might be updated once the data is actually committed.
   
   (updated to the description too)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to