Details
Description
The time we spend looking up a user's short name with User#getShortName in hot security code paths is mostly spent in Class#getMethod, ~70%. This is only ~1% of overall CPU time but is the bulk of time spent in AccessController#prePut, for example.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-7910 Dont use reflection for security
- Closed