hadoop/hadoop-common-project
Mehakmeet Singh 8e5620cd9e
HADOOP-17195. ABFS: OutOfMemory error while uploading huge files (#3446)
Addresses the problem of processes running out of memory when
there are many ABFS output streams queuing data to upload,
especially when the network upload bandwidth is less than the rate
data is generated.

ABFS Output streams now buffer their blocks of data to
"disk", "bytebuffer" or "array", as set in
"fs.azure.data.blocks.buffer"

When buffering via disk, the location for temporary storage
is set in "fs.azure.buffer.dir"

For safe scaling: use "disk" (default); for performance, when
confident that upload bandwidth will never be a bottleneck,
experiment with the memory options.

The number of blocks a single stream can have queued for uploading
is set in "fs.azure.block.upload.active.blocks".
The default value is 20.

Contributed by Mehakmeet Singh.
2021-09-22 11:19:16 +01:00
..
hadoop-annotations Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-auth YARN-10814. Fallback to RandomSecretProvider if the secret file is empty. Contributed by Tamas Domok 2021-08-24 14:16:15 +02:00
hadoop-auth-examples Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-common HADOOP-17195. ABFS: OutOfMemory error while uploading huge files (#3446) 2021-09-22 11:19:16 +01:00
hadoop-kms HADOOP-17794. Add a sample configuration to use ZKDelegationTokenSecretManager in Hadoop KMS (#3190) 2021-07-09 22:50:18 +09:00
hadoop-minikdc Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-nfs HADOOP-17858. Avoid possible class loading deadlock with VerifierNone initialization (#3321) 2021-08-24 22:44:11 +09:00
hadoop-registry Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
pom.xml Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00