[Bugs] [Bug 1334314] New: changelog: changelog_rollover breaks when number of fds opened is more than 1024

bugzilla at redhat.com bugzilla at redhat.com
Mon May 9 11:35:23 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1334314

            Bug ID: 1334314
           Summary: changelog: changelog_rollover breaks when number of
                    fds opened is more than 1024
           Product: GlusterFS
           Version: mainline
         Component: changelog
          Severity: medium
          Assignee: bugs at gluster.org
          Reporter: khiremat at redhat.com
                CC: bugs at gluster.org



Description of problem:
Changelog_rollover breaks when number of fds opened is more than 1024

This is because, 'select' is being used to wait on fd. This is known limitation
with select. Hence replace select with poll or some other mechanism.


Version-Release number of selected component (if applicable):
mainline

How reproducible:
always

Steps to Reproduce:
1. Open >1024 files and then enable changelog


Actual results:
changelog_rollover fails

Expected results:
changelog rollover should not fail

Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list