-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2.1, jboss-fuse-6.3
-
None
-
%
-
-
If a Fuse / Karaf client session is interrupted or killed while the profile editor is open, the reader thread for the resource editor remains RUNNABLE in org.jledit.jline.InputStreamReader.read and CPU usage spikes to nearly 100% - almost all consumed by this thread. The thread does not seem to exit until the container is restarted.
"Thread-77" #216 prio=5 os_prio=0 tid=0x00007fa40c20cf70 nid=0x5c7e runnable [0x00007fa4017e0000] java.lang.Thread.State: RUNNABLE at sun.nio.cs.UTF_8$Decoder.decodeLoop(UTF_8.java:412) at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:579) at org.jledit.jline.InputStreamReader.read(InputStreamReader.java:278) - locked <0x00000000c56da018> (a org.jledit.jline.NonBlockingInputStream) at org.jledit.jline.InputStreamReader.read(InputStreamReader.java:186) - locked <0x00000000c56da018> (a org.jledit.jline.NonBlockingInputStream) at org.jledit.AbstractConsoleEditor.readOperation(AbstractConsoleEditor.java:311) at org.jledit.AbstractConsoleEditor.start(AbstractConsoleEditor.java:125) at io.fabric8.commands.ProfileEditAction.openInEditor(ProfileEditAction.java:477) at io.fabric8.commands.ProfileEditAction.editProfile(ProfileEditAction.java:240) at io.fabric8.commands.ProfileEditAction.doExecute(ProfileEditAction.java:167) at org.apache.karaf.shell.console.AbstractAction.execute(AbstractAction.java:33) at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:54) at org.apache.aries.proxy.impl.ProxyHandler.invoke(ProxyHandler.java:119) at io.fabric8.commands.$ProfileEdit830735155.execute(Unknown Source) at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78) at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477) at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403) at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108) at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183) at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120) at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:92) at org.apache.karaf.shell.console.jline.Console.run(Console.java:197) at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$1.runConsole(ShellFactoryImpl.java:173) at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$1$1.run(ShellFactoryImpl.java:125) at java.security.AccessController.doPrivileged(Native Method) at org.apache.karaf.jaas.modules.JaasHelper.doAs(JaasHelper.java:47) at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$1.run(ShellFactoryImpl.java:123) Locked ownable synchronizers: - None
- relates to
-
KARAF-5681 Loading...