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

[Improvement] Supports monitoring of some timing threads and interrupt operations of some threads #3833

Closed
wenyh1 opened this issue Oct 27, 2023 · 0 comments · Fixed by #3803 or #3809
Assignees
Milestone

Comments

@wenyh1
Copy link
Member

wenyh1 commented Oct 27, 2023

  • Supports 'Timer' and 'TimerScheduler' threads to automatically observe whether hang is suspected
  • Supports print, kill, and recover operations for some threads inside dble:
    -- thread @@print [name='?'];
    -- thread @@Kill [name|poolname=?];
    -- thread @@recover [name|poolname='?'];

see: doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment