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

optimization: Unified Sorter #972

Merged
merged 91 commits into from
Nov 25, 2020
Merged

Commits on Sep 18, 2020

  1. initial commit

    liuzix committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    e7987be View commit details
    Browse the repository at this point in the history
  2. sync

    liuzix committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    5b4d676 View commit details
    Browse the repository at this point in the history
  3. sync

    liuzix committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    94142c4 View commit details
    Browse the repository at this point in the history
  4. sync

    liuzix committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    caab34a View commit details
    Browse the repository at this point in the history
  5. sync

    liuzix committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    55ceabb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. sync

    liuzix committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    0c72c88 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. sync

    liuzix committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    a0e99cc View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. sync

    liuzix committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    29bfd04 View commit details
    Browse the repository at this point in the history
  2. sync

    liuzix committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c1505c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. sync

    liuzix committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    bcd1713 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. sync

    liuzix committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    ee55414 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. sync

    liuzix committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    7086fe4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. async

    liuzix committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    67ec0fd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. sync

    liuzix committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    2145242 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. replace panics

    liuzix committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    c98002f View commit details
    Browse the repository at this point in the history
  2. integration tests pending

    liuzix committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    66538e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. sync

    liuzix committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b774a06 View commit details
    Browse the repository at this point in the history
  2. sync

    liuzix committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    02e98da View commit details
    Browse the repository at this point in the history
  3. code format

    liuzix committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a3c70c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d9ab7 View commit details
    Browse the repository at this point in the history
  5. unit test assertion

    liuzix committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    9a85856 View commit details
    Browse the repository at this point in the history
  6. try to fix data race

    liuzix committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    31d8f1f View commit details
    Browse the repository at this point in the history
  7. update default sorting engine

    liuzix committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7351f0d View commit details
    Browse the repository at this point in the history
  8. use errgroup

    liuzix committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e456264 View commit details
    Browse the repository at this point in the history
  9. update gitignore

    liuzix committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    0e3a13c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    fbccdc5 View commit details
    Browse the repository at this point in the history
  2. code format

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    4cdf157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7054e93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d7fd8d View commit details
    Browse the repository at this point in the history
  5. fix data race in fatal

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3f86031 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e60299 View commit details
    Browse the repository at this point in the history
  7. fix bugs

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    12bb8f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c41b21e View commit details
    Browse the repository at this point in the history
  9. fix

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    519753d View commit details
    Browse the repository at this point in the history
  10. improve file name

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7c7fc25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01097b5 View commit details
    Browse the repository at this point in the history
  12. msgpack omit empty

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    fd7661d View commit details
    Browse the repository at this point in the history
  13. fix

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7def952 View commit details
    Browse the repository at this point in the history
  14. adjust concurrent heap number

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    551fbd3 View commit details
    Browse the repository at this point in the history
  15. fix resolved event ts

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    52fc311 View commit details
    Browse the repository at this point in the history
  16. fix unit test

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f2ba2b7 View commit details
    Browse the repository at this point in the history
  17. fix unit test

    liuzix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    62a63d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    e4fde8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    404691e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. fix memory policy

    liuzix committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    995a027 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. fix reopen mode

    liuzix committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    31beafc View commit details
    Browse the repository at this point in the history
  2. fix close file

    liuzix committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e7d7b6c View commit details
    Browse the repository at this point in the history
  3. add configuration options

    liuzix committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ce4bb3b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. add benchmark results

    liuzix committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    fdd5b0d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    87336bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ab040 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    c528069 View commit details
    Browse the repository at this point in the history
  2. limit flush rate

    liuzix committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    ca29c1d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. add more error logs

    liuzix committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    4597143 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    3765706 View commit details
    Browse the repository at this point in the history
  2. fix printError

    liuzix committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f6c3218 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. prevent fd leaks

    liuzix committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    267b4ee View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. WIP

    liuzix committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ad31274 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. WIP

    liuzix committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    3a1cdd9 View commit details
    Browse the repository at this point in the history
  2. refactor

    liuzix committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    f1bdc1f View commit details
    Browse the repository at this point in the history
  3. WIP

    liuzix committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a368bb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. refactor completed

    liuzix committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f8cbe22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66aae55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34bf6d View commit details
    Browse the repository at this point in the history
  4. fix bugs

    liuzix committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    7ae4d31 View commit details
    Browse the repository at this point in the history
  5. fix bug

    liuzix committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    6abf07e View commit details
    Browse the repository at this point in the history
  6. fix uncessary logs

    liuzix committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    67ebafd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. metrics

    liuzix committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0263f08 View commit details
    Browse the repository at this point in the history
  2. fix processor race

    liuzix committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    74a298c View commit details
    Browse the repository at this point in the history
  3. fix write after close

    liuzix committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    231844c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. add resolveTicker

    liuzix committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    621248a View commit details
    Browse the repository at this point in the history
  2. WIP

    liuzix committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    85c9ff8 View commit details
    Browse the repository at this point in the history
  3. fix unit test

    liuzix committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    7d3f2d8 View commit details
    Browse the repository at this point in the history
  4. fix unit test

    liuzix committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c197405 View commit details
    Browse the repository at this point in the history
  5. fix unit test

    liuzix committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    8bcdb40 View commit details
    Browse the repository at this point in the history
  6. fix metrics

    liuzix committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d8ef14a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9500ab8 View commit details
    Browse the repository at this point in the history
  8. fix unit test

    liuzix committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    4f784ae View commit details
    Browse the repository at this point in the history
  9. fix default sorter

    liuzix committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    1c92484 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    24fefa0 View commit details
    Browse the repository at this point in the history
  2. fix MakeFile

    liuzix committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    35eb78f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    70312ed View commit details
    Browse the repository at this point in the history
  2. fix unit test

    liuzix committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4241880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd781a6 View commit details
    Browse the repository at this point in the history
  4. fix cleanup_process

    liuzix committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    252d06e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    1c94264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdeb3c4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'zixiong-unified-sorter' of github.com:liuzix/ticdc into…

    … zixiong-unified-sorter
    liuzix committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    fa13fe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc018aa View commit details
    Browse the repository at this point in the history
  5. Update Makefile

    Co-authored-by: amyangfei <amyangfei@gmail.com>
    liuzix and amyangfei authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    01f8950 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04f8d00 View commit details
    Browse the repository at this point in the history