Commit Graph

10 Commits

Author SHA1 Message Date
scuttlemonkey 843d964d11 AUTHORS: Update Component Technical Leads and maintainers to canonical location of ceph.com.
Signed-off-by: Patrick McGarry <pmcgarry@redhat.com>
2017-10-18 18:48:37 +08:00
Patrick Donnelly f5bd6f09b5
doc: update CephFS PTL
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2017-07-24 10:43:45 -07:00
Sage Weil 2419ec97f8 AUTHORS: update with release manager, backport team
Signed-off-by: Sage Weil <sage@redhat.com>
2017-05-31 22:32:13 -04:00
Patrick Donnelly 7ba7b279f7
AUTHORS: update tech leads
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2017-04-06 00:06:50 -04:00
Yehuda Sadeh c6f317b4fa AUTHORS: update email
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
2016-03-01 13:07:46 -08:00
Sage Weil 0193d3aa29 AUTHORS
Signed-off-by: Sage Weil <sage@inktank.com>
2014-07-17 21:33:22 -07:00
Loic Dachary 64ded02c99 Relax Throttle::_reset_max conditions and associated unit tests
Removes a condition in Throttle::_reset_max by which the waiting queue is only
Signal()ed if the new maximum is lower than the current maximum.
There is no evidence of a use case where such a restriction would be
useful. In addition waking up a thread when the maximum increases
gives it a chance to immediately continue the suspended process
instead of waiting for the next put().

Create a new test file covering 100% of src/Throttle.{cc,h} lines of code.
The following methods are tested:

* Throttle::Throttle with and without a maximum
* Throttle::~Throttle when each pending Cond is deleted
* Throttle::take
* Throttle::get when updating the maximum ( lower or higher ),
  when going to sleep waiting for the count to lower under
  the maximum, when going to sleep because another thread is
  already asleep waiting
* Throttle::get_or_fail when there is no maximum,
  when requesting a count that is larger than the maximum, either
  when the current value is under the maximum or above the maximum.
* Throttle::wait when used to reset the maximum and wake up
  another thread asleep waiting

All asserts checking the arguments sanity are exercised ( negative argument
for Throttle::take etc. ).
Adds the LGPLv2+ licensing terms to COPYING along with the others.
Adds a Contributors section to the AUTHORS file.

Notes:
Testing asserts outputs verbose error messages that should be silenced
but it does not seem possible.

Signed-off-by: Loic Dachary <loic@dachary.org>
2013-02-05 20:06:04 +01:00
Sage Weil b031d11d20 update authors 2010-07-02 10:14:41 -07:00
Sage Weil 0e8e2731b6 more autoconf- and automake-fu 2008-01-28 11:05:29 -08:00
Sage Weil 7469f26a33 first pass at autoconf and automake 2008-01-27 20:45:29 -08:00