-
Bug
-
Resolution: Done
-
Major
-
13.0.10.Final
-
None
If a server side task is executed (ADMIN mode added due to ISPN-14143) the task will fail with missing BULK_READ permission if the ExecutionMode==ONE_NODE and the call method try to invoke context.getCache().size().
It is unclear from the documentation whether the size() operation needs permission or not. But in any case it is a bug if the execution mode ALL or ONE behave different!
If the permission is expected the documentation needs to reflect that
- is related to
-
ISPN-14143 Task execution needs ADMIN permission additional to EXEC
- Resolved
- relates to
-
ISPN-14145 [doc] the .size() operation for a cache require BULK_READ permissions which is missed in the documentation
- New