-
Notifications
You must be signed in to change notification settings - Fork 141
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
BlazingMQ Storage Tool #158
Conversation
Signed-off-by: Aleksandr Ivanov <[email protected]>
… into bmqstoragetool
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
… into bmqstoragetool
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
…sues Signed-off-by: Aleksandr Ivanov <[email protected]>
Hi @kaikulimu, thanks for found bug. We fixed it with case 1.
|
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Finished my User-Acceptance Testing and everything was satisfactory. Great job! |
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.
Some comments, mostly stylistic. The most important thing is that auto
and lambda functions cannot be used, because we need support C++03 compilers on IBM and Solaris.
src/applications/bmqstoragetool/m_bmqstoragetool_searchresultfactory.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Aleksandr Ivanov <[email protected]>
Fix code style and add code documentation
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Aleksandr Ivanov <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
src/applications/bmqstoragetool/m_bmqstoragetool_searchresult.cpp
Outdated
Show resolved
Hide resolved
src/applications/bmqstoragetool/m_bmqstoragetool_searchresult.h
Outdated
Show resolved
Hide resolved
Signed-off-by: Anton Pryakhin <[email protected]>
Signed-off-by: Anton Pryakhin <[email protected]>
src/applications/bmqstoragetool/m_bmqstoragetool_filemanager.cpp
Outdated
Show resolved
Hide resolved
src/applications/bmqstoragetool/m_bmqstoragetool_journalfileprocessor.cpp
Outdated
Show resolved
Hide resolved
src/applications/bmqstoragetool/m_bmqstoragetool_journalfileprocessor.t.cpp
Outdated
Show resolved
Hide resolved
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.
Minor comments. Should be good to go after this.
src/applications/bmqstoragetool/m_bmqstoragetool_searchresult.h
Outdated
Show resolved
Hide resolved
Signed-off-by: Anton Pryakhin <[email protected]>
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.
LGTM
BMQstoragetool is a CLI tool which can inspect BlazingMQ storage files, and answer various queries.
For example:
$ bmqstoragetool --path /path/to/bmq/storage/files --guid=ABCDEF --queue="foo.bar" --timestamp-gt=123 --timestamp-lt=987 --details --dump-payload --dump-limit=10