[WIP]merge develop into master#286
Open
nocvalight wants to merge 5 commits intomasterfrom
Open
Conversation
* refactor interceptor * fix cr * skip SessionRegistry#process when interceptor execute fail --------- Co-authored-by: linxin <mark.lx@antgroup.com>
* refactor interceptor * fix cr * refactor session.acceptor module: 1. remove WriteDataProcessor: avoid creating unnecessary objects 2. standardize the use of generic types to avoid code warnings * refactor session.acceptor module: 1. remove WriteDataProcessor: avoid creating unnecessary objects 2. standardize the use of generic types to avoid code warnings * skip SessionRegistry#process when interceptor execute fail * fix code --------- Co-authored-by: linxin <mark.lx@antgroup.com> Co-authored-by: bjxiaojian <hitxiaojian@163.com>
* refactor interceptor * fix cr * refactor session.acceptor module: 1. remove WriteDataProcessor: avoid creating unnecessary objects 2. standardize the use of generic types to avoid code warnings * refactor session.acceptor module: 1. remove WriteDataProcessor: avoid creating unnecessary objects 2. standardize the use of generic types to avoid code warnings * skip SessionRegistry#process when interceptor execute fail * Add BufferdDataWritingEngine and simplify DataNodeServiceImpl * remove Req * fix code * fix cr --------- Co-authored-by: linxin <mark.lx@antgroup.com> Co-authored-by: bjxiaojian <hitxiaojian@163.com>
* refactor interceptor * fix cr * refactor session.acceptor module: 1. remove WriteDataProcessor: avoid creating unnecessary objects 2. standardize the use of generic types to avoid code warnings * refactor session.acceptor module: 1. remove WriteDataProcessor: avoid creating unnecessary objects 2. standardize the use of generic types to avoid code warnings * skip SessionRegistry#process when interceptor execute fail * Add BufferdDataWritingEngine and simplify DataNodeServiceImpl * remove Req * fix code * fix cr * SessionRegistryStrategy->ClientRegistrationHook * remove SyncConfigHandlerStrategy * move Hook to registry package * fix testcase * fix testcase * spring bean ClientRegistrationHook --------- Co-authored-by: linxin <mark.lx@antgroup.com> Co-authored-by: bjxiaojian <hitxiaojian@163.com>
* refactor interceptor * fix cr * refactor session.acceptor module: 1. remove WriteDataProcessor: avoid creating unnecessary objects 2. standardize the use of generic types to avoid code warnings * refactor session.acceptor module: 1. remove WriteDataProcessor: avoid creating unnecessary objects 2. standardize the use of generic types to avoid code warnings * skip SessionRegistry#process when interceptor execute fail * Add BufferdDataWritingEngine and simplify DataNodeServiceImpl * remove Req * fix code * fix cr * SessionRegistryStrategy->ClientRegistrationHook * remove SyncConfigHandlerStrategy * move Hook to registry package * fix testcase * fix testcase * refactor session store module * spring bean ClientRegistrationHook * fix cr --------- Co-authored-by: linxin <mark.lx@antgroup.com> Co-authored-by: bjxiaojian <hitxiaojian@163.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation:
Explain the context, and why you're making that change.
To make others understand what is the problem you're trying to solve.
Modification:
Describe the idea and modifications you've done.
Result:
Fixes #.
If there is no issue then describe the changes introduced by this PR.