Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/283#discussion_r152650744 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/PhoenixAccessController.java --- @@ -229,17 +227,12 @@ public void handleRequireAccessOnDependentTable(String request, String userName, + dependentTable); return; } - if (isAutomaticGrantEnabled) { --- End diff -- I don't get the idea of the strict mode option. If this is on, then the grants for secondary indexes would not be done, essentially breaking things. We already have enough config options, so I'd be in favor of removing this one.
---