commit | 1b4cb33aaf739c4ad7fe3155a7b8178a2fc8f9e5 | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Wed Mar 02 16:32:51 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Mar 03 06:16:23 2016 +0000 |
tree | b03bc8f0e734e936937a0337d3a4b6313742cd81 | |
parent | f0c968df575c03d1b69fd6b1ee615d96598b7fa5 [diff] |
A new ScheduledExecutorService that captures and logs exception The default ScheduledExecutorService does not provide the capability to capture and log the exception during executing scheduleAtFixedRate and scheduleWithFixedDelay methods. This makes it difficult to debug the program when the scheudled tasks are failed for some reasons. A new ScheduledExecutorService allows the developers to capture and log any exceptions if the tasks are failed during execution. Change-Id: I549ba0f479b9e302f0e668482873b3032dfea147
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.