zzz0706 opened a new pull request, #7907:
URL: https://github.com/apache/hadoop/pull/7907

   ### Description of PR
   
   Docs-only change to **TransparentEncryption.md** clarifying the hidden 
constraints for
   `hadoop.security.crypto.buffer.size`:
   
   - **Minimum value is 512 bytes** (values <512 throw 
`IllegalArgumentException` at stream construction).
   - **Block alignment:** the effective value is **floored** to the nearest 
multiple of the cipher algorithm
     **block size** (e.g., 16 for AES/CTR/NoPadding). Examples: `4100 -> 4096`, 
`8195 -> 8192`.
   
   This is a minimal wording update (single-sentence addition) to avoid 
operator surprise, with no behavior change.
   
   **Target branch:** `trunk` (per contributor guide)
   
   **JIRA:** HADOOP-19667
   
   **Files changed:**
   - 
`hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/TransparentEncryption.md`
   
   ### How was this patch tested?
   
   - Docs-only; built site/module locally to validate formatting:
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to