[Bugs] [Bug 1341952] New: changelog: changelog_rollover breaks when number of fds opened is more than 1024
bugzilla at redhat.com
bugzilla at redhat.com
Thu Jun 2 06:38:19 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1341952
Bug ID: 1341952
Summary: changelog: changelog_rollover breaks when number of
fds opened is more than 1024
Product: GlusterFS
Version: 3.7.11
Component: changelog
Severity: medium
Assignee: bugs at gluster.org
Reporter: khiremat at redhat.com
CC: bugs at gluster.org
Depends On: 1334314
+++ This bug was initially created as a clone of Bug #1334314 +++
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
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1334314
[Bug 1334314] changelog: changelog_rollover breaks when number of fds
opened is more than 1024
--
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