Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In GridKernalContext.add(GridComponent comp) system threads:*

 

  • disco-event-worker

...

  • tcp-disco-sock-reader

...

  • tcp-disco-srvr

...

  • tcp-disco-msg-worker

...

  • tcp-comm-worker

...

  • grid-nio-worker-tcp-comm

...

  • exchange-worker

...

  • sys-stripe

...

  • grid-timeout-worker

...

  • db-checkpoint-thread

...

  • wal-file-archiver

...

  • ttl-cleanup-worker

...

  • nio-acceptor

should be registered in systemThreadsList. Every call of checkSystemTread should go through a list of registered system process and check if current time - t.lastActivity() is less than systemThreadTimeOut. If the last activity was too long time ago the method should print a WARNING into a log with t.to_String().

...