Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16856
Change subject: IMPALA-10375: Lock down which filesystems use the file handle cache ...................................................................... IMPALA-10375: Lock down which filesystems use the file handle cache The logic for determining whether to use the file handle cache currently use the file handle cache for anything that is expected to be local. This adds defensive code to limit the file handle cache to filesystems that are known to support it (currently HDFS, S3A, ABFS). This prevents any weird behavior for untested configurations (Alluxio, Ozone) that might be considered local. Testing: - Ran core job Change-Id: I136c3da9d19590cdbe8623d22480b8dd07192ce3 --- M be/src/runtime/io/disk-io-mgr-internal.h M be/src/runtime/io/scan-range.cc 2 files changed, 15 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/56/16856/1 -- To view, visit http://gerrit.cloudera.org:8080/16856 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I136c3da9d19590cdbe8623d22480b8dd07192ce3 Gerrit-Change-Number: 16856 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
