YMQ Error handling mechanism integration#167
Merged
sharpener6 merged 12 commits intofinos:mainfrom Jul 29, 2025
Merged
Conversation
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
rafa-be
reviewed
Jul 24, 2025
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
Signed-off-by: gxu <georgexu420@163.com>
rafa-be
reviewed
Jul 28, 2025
rafa-be
approved these changes
Jul 28, 2025
sharpener6
approved these changes
Jul 28, 2025
rafa-be
pushed a commit
to rafa-be/scaler
that referenced
this pull request
Jul 30, 2025
* Handle error of epoll_wait with unrecoverableError Signed-off-by: gxu <georgexu420@163.com> * Handle error of epoll_ctl with unrecoverableError Signed-off-by: gxu <georgexu420@163.com> * Remove unneeded comments Signed-off-by: gxu <georgexu420@163.com> * Change timestamp error handling to use assert Signed-off-by: gxu <georgexu420@163.com> * Add logging for tcp_server.h Signed-off-by: gxu <georgexu420@163.com> * Handle error for timed_queue.h with unrecoverableError Signed-off-by: gxu <georgexu420@163.com> * Handle error of Interruptive Concurrent Queue with unrecoverableError Signed-off-by: gxu <georgexu420@163.com> * Handle error of TcpClient with unrecoverableError Signed-off-by: gxu <georgexu420@163.com> * Handle error of timed_queue with unrecoverableError Signed-off-by: gxu <georgexu420@163.com> * Handle user's logic error with unrecoverableError Signed-off-by: gxu <georgexu420@163.com> * Change callback types to use std::expected Signed-off-by: gxu <georgexu420@163.com> --------- Signed-off-by: gxu <georgexu420@163.com> Co-authored-by: sharpener6 <1sc2l4qi@duck.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
READY FOR REVIEW
Because #149 was merged, I assume the current implementation of
error.hreaches consensus. Hence, I start to integrate it into YMQ.