Skip to content

Commit

Permalink
move ThreadStack part to #2893
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Nov 8, 2024
1 parent 699dfa0 commit edcf91b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions openapi/openapi-client/src/main/openapi3/master_rest_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,13 +574,6 @@ components:
inNative:
type: boolean
description: Whether the thread is executing native code.
isDaemon:
type: boolean
description: Whether the thread is a daemon thread.
priority:
type: integer
format: int32
description: The priority of the thread.
required:
- threadId
- threadName
Expand Down
7 changes: 0 additions & 7 deletions openapi/openapi-client/src/main/openapi3/worker_rest_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,6 @@ components:
inNative:
type: boolean
description: Whether the thread is executing native code.
isDaemon:
type: boolean
description: Whether the thread is a daemon thread.
priority:
type: integer
format: int32
description: The priority of the thread.
required:
- threadId
- threadName
Expand Down

0 comments on commit edcf91b

Please sign in to comment.