Skip to content

Conversation

@liunyl
Copy link

@liunyl liunyl commented Mar 6, 2024

What problem does this PR solve?

Issue Number:

Problem Summary:

What is changed and the side effects?

Changed:

Side effects:

  • Performance effects(性能影响):

  • Breaking backward compatibility(向后兼容性):


Check List:

  • Please make sure your changes are compilable(请确保你的更改可以通过编译).
  • When providing us with a new feature, it is best to add related tests(如果你向我们增加一个新的功能, 请添加相关测试).
  • Please follow Contributor Covenant Code of Conduct.(请遵循贡献者准则).

MrGuin and others added 15 commits January 10, 2024 17:14
* add no_signal parameter to notify_one

* define guard for bthread_cond_signal
* change redis txn and support watch

* update redis multi unit test
The latest code relies on:
 * C++11 -> C++17
 * Glog minimum version >= 0.6.0
* add DispatchCommand method to RedisService;

* move command dispatch logic to user code;

* expose ConnectContext and pass it to DispatchCommand;

* add user defined ConnectionContext

* update redis unit test.
1. Run event dispatcher as pthread so that epoll does not slow main
worker thread down.
2. Bind tx service functors to task group on start up.
3. Run tx service workload every time we come back to main_tid on task
group.
4. Bind task to specific task group before yield.
1. Run event dispatcher as pthread so that epoll does not slow main
    worker thread down.
2. Bind tx service functors to task group on start up.
3. Run tx service workload every time we come back to main_tid on task
    group.
4. Bind task to specific task group before yield.
@liunyl liunyl closed this Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants