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.
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
Make openbmp support redis subscription/population on sonic. #7
Make openbmp support redis subscription/population on sonic. #7
Changes from all commits
f3dc99b
d37c454
5130a39
c02fb34
3e81104
846efdd
32e46c9
3d318b0
3055ca0
8f9bcbe
306b26d
18f9d20
70d036e
83edca5
3d1a087
81f3699
fdc7809
b37ad43
c5cde33
b336f7a
1a12e1b
ea2b2e5
73f7499
d92e3ac
ebb2ba0
b7e0993
2d9436d
ab30185
6cadfc6
19eaffb
2d1d221
f096dee
46a9d86
ff7be6d
d472ae2
253e05c
1c8f4b1
18ed8d8
770b83c
c9b4930
7227b99
17d178d
3335281
76904f7
f35b88f
55593d6
dc3d240
cb079df
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
The destructor ~RedisManager() is currently empty. Ensure that any dynamically allocated resources are properly managed, or consider removing the destructor if no custom cleanup is required. #Closed
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.
no resource to be cleanup now and could be used as place holder.
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.
Suggest to log this values or size of it for future tracebility in complex scenarios #Closed
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.
added more debug log into MsgBusImpl_redis class for more constructive looking, which triggers this WriteBMPTable()