Hongbing Wang
Hongbing Wang
@tomscut Hi, does this WARN log be printed when only writing EC files ? This WARN logs also appeared in our cluster without writting any files, but not as many...
@adoroszlai @xichen01 Could you help review if you have time ? Thanks !
@adoroszlai Thanks for review. > The result of using an empty prefix is the same as using a fixed non-empty prefix (e.g. `-p test`). The prefix is always non-empty due...
> but it will not fix problem 1 (reader cannot find data). @adoroszlai It can fix problem 1 if empty prefix allowed when writing (before read op), as following script:...
> Users are still likely to run into the problem by not being aware of the need for the initial write-only workload. There doesn't seem to be a good way...
Thanks @xichen01 for review, thanks @adoroszlai for review and merge !
Hi, @tomscut , we also face slow nodes caused by io, but in most cases it is slow to read data because the frequency of reading in the cluster far...
@2005hithlj Hi, do you have plans to continue pushing this PR forward ?
Hi, I would like to inquire about a question. I did a simple test by running `hadoop fs -ls ofs://follower/xxx` and found that it can be accessed via the follower....
> > ... I did a simple test by running ... > > @whbing, do you mean that you had applied this change and then ran the test? > >...