-
Notifications
You must be signed in to change notification settings - Fork 142
CORTX-32296: Fix ST failure of rpc cancel #2104
Conversation
Problem: RPC cancel ST is failing due to m0ham utility is failing to send the HA message to client(m0touch). Solution: Currently wait of 3 seconds is there between start of m0touch with n create operations and m0ham message to do the cancel operation. Reduced it to 1 second so that m0touch will be there when m0ham is started. Signed-off-by: Madhavrao Vemuri <[email protected]>
Signed-off-by: Madhavrao Vemuri <[email protected]>
Use check_and_restart_lnet if lnet rpms are already installed Signed-off-by: Madhavrao Vemuri <[email protected]>
Jenkins CI Result : Motr#1641Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
rkothiya
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.
LGTM
Jenkins CI Result : Motr#1644Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
Problem: RPC cancel ST is failing due to m0ham utility is failing to send the HA message to client(m0touch). Solution: Currently wait of 3 seconds is there between start of m0touch with n create operations and m0ham message to do the cancel operation. Reduced it to 1 second so that m0touch will be there when m0ham is started. Reduced sleep time for unlink operation as well. Signed-off-by: Madhavrao Vemuri <[email protected]>
Problem:
RPC cancel ST is failing due to m0ham utility is failing to send
the HA message to client(m0touch).
Solution:
Currently wait of 3 seconds is there between start of m0touch with
n create operations and m0ham message to do the cancel operation.
Reduced it to 1 second so that m0touch will be there when m0ham is
started.
Signed-off-by: Madhavrao Vemuri [email protected]
Problem Statement
Design
Coding
Checklist for Author
Testing
Checklist for Author
Impact Analysis
Checklist for Author/Reviewer/GateKeeper
Review Checklist
Checklist for Author
Documentation
Checklist for Author