10000 Comparing emqx:master...gbrehmer:master · emqx/emqx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emqx/emqx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gbrehmer/emqttd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 1, 2018

  1. handle server error from emq_http_auth plugin

    Gerrit Brehmer committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    8951319 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. downgrade, (2.3.11 build not working)

    Gerrit Brehmer committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    0283106 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. improve handling of http auth errors - return bad username only in ca…

    …se of 403 error code
    Gerrit Brehmer committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    6cb4194 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    8450f1d View commit details
    Browse the repository at this point in the history
  2. qzhuyan@8450f1d patch from emq devs

    Gerrit Brehmer committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    76d9953 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Enlarge pool size at session level.

    pool size = schedulers * 8.
    qzhuyan committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c8a1240 View commit details
    Browse the repository at this point in the history
  2. Kill session pid forcefully.

    Might solve the problem of runq boom!
    qzhuyan committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    30452d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89145b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. fix: Destroy dangling session gracefully.

    To solve the issue that a dangling session is created when client is
    already registered on another node.
    
    This fix finish the session gracefully, if session could not destroy
    itself due to other blocking stats, would consider a force kill and then
    remove it from local session store.
    qzhuyan committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d43e141 View commit details
    Browse the repository at this point in the history
  2. Revert "Kill session pid forcefully."

    This reverts commit 30452d2.
    qzhuyan committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    cfafed4 View commit details
    Browse the repository at this point in the history
  3. fix: handling of unregistered sessions.

    - shutdown client process if there is a conflict.
      This would also trigger a connection close from EMQX side, so clients
      can retry instead of waiting for TCP timeout.
    
    - Prevents sending lastwill if client is failed to get registered on this node.
    
    This patch should also fix the runq and number of processes boom.
    qzhuyan committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    f2e3754 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pr/4'

    * pr/4:
      fix: handling of unregistered sessions.
      Revert "Kill session pid forcefully."
      fix: Destroy dangling session gracefully.
      fix: Destroy session if there is a conflict.
      Kill session pid forcefully.
      Enlarge pool size at session level.
      minimal session manager worker poolsize: 32
      Version 2.3.10
    
    # Conflicts:
    #	Makefile
    #	src/emqttd.app.src
    #	src/emqttd_cm_sup.erl
    Gerrit Brehmer committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    fc6f21a View commit details
    Browse the repository at this point in the history
Loading
0