index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
PaxosService.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon: add context list for commit wait
Patrick Donnelly
2023-07-21
1
-4
/
+14
*
mgr: force propose whenever the active changes
Patrick Donnelly
2023-03-13
1
-1
/
+1
*
mon: add debugging for trimming methods
Patrick Donnelly
2021-07-28
1
-7
/
+10
*
mon: fix debug spacing
Patrick Donnelly
2021-07-28
1
-1
/
+1
*
mon: Modifying trim logic to change paxos_service_trim_max dynamically
Aishwarya Mathuria
2021-03-29
1
-9
/
+20
*
mon: Adding variables for Paxos trim
Aishwarya Mathuria
2021-03-29
1
-8
/
+10
*
mon: store a reference as member variable
Kefu Chai
2020-12-06
1
-32
/
+32
*
mon/PaxosService: more debug output in maybe_trim
Dan van der Ster
2020-11-17
1
-1
/
+4
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
1
-0
/
+6
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
1
-2
/
+2
*
mon: use get_req<> instead of static_cast<>(get_req())
Kefu Chai
2019-08-30
1
-1
/
+1
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
cleanup: Replace always-false assertions with abort
Adam C. Emerson
2018-08-27
1
-2
/
+2
*
mon: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-8
/
+8
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-13
/
+13
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-1
/
+1
*
mon/paxosservice: cleanup
huanwen ren
2018-01-23
1
-3
/
+1
*
Merge pull request #19397 from xxhdx1985126/master
Sage Weil
2018-01-16
1
-0
/
+1
|
\
|
*
mon: update PaxosService::cached_first_committed in PaxosService::maybe_trim()
Xuehan Xu
2018-01-10
1
-0
/
+1
*
|
mon: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
1
-1
/
+1
|
/
*
common,mds,mgr,mon,osd: store event only if it's added
Kefu Chai
2017-08-20
1
-3
/
+3
*
mon: cleanups
Yan Jun
2017-07-18
1
-1
/
+1
*
mon: new health check framework
Sage Weil
2017-07-12
1
-0
/
+9
*
mon/PaxosService: use __func__ instead of hard code function name
Yanhu Cao
2017-06-23
1
-8
/
+8
*
mon/PaxosService: add force_immediate_propose mechanism
Sage Weil
2017-06-05
1
-0
/
+7
*
mon/PaxosService: clean up dispatch()
Sage Weil
2017-06-05
1
-33
/
+40
*
mon: check is_shutdown() in timer callbacks
Kefu Chai
2017-05-05
1
-12
/
+5
*
mon: add override in mon subsystem
liuchang0812
2017-02-15
1
-3
/
+3
*
common: Unskew clock
Adam C. Emerson
2016-12-22
1
-1
/
+1
*
mon/PaxosService: move classes to cc file
Michal Jarzabek
2016-08-07
1
-0
/
+60
*
Merge pull request #10231 from yonghengdexin735/wip-zzz-paxosserver-type
Yuri Weinstein
2016-08-01
1
-1
/
+1
|
\
|
*
mon/PaxosService.cc:the returned value type is inconsistent
zhang.zezhu
2016-07-20
1
-1
/
+1
*
|
Merge pull request #9717 from songbaisen/a7
Kefu Chai
2016-07-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mon: do not recalculate 'to_remove' when it's known
songbaisen
2016-06-20
1
-1
/
+1
*
|
mon: remove the redundant is_active judge in PaxosService
songbaisen
2016-06-21
1
-6
/
+3
|
/
*
MON: optimize header file dependency.
cxwshawn
2016-05-20
1
-6
/
+1
*
mon: remove remove_legacy_versions()
Kefu Chai
2016-03-28
1
-22
/
+0
*
mon: compact full epochs also
Kefu Chai
2016-01-28
1
-0
/
+3
*
mon/PaxosService: include msg and con ptr in dispatch debug
Sage Weil
2015-09-21
1
-1
/
+3
*
mon: services: assert on unexpected op request type
Joao Eduardo Luis
2015-07-16
1
-0
/
+1
*
mon: Monitor: forward_request_leader() taking ops instead
Joao Eduardo Luis
2015-07-16
1
-1
/
+1
*
mon: PaxosService: mark events
Joao Eduardo Luis
2015-07-16
1
-0
/
+1
*
mon: PaxosService: use wait_for_.*_ctx() in absence of an op
Joao Eduardo Luis
2015-07-16
1
-1
/
+1
*
mon: services: use op-based wait_for_* functions
Joao Eduardo Luis
2015-07-16
1
-2
/
+2
*
mon: optracker (2): remove all unecessary message put()
Joao Eduardo Luis
2015-07-16
1
-3
/
+0
*
mon: optracker (1): support MonOpRequestRef
Joao Eduardo Luis
2015-07-16
1
-5
/
+9
*
mon: PaxosService: call post_refresh() instead of post_paxos_update()
Joao Eduardo Luis
2015-07-16
1
-0
/
+10
*
mon: accumulate a single pending transaction and propose it all at once
Sage Weil
2015-01-13
1
-21
/
+12
*
mon/Paxos: WRITING != WRITING_PREVIOUS
Sage Weil
2014-08-27
1
-1
/
+2
*
mon: interact with MonitorDBStore::Transactions by shared_ptr Ref
Sage Weil
2014-08-27
1
-15
/
+15
[next]