You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/04/12 11:05:00 UTC

[jira] [Created] (HBASE-26947) Implement a special TestAppender to limit the size of test output

Duo Zhang created HBASE-26947:
---------------------------------

             Summary: Implement a special TestAppender to limit the size of test output
                 Key: HBASE-26947
                 URL: https://issues.apache.org/jira/browse/HBASE-26947
             Project: HBase
          Issue Type: Improvement
          Components: logging, test
            Reporter: Duo Zhang


Recently our build nodes were out of space several times. I've checked some of them, all are because of logging in an infinite loop which makes a very big log output.

I've already opened several issues for this, such as HBASE-26858, HBASE-26941, HBASE-26946.

So in general, I think we should have a way to limit the total size of a log output. So when we do something wrong in code it will not eat all the space soon and bring down our ci.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)