Repository: hbase Updated Branches: refs/heads/branch-2 44019c21f -> 2835d51f9
Revert "HBASE-19899 Dump ulimit -a, fd count, and free output at end of build into system dir" Reverting because doesn't work. This reverts commit 44019c21fbf6ba7a7ff19fc128728e043491a550. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2835d51f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2835d51f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2835d51f Branch: refs/heads/branch-2 Commit: 2835d51f9a0534c389242eb7e0143d89e7379981 Parents: 44019c2 Author: Michael Stack <[email protected]> Authored: Tue Jan 30 12:04:37 2018 -0800 Committer: Michael Stack <[email protected]> Committed: Tue Jan 30 12:04:37 2018 -0800 ---------------------------------------------------------------------- dev-support/gather_machine_environment.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2835d51f/dev-support/gather_machine_environment.sh ---------------------------------------------------------------------- diff --git a/dev-support/gather_machine_environment.sh b/dev-support/gather_machine_environment.sh index db1e74b..589dffe 100755 --- a/dev-support/gather_machine_environment.sh +++ b/dev-support/gather_machine_environment.sh @@ -47,8 +47,5 @@ ps -Aww >"${output}/ps-Aww" 2>&1 || true ifconfig -a >"${output}/ifconfig-a" 2>&1 || true lsblk -ta >"${output}/lsblk-ta" 2>&1 || true lsblk -fa >"${output}/lsblk-fa" 2>&1 || true -ulimit -a >"${output}/ulimit-a" 2>&1 || true +ulimit -l >"${output}/ulimit-l" 2>&1 || true uptime >"${output}/uptime" 2>&1 || true -free -h >"${output}/free -h" 2>&1 || true -lsof|wc -l >"${output}/fd-count" 2>&1 || true -
