[GitHub] [hadoop] mehakmeet commented on pull request #2264: HADOOP-17229. No updation of bytes received counter value after response failure occurs in ABFS

2020-09-03 Thread GitBox
mehakmeet commented on pull request #2264: URL: https://github.com/apache/hadoop/pull/2264#issuecomment-686656727 It'd be from 200 to 206, so 7 in total. While testing I saw 206 was the code when there were some bytes returned. Not so sure about the other 2XX codes, but 200 and 202 were gi

[GitHub] [hadoop] mehakmeet commented on pull request #2264: HADOOP-17229. No updation of bytes received counter value after response failure occurs in ABFS

2020-09-02 Thread GitBox
mehakmeet commented on pull request #2264: URL: https://github.com/apache/hadoop/pull/2264#issuecomment-685703493 I was testing after the single-line comment, turns out the read() method is returning the bytes with HTTP-206(Partial Content) status code. So, should I check for only 206 for