-
Notifications
You must be signed in to change notification settings - Fork 845
Au test spawning a blocking thread in a transaction hook continuation. #9044
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
Conversation
f06a7f4 to
80cee4b
Compare
NOTICE
Outdated
| ~~~ | ||
|
|
||
| lib/cppapi developed by LinkedIn | ||
| include/tscpp/api developed by LinkedIn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are unrelated cleanup, from moving lib/cppapi to include/tscpp/api and src/tscpp/api .
46a46c5 to
f274fad
Compare
5125e1f to
aeb8791
Compare
|
API review on dev@ ? |
There is not change to the TS API. |
| ~~~ | ||
|
|
||
| lib/cppapi developed by LinkedIn | ||
| include/tscpp/api, src/tscpp/api developed by LinkedIn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This included some unrelated cleanup of kruft leftover from lib/cppapi moving to include|src/tscpp/api .
plugins/xdebug/Cleanup.h → include/tscpp/api/Cleanup.h You are introducing a new cpp api. See discussion on #6197. |
OK done. |
|
@ywkaras I meant you should send API change proposal on dev@ and I thought you did it, but I couldn't find the mail. What was done? You mean you saw the discussion? |
|
maskit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for proposing the API change on the list. The change should be made separately even if it's accepted.
How would I do that? I an using definitions in cleanup.h in the test's plugin. |
Getting a result from it, without blocking event task.
aeb8791 to
7b2e72b
Compare
|
OK @maskit the change you requested has been made. |
|
I'll leave actual code review to @rob05c, |
|
@rob05c should I find someone else to review this? |
|
@rob05c will you have time to review this? Should we get someone else? |
Getting a result from it, without blocking event thread.