You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/12/14 22:57:32 UTC

[GitHub] ctubbsii edited a comment on issue #831: Tserver log names do not include port number

ctubbsii edited a comment on issue #831: Tserver log names do not include port number
URL: https://github.com/apache/accumulo/issues/831#issuecomment-447503444
 
 
   I understand the inconvenience, but I'm not sure this is a problem for Accumulo to solve. The file names for logging are under the user's control in the log4j configuration files. The hostname and port combination, on the other hand, is Accumulo's own internal registration information, when the tservers do service advertisement in ZooKeeper. They are separate things.
   
   Because Accumulo tserver processes are going to start emitting logs right away, it's not even possible for the service itself to know what its port number is going to be (if you are using the automatic port assignment) before the log is emitted. If you really want the log file names to reflect the port number, it would be best to configure static port numbers in each tserver's configuration file and in their respective log4j configuration files.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services