Hi Sébastien, I replied to your same question on the hadoop-user@ thread. Let's keep the discussion there unless we discover there is some kind of HDFS bug to discuss. Thank you!
Chris Nauroth On Mon, Jan 27, 2025 at 6:31 AM Sébastien Rebecchi <srebec...@kameleoon.com.invalid> wrote: > Hello, > > I got this issue using hadoop client with both hadoop 2.9.1 and 3.4.1 > (client 2.9.1 to write to HDFS 2.9.1 etc). > For SequenceFile.Writer class, after doing hflush(), data is not visible to > new readers, it is visible only after doing close(). > The doc asserts that data must be visible to new readers > > https://hadoop.apache.org/docs/r3.4.1/hadoop-project-dist/hadoop-common/filesystem/outputstream.html > > What should we do for this? > > Thanks, > Sébastien. >