Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7.3, 1.8.1
-
None
Description
The code that handles a start scan RPC call checks authentication twice. Each call to authenticate takes a bit of time. It would be nice if it only did it once.
At TabletServer line 479 a call to canScan is made which calls authenticate. Then at TabletServer line 482 a call to check authorizations is made which also authenticates.
Attachments
Issue Links
- links to