| commit | 9cfbbf531723529964bfc0dad9a7d26ae8b74fe9 | [log] [tgz] |
|---|---|---|
| author | Istvan Toth <stoty@apache.org> | Fri Nov 21 11:21:46 2025 +0100 |
| committer | GitHub <noreply@github.com> | Fri Nov 21 10:21:46 2025 +0000 |
| tree | 0f1ddbce438cec07c7872c8583431bd2b3a9cda0 | |
| parent | 6efed68d5f84e22b05edfbb98fd0dc40075cc044 [diff] |
HADOOP-19670. [JDK22] Replace Thread with SubjectPreservingThread (#8062) Replace uses of java.lang.Thread with org.apache.hadoop.util.concurrent.SubjectPreservingThread to restore pre JDK22 Subject behaviour in Threads This is needed to propagate UGI information down threads, so MUST be done in all new code too. Contributed by Istvan Toth