VTNThreadPool: Try to expand the pool if there is no idle thread. 40/2240/1
authorShigeru Yasuda <s-yasuda@da.jp.nec.com>
Tue, 29 Oct 2013 11:57:23 +0000 (20:57 +0900)
committerShigeru Yasuda <s-yasuda@da.jp.nec.com>
Tue, 29 Oct 2013 11:57:23 +0000 (20:57 +0900)
commit153c7e3571964b074376cdbf0bf8caf585955525
tree1b7f392c5126dcd0405306491941ba5254a87f02
parentd5f39e3371e1dc1155681f94d373a93e9bf19ea1
VTNThreadPool: Try to expand the pool if there is no idle thread.

execute() tries to expand the pool if the number of blocked threads is
less than or equal to the number of pending wake-up signals.

Change-Id: I0ce00c1442d5af1c9ea802da94787918eb105e0b
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
manager/common/pom.xml
manager/implementation/src/main/java/org/opendaylight/vtn/manager/internal/VTNThreadPool.java