[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2018-11-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685700#comment-16685700 ] Hadoop QA commented on HBASE-18273: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2018-11-13 Thread Peter Somogyi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685698#comment-16685698 ] Peter Somogyi commented on HBASE-18273: --- [~whisper_deng], could you share what JDK has this

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2018-06-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515861#comment-16515861 ] Hadoop QA commented on HBASE-18273: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2018-03-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16382578#comment-16382578 ] Hadoop QA commented on HBASE-18273: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-11-16 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256082#comment-16256082 ] stack commented on HBASE-18273: --- [~whisper_deng] Want to say what JVMs you are having issue w/ please sir?

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-11-02 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16236364#comment-16236364 ] Mike Drob commented on HBASE-18273: --- which JDKs are we working around here? I'd like to be able to test

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-10-11 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201131#comment-16201131 ] Hadoop QA commented on HBASE-18273: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-10-11 Thread Peter Somogyi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201035#comment-16201035 ] Peter Somogyi commented on HBASE-18273: --- +1 I tested the code part and it looks good. Patch is

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-06-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065903#comment-16065903 ] Hadoop QA commented on HBASE-18273: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-06-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065882#comment-16065882 ] Hadoop QA commented on HBASE-18273: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-06-27 Thread Fangyuan Deng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065867#comment-16065867 ] Fangyuan Deng commented on HBASE-18273: --- thx Dima, like this ? [ -f "$log.0" ] && mv -f "$log.0"

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-06-27 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065860#comment-16065860 ] Dima Spivak commented on HBASE-18273: - Why not just check for the file with the suffixed name alone?

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-06-27 Thread Fangyuan Deng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065857#comment-16065857 ] Fangyuan Deng commented on HBASE-18273: --- simplify the check, if [ ! -f "$log" ] && [ -f "$log.0"

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-06-27 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16064902#comment-16064902 ] Dima Spivak commented on HBASE-18273: - Can you do away with the outer conditional and just keep the

[jira] [Commented] (HBASE-18273) hbase_rotate_log in hbase-daemon.sh script not working for some JDK

2017-06-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16064839#comment-16064839 ] Hadoop QA commented on HBASE-18273: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||