Luis Tavarez created ACCUMULO-4561:
--------------------------------------
Summary: Crash when using ping on a non-existing server
Key: ACCUMULO-4561
URL: https://issues.apache.org/jira/browse/ACCUMULO-4561
Project: Accumulo
Issue Type: Bug
Components: shell
Affects Versions: 2.0.0
Reporter: Luis Tavarez
While working on ACCUMULO-4558, I tried running
{code}ping -ts localhost:9995{code} (localhost:9995 does not have a a tserver
on my setup.)
And it caused the shell to exit (crashed) and show the following message.
{code}#
# java.lang.OutOfMemoryError: Java heap space
# -XX:OnOutOfMemoryError="kill -9 %p"
# Executing /bin/sh -c "kill -9 25561"...
/home/lmtavar/git/uno/bin/uno: line 44: 25561 Killed
"$ACCUMULO_HOME"/bin/accumulo shell -u "$ACCUMULO_USER" -p "$ACCUMULO_PASSWORD"
"${@:2}"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)