Namwoo Kim
Namwoo Kim
Hi @colinmarc, It's good to hear that you've been considering adding `context` support! I also made `context` support by wrapping the library function in our project like below. ```golang func...
Yes, That's a good idea. So when do you plan to add this feature?
Yeah, that's true. The reason why I specified `read/write` timeout especially for the `datanode` is to handle failure from the namenode, not lazily loaded `Read` or the action afterward. To...
My problem wasn't from the `FileReader` since we can set deadline when reading the data later. In my case, our `namenode` failures when executing `info, err := c.getFileInfo(name)` from `Open`...
@qiuxuxu1 To me, It seems no problem while consuming the data (looks like this request will be retried).