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

Sync apache dubbo code #1

Merged
merged 12 commits into from
Aug 31, 2018
Merged

Sync apache dubbo code #1

merged 12 commits into from
Aug 31, 2018

Commits on Aug 21, 2018

  1. HashedWheelTimer (#1973)

    * * HashedWheelTimer to check timeout future
    
    * when the future is done, do not set it is timeout
    carryxyh authored and beiwei30 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    9c8f4e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. supplemental change for pull request 1973 (#2329)

    * supplemental change for pull request 1973
    
    * update LICENSE, to put all netty related together
    beiwei30 authored Aug 22, 2018
    Configuration menu
    Copy the full SHA
    7500033 View commit details
    Browse the repository at this point in the history
  2. [Dubbo- support tag router feature] Add a new Router implement -- Tag…

    …Router (#2228)
    
    * tagRouter feature
    
    * update dubbo.xsd
    
    * remove reference router param
    
    * add Unit Test
    
    * rollback pom.xml for merge
    
    * rollback pom.xml for merge
    
    * fix checkstyle
    
    * fix checkstyle
    
    * fix unit test
    
    * format import style
    
    * add license&remove author info
    
    * trigger again
    lexburner authored and beiwei30 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    fcd1af8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    53d34f7 View commit details
    Browse the repository at this point in the history
  2. Direct return when the server goes down unnormally. (#2185)

    * Keep the unfinished request in every channel.
    When the server goes down un-normally, return the unfinished requests directly.
    The current way is to wait until timeout.
    
    * default method
    
    * direct return unfinished requests when remote inactive or disconnect
    
    * direct return unfinished requests when remote inactive or disconnect
    
    * name and doc
    
    * name and doc
    
    * fix unit test
    
    * fix unit test
    
    * fix unit test
    
    * close heartbeat to fix unit test
    
    * sth test
    
    * sth test
    
    * sth test
    
    * sth test
    
    * close when client close
    
    * fix unit test
    
    * fix unit test
    
    * fix unit test
    
    * ignore remote invoke unit test
    
    * don't clear request when channelInactive
    
    * replace import *
    
    * remove unuse import
    
    * optimize
    
    * optimize
    
    * fix ci failed
    
    * fix ci failed
    
    * fix ci failed
    
    * fix ci failed
    
    * fix ci failed
    
    * fix ci failed
    
    * fix ci failed
    
    * optimize unfinished request keeper
    
    * rebase onto master
    
    * fix review code
    carryxyh authored and beiwei30 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    c6fd684 View commit details
    Browse the repository at this point in the history
  3. fix travis cov (#2337)

    jerrick-zhu authored Aug 23, 2018
    Configuration menu
    Copy the full SHA
    f720ccb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    b4db875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8adf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86d7347 View commit details
    Browse the repository at this point in the history
  4. New ascii logo. (#2395)

    carryxyh authored and jerrick-zhu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    ff373a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Merge pull request #2360, add xml configuration for graceful shutdown…

    … on ApplicationConfig level.
    jinzeyu0 authored and chickenlj committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    a3e4593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae2f58 View commit details
    Browse the repository at this point in the history