I'm using karaf 3.0.2. Let's suppose a bundle B (id 100) has launched some threads. What happens to these threads when I execute
karaf@root()> restart bundle 100
...when the running threads of bundle B are still active? Do these threads get terminated?