Skip to content

Commit

Permalink
[ISSUE apache#6633] [RIP-65] Remove guarded by lock annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhimins committed May 21, 2023
1 parent d686565 commit 199bf13
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ private void sendBackBuffer(TieredFileSegmentInputStream inputStream) {
}
}

@GuardedBy("bufferLock")
@SuppressWarnings("NonAtomicOperationOnVolatileField")
public AppendResult append(ByteBuffer byteBuf, long timeStamp) {
if (closed) {
Expand Down

0 comments on commit 199bf13

Please sign in to comment.