Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tempto leaks file descriptors #163

Open
mattsfuller opened this issue Sep 7, 2016 · 0 comments
Open

tempto leaks file descriptors #163

mattsfuller opened this issue Sep 7, 2016 · 0 comments

Comments

@mattsfuller
Copy link

After running 126 of 343 tests, lsof reports 1825 open file descriptors. Sample of lsof output:
java 26204 eric 1738u IPv6 2449730 0t0 TCP 10.0.2.15:43979->ediven-hdp23-master.labs.teradata.com:50070 (CLOSE_WAIT)
java 26204 eric 1739r FIFO 0,9 0t0 2449731 pipe
java 26204 eric 1740w FIFO 0,9 0t0 2449731 pipe
java 26204 eric 1741u 0000 0,10 0 7679 anon_inode
java 26204 eric 1742r FIFO 0,9 0t0 2449732 pipe
java 26204 eric 1743w FIFO 0,9 0t0 2449732 pipe
java 26204 eric 1744u 0000 0,10 0 7679 anon_inode
java 26204 eric 1745w FIFO 0,9 0t0 2448565 pipe
java 26204 eric 1746u 0000 0,10 0 7679 anon_inode
java 26204 eric 1747r FIFO 0,9 0t0 2448566 pipe
java 26204 eric 1748w FIFO 0,9 0t0 2448566 pipe
java 26204 eric 1749u 0000 0,10 0 7679 anon_inode
java 26204 eric 1750r FIFO 0,9 0t0 2448567 pipe
java 26204 eric 1751u IPv6 2453378 0t0 TCP 10.0.2.15:43982->ediven-hdp23-master.labs.teradata.com:50070 (CLOSE_WAIT)
java 26204 eric 1752r FIFO 0,9 0t0 2453379 pipe
java 26204 eric 1753w FIFO 0,9 0t0 2453379 pipe
java 26204 eric 1754u 0000 0,10 0 7679 anon_inode
java 26204 eric 1755r FIFO 0,9 0t0 2453380 pipe
java 26204 eric 1756w FIFO 0,9 0t0 2453380 pipe
java 26204 eric 1757u 0000 0,10 0 7679 anon_inode
java 26204 eric 1758w FIFO 0,9 0t0 2448567 pipe
java 26204 eric 1759u 0000 0,10 0 7679 anon_inode
java 26204 eric 1760r FIFO 0,9 0t0 2448568 pipe
java 26204 eric 1761w FIFO 0,9 0t0 2448568 pipe
java 26204 eric 1762u 0000 0,10 0 7679 anon_inode
java 26204 eric 1763r FIFO 0,9 0t0 2449737 pipe
java 26204 eric 1764u IPv6 2453390 0t0 TCP 10.0.2.15:43985->ediven-hdp23-master.labs.teradata.com:50070 (CLOSE_WAIT)
Eventually this results in errors for too many open files near the end of a test run. I'll attach a log, as the stack traces run pretty long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant