-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NET-1778: scale test code changes (#3203)
* comment ACL call and add debug message * add cache for network nodes * fix load node to network cache issue * add peerUpdate call 1 min limit * add debug log for scale test * release maps * avoid default policy for node * 1 min limit for peerUpdate trigger * mq options * Revert "mq options" This reverts commit 10b93d0. * set peerUpdate run in sequence * update for emqx 5.8.2 * remove batch peer update * change the sleep to 10 millisec to avoid timeout * add compress and change encrypt for peerUpdate message * add mem profiling and automaxprocs * add failover ctx mutex * ignore request to failover peer * remove code without called * remove debug logs * update emqx to v5.8.2 * change broker keepalive * add OLD_ACL_SUPPORT setting * add host version check for message encrypt * remove debug message * remove peerUpdate call control --------- Co-authored-by: abhishek9686 <[email protected]>
- Loading branch information
1 parent
c56f1ca
commit 5f21c8b
Showing
21 changed files
with
273 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
authentication = [ | ||
{ | ||
backend = "built_in_database" | ||
mechanism = "password_based" | ||
password_hash_algorithm { | ||
name = "sha256", | ||
salt_position = "suffix" | ||
} | ||
user_id_type = "username" | ||
} | ||
] | ||
authorization { | ||
deny_action = ignore | ||
no_match = allow | ||
sources = [ | ||
{ | ||
type = built_in_database | ||
enable = true | ||
} | ||
] | ||
} |
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.