-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve huang and fix some memory issues (#8076)
* add compile broadcast join Signed-off-by: Wu Qinxuan <[email protected]> * add missing dup for batch Signed-off-by: Wu Qinxuan <[email protected]> * tmp saving for testing Signed-off-by: Wu Qinxuan <[email protected]> * fix done channel issue Signed-off-by: Wu Qinxuan <[email protected]> * adjust stats * tmp saving Signed-off-by: Wu Qinxuan <[email protected]> * fix uuid to channel mapping issue Signed-off-by: Wu Qinxuan <[email protected]> * fix a bug will cause errCh deadlock * fix mpool issue and channel register issue Signed-off-by: Wu Qinxuan <[email protected]> * fix channel regist issue Signed-off-by: Wu Qinxuan <[email protected]> * fix missing remove bug Signed-off-by: Wu Qinxuan <[email protected]> * fix checksum issue Signed-off-by: Wu Qinxuan <[email protected]> * remove remote addr check and some debug log Signed-off-by: Wu Qinxuan <[email protected]> * Update join_order.go * Update join_order.go * reduce memory * imporve memory * Fix some memory use bug * Fix confict * Fix sca * Fix a slip of the pen --------- Signed-off-by: Wu Qinxuan <[email protected]> Co-authored-by: Wu Qinxuan <[email protected]> Co-authored-by: badboynt1 <[email protected]> Co-authored-by: chenmingsong <[email protected]> Co-authored-by: maomao <[email protected]>
- Loading branch information
1 parent
621c631
commit 6d4bd17
Showing
21 changed files
with
444 additions
and
348 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
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.