Skip to content
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

Reduce debug print message from SoftErrorLimiter (once per 0.02[s]) #492

Conversation

snozawa
Copy link
Contributor

@snozawa snozawa commented Feb 18, 2015

SoftErrorLimiterの,しきい値越えのときのデバッグ文が大量にでていますが,0.02秒に一回くらいに減らしました.
デバッグ文の頻度のみ修正なので他はかわりません.
これで,ログのデータ量がだいぶへる,実時間スレッドでエラー出力している負荷がちょっとへる,ログが見やすくなります.

StableRTCの挙動としては少しかわってしまいますが,いかがでしょうか.
デフォルト毎周期出力(今までと同じ挙動)にして,何か(.confファイル,rtconfのパラメータ,IDLの関数)で
設定できるようにした方がよろしいでしょうか.

よろしくお願いいたします.

@k-okada
Copy link
Contributor

k-okada commented Feb 18, 2015

Refer to this link for build results (access rights to CI server needed):
http:https://jenkins.jsk.imi.i.u-tokyo.ac.jp:8080/job/hrpsys-qnx/1769/

Build Log
last 10 lines

[...truncated 5493 lines...]
    at org.jenkinsci.plugins.ghprb.GhprbRepository.createCommitStatus(GhprbRepository.java:122)
    at org.jenkinsci.plugins.ghprb.GhprbBuilds.onCompleted(GhprbBuilds.java:118)
    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:27)
    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:12)
    at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:199)
    at hudson.model.Run.execute(Run.java:1769)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:89)
    at hudson.model.Executor.run(Executor.java:240)

Test FAILed.

@k-okada k-okada mentioned this pull request Feb 22, 2015
@snozawa
Copy link
Contributor Author

snozawa commented Feb 26, 2015

#498
で対応できましたので、closeします。
ありがとうございました。

@snozawa snozawa closed this Feb 26, 2015
@snozawa snozawa deleted the reduce_debug_print_from_alarttype_rtcs branch February 26, 2015 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants