https://bz.apache.org/bugzilla/show_bug.cgi?id=69922

            Bug ID: 69922
           Summary: When using the
                    stuckthreaddetection.interruptthreadthreshold
                    parameter, an exception occurs due to a log format
                    issue.
           Product: Tomcat 11
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalina
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: -------

Error Message:

java.lang.IllegalArgumentException: unknown format type: 选择,0#|0<
仍有[{2}]个被Valve监控的线程可能卡住
        at java.text.MessageFormat.makeFormat(MessageFormat.java:1537)
~[na:1.8.0_461]
        at java.text.MessageFormat.applyPattern(MessageFormat.java:480)
~[na:1.8.0_461]
        at java.text.MessageFormat.<init>(MessageFormat.java:363)
~[na:1.8.0_461]


Wrong Point:
stuckThreadDetectionValve.notifyStuckThreadCompleted=线程[{0}](id=[{3}])之前报告为卡住,但是已经完成。它活跃了大概[{1}]毫秒。{2,选择,0#|0<
仍有[{2}]个被Valve监控的线程可能卡住}


The translator wrongly translated the "choice" grammar into a Chinese
expression for "选择".

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to