接続相手のポートとの通信でCOMM_FAILURE_WaitingForReply例外が発生した場合に接続をリトライする#1043
Open
Nobu19800 wants to merge 3 commits intoOpenRTM:masterfrom
Open
接続相手のポートとの通信でCOMM_FAILURE_WaitingForReply例外が発生した場合に接続をリトライする#1043Nobu19800 wants to merge 3 commits intoOpenRTM:masterfrom
Nobu19800 wants to merge 3 commits intoOpenRTM:masterfrom
Conversation
3 tasks
n-kawauchi
reviewed
Sep 23, 2024
n-kawauchi
left a comment
There was a problem hiding this comment.
リンク先のIssueに記載されている設定を追記した下記rtc.confで動作確認し、出力されたtrace.txtを確認しましたが、下記理由で修正前と変わっていないように思えました。
- 「Server has closed」の文字列が見当たらない
- 「COMM_FAILURE_WaitingForReply」が出続けている
使用したファイルを添付します。 ソースの修正差分で「RTC_DEBUG(("Retry ...)」との記述があるのでttc**.logを検索しましたがヒットしませんでした。
corba.nameservers: localhost
naming.formats: %h.host_cxt/%n.rtc
logger.enable: YES
logger.log_level: PARANOID
corba.args: -ORBinConScanPeriod 1 -ORBtraceLevel 50 -ORBtraceFile trace.txt
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.
Identify the Bug
Description of the Change
以下の場合に再度メソッドの呼び出しを試行するように修正した
Verification