Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport HADOOP-18546: ABFS: Disable purging list of in progress reads in abfs stream closed in 3.3.4 #5531

Closed
wants to merge 6 commits into from
Prev Previous commit
Next Next commit
Fixed Build Error
  • Loading branch information
Anuj Modi committed Apr 4, 2023
commit c7e19bc54acd38b59487a207cbcece9a34f2623d
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import org.apache.hadoop.fs.azurebfs.contracts.services.ReadBufferStatus;
import org.apache.hadoop.fs.azurebfs.utils.TestCachedSASToken;
import org.apache.hadoop.fs.azurebfs.utils.TracingContext;
import org.mockito.Mockito;

import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.doReturn;
Expand Down