Just updating this so the subject shows up correctly. The resolution was to: 1. Increase the maximum file handle count in Linux to 4096 by editing /etc/security/limits.conf (for Ubuntu 8.10, other distros may vary) and add the following lines to up the limit for all users:
* soft nofile 4096 * hard nofile 4096 2. Opened a ticket to make sure that continued failures don't result in a segfault since this points to a potential resource leak or missed cleanup that should be fixed eventually. See ticket 198 (http:// code.google.com/p/hypertable/issues/detail?id=198). -Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
