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

Async optimization #3738

Merged
merged 41 commits into from
Apr 12, 2019
Merged

Async optimization #3738

merged 41 commits into from
Apr 12, 2019

Commits on Mar 1, 2019

  1. Result implement CF

    chickenlj committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    6d76d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Result implement CF

    chickenlj committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    f5c87b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Result implement CF

    chickenlj committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    588dc7a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Add AsyncRpcResult

    chickenlj committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    765f96f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    ff4267f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    ecc4737 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    7a21ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5224a42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    475884f View commit details
    Browse the repository at this point in the history
  4. demo changes

    chickenlj committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    30e12a4 View commit details
    Browse the repository at this point in the history
  5. Fixes apache#3620, provider attachment lose on consumer side, fix thi…

    …s by reverting RpcContext copy
    chickenlj committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    940efe5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbdaeb3 View commit details
    Browse the repository at this point in the history
  7. refactor filter signature

    chickenlj committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    34887ed View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    3c2ffc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    97bb764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    725bf83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e62fad5 View commit details
    Browse the repository at this point in the history
  4. Fix UT

    chickenlj committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    f9d7288 View commit details
    Browse the repository at this point in the history
  5. Fix UT

    chickenlj committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    47e1d45 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    c1be6c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Fixes apache#3625 (apache#3730)

    use constant to replace magic number
    John-Smile authored and kexianjun committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    ad72159 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into AsyncRpcResult-Two

    # Conflicts:
    #	dubbo-common/src/main/java/org/apache/dubbo/common/Constants.java
    #	dubbo-compatible/src/main/java/com/alibaba/dubbo/rpc/Invoker.java
    #	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ReferenceConfig.java
    #	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ServiceConfig.java
    #	dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/exchange/support/DefaultFuture.java
    #	dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/filter/ActiveLimitFilter.java
    #	dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo/filter/FutureFilter.java
    #	dubbo-rpc/dubbo-rpc-rest/src/test/java/org/apache/dubbo/rpc/protocol/rest/RestProtocolTest.java
    #	dubbo-rpc/dubbo-rpc-rest/src/test/java/org/apache/dubbo/rpc/protol/rest/RestProtocolTest.java
    chickenlj committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    bba1d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7ee7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dd6683 View commit details
    Browse the repository at this point in the history
  5. Merge branch '3.x-dev' into AsyncRpcResult-Two

    # Conflicts:
    #	dubbo-common/src/test/java/org/apache/dubbo/common/config/PropertiesConfigurationTest.java
    #	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ReferenceConfig.java
    #	dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo/filter/FutureFilter.java
    #	dubbo-rpc/dubbo-rpc-rest/src/test/java/org/apache/dubbo/rpc/protocol/rest/RestProtocolTest.java
    chickenlj committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    0b168ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eca70ac View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Fix DefaultFuture UT

    chickenlj committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    1a2d82b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    2088ae7 View commit details
    Browse the repository at this point in the history
  2. Add license

    chickenlj committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    a5231fe View commit details
    Browse the repository at this point in the history
  3. fix UT

    chickenlj committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    610a8a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    ce96d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe997a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9455c93 View commit details
    Browse the repository at this point in the history
  4. fix UT in CacheFilterTest

    chickenlj committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    ada0050 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    0c6ca2c View commit details
    Browse the repository at this point in the history
  2. Fix UT

    chickenlj committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    9f1d6ff View commit details
    Browse the repository at this point in the history
  3. Merge branch '3.x-dev' into AsyncRpcResult-Two

    # Conflicts:
    #	dubbo-rpc/dubbo-rpc-dubbo/src/test/java/org/apache/dubbo/rpc/protocol/dubbo/telnet/InvokerTelnetHandlerTest.java
    chickenlj committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    3b08204 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    133c265 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6a7c0b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    ec3b556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b17de View commit details
    Browse the repository at this point in the history