Skip to content

Commit

Permalink
HPCC4J-640 DFSClient fix upmerge issue
Browse files Browse the repository at this point in the history
- Fixed incorrect upmerge issue

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Sep 11, 2024
1 parent d236b28 commit d4b11e8
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1272,14 +1272,6 @@ private void finishFetch()
}
}

if (readSpan != null)
{
Attributes attributes = Attributes.of( AttributeKey.longKey("server.index"), Long.valueOf(getFilePartCopy()),
AttributeKey.longKey("read.offset"), streamPos,
AttributeKey.longKey("read.size"), Long.valueOf(maxReadSizeKB*1000));
readSpan.addEvent("RowServiceInputStream.readRequest", attributes);
}

// Create the read ahead request
if (this.simulateFail) this.handle = -1;
String readAheadRequest = (this.forceTokenUse) ? this.makeTokenRequest() : this.makeHandleRequest();
Expand Down

0 comments on commit d4b11e8

Please sign in to comment.