Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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.
Attachments
Issue Links
- is related to
-
HBASE-26941 LocalHBaseCluster.waitOnRegionServer should not call join while interrupted
- Resolved
-
HBASE-26946 TestRetainAssignmentOnRestartSplitWithoutZk infinite loop
- Resolved
-
HBASE-26858 Refactor TestMasterRegionOnTwoFileSystems to avoid dead loop
- Resolved
-
HBASE-26936 project Jenkins nodes need a fail-safe clean up of surefire deferred output
- Open
- links to