Josh Elser created ACCUMULO-4064:
------------------------------------
Summary: Include Version and Instance ID in log when TabletServer
starts up
Key: ACCUMULO-4064
URL: https://issues.apache.org/jira/browse/ACCUMULO-4064
Project: Accumulo
Issue Type: Improvement
Components: tserver
Reporter: Josh Elser
Priority: Trivial
Fix For: 1.6.5, 1.7.1, 1.8.0
The Master has the following when it starts:
{noformat}
log.info("Version " + Constants.VERSION);
log.info("Instance " + getInstance().getInstanceID());
{noformat}
The tabletserver does not. They should both have this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)