You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2017/07/06 19:01:00 UTC

[jira] [Resolved] (HBASE-12211) hbase-daemon.sh direct the ulimit output to log .out instead of log .log?

     [ https://issues.apache.org/jira/browse/HBASE-12211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Drob resolved HBASE-12211.
-------------------------------
    Resolution: Not A Problem

There was no discussion on the mailing list about this topic, unlikely to get picked up anymore.

> hbase-daemon.sh direct the ulimit output to log .out instead of log .log?
> -------------------------------------------------------------------------
>
>                 Key: HBASE-12211
>                 URL: https://issues.apache.org/jira/browse/HBASE-12211
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.0
>            Reporter: stanley shi
>            Priority: Minor
>
> In the hbase-daemon.sh file line 199, it has the content:
> {quote}echo "`ulimit -a`" >> $loglog 2>&1{quote}
> The variable loglog is defined as:
> {quote}
> logout=$HBASE_LOG_DIR/$HBASE_LOG_PREFIX.out
> loggc=$HBASE_LOG_DIR/$HBASE_LOG_PREFIX.gc
> loglog="${HBASE_LOG_DIR}/${HBASE_LOGFILE}"
> {quote}
> For my understanding, this information should be printed to the "logout" variable; we should not mix this "ulimit" information with the actual log printed by hbase java program.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)