Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]merge develop into master #286

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

[WIP]merge develop into master #286

wants to merge 5 commits into from

Commits on Feb 18, 2023

  1. refactor interceptor (#280)

    * refactor interceptor
    
    * fix cr
    
    * skip SessionRegistry#process when interceptor execute fail
    
    ---------
    
    Co-authored-by: linxin <[email protected]>
    dbl-x and linxin authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b4c867f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Remove WriteDataAcceptorImpl (#282)

    * 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 <[email protected]>
    Co-authored-by: bjxiaojian <[email protected]>
    3 people authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    215b87c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Refactor data node service (#285)

    * 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 <[email protected]>
    Co-authored-by: bjxiaojian <[email protected]>
    3 people authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1a8dbab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. SessionRegistryStrategy->ClientRegistrationHook (#302)

    * 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 <[email protected]>
    Co-authored-by: bjxiaojian <[email protected]>
    3 people authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c8abf86 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. refactor sesion data store module (#314)

    * 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 <[email protected]>
    Co-authored-by: bjxiaojian <[email protected]>
    3 people authored May 25, 2023
    Configuration menu
    Copy the full SHA
    ffea162 View commit details
    Browse the repository at this point in the history