forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-7497: Check CQs prior to change authorizer (apache#4385)
The QueryConfigurationService now requires an extra flag to determine, in the presence of continuous queries, whether to update the configured MethodInvocationAuthorizer and invalidate the CQ's internal cache or throw an exception and abort the update. - Fixed minor warnings. - Added unit and distributed tests. - Updated docs for alter query-service command. - Added 'forceUpdate' flag to 'AlterQueryServiceFunction' and 'AlterQueryServiceCommand'. - Fixed 'AlterQueryServiceCommand' to always require the 'method-authorizer' parameter.
- Loading branch information
Showing
16 changed files
with
728 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.