index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
MonClient.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #14422 from tchaikov/wip-19427
Sage Weil
2017-04-12
1
-8
/
+3
|
\
|
*
mon/MonClient: make get_mon_log_message() atomic
Kefu Chai
2017-04-10
1
-8
/
+3
*
|
monc: Remove pessimizing move
Adam C. Emerson
2017-04-11
1
-1
/
+1
*
|
mon: avoid segfault in wait_auth_rotating
John Spray
2017-04-10
1
-0
/
+3
|
/
*
Merge pull request #13853 from tchaikov/wip-19134
Kefu Chai
2017-03-20
1
-3
/
+7
|
\
|
*
mon/MonClient: don't return zero global_id
Kefu Chai
2017-03-10
1
-3
/
+7
*
|
mon: make MonClient::start_mon_command return void
John Spray
2017-03-09
1
-8
/
+3
|
/
*
mon/MonClient: do not assert on auth in build_authorizer()
Kefu Chai
2017-03-01
1
-4
/
+6
*
mon/MonClient: discard stray messages from non-acitve conns
Kefu Chai
2017-02-26
1
-1
/
+3
*
mon/MonClient: persist global_id across re-connecting
Kefu Chai
2017-02-21
1
-9
/
+11
*
mon/MonClient: random all ranks then pick first_n
Mingxin Liu
2017-02-18
1
-6
/
+8
*
Merge pull request #13440 from Liuchang0812/cleanup-mon
Sage Weil
2017-02-15
1
-2
/
+2
|
\
|
*
mon: add override in mon subsystem
liuchang0812
2017-02-15
1
-2
/
+2
*
|
mon/MonClient: remove unnecessary helper functions
Kefu Chai
2017-02-14
1
-8
/
+6
*
|
mon/MonClient: remove unnecessary include
Kefu Chai
2017-02-14
1
-0
/
+1
*
|
mon/monclient: hunt for multiple monitor in parallel
Kefu Chai
2017-02-14
1
-213
/
+365
*
|
mon/MonClient: use __func__ for function names
Kefu Chai
2017-02-14
1
-27
/
+27
|
/
*
mon/MonClient: use FEATUREMASK for testing for SERVER_KRAKEN on the server
Sage Weil
2017-02-06
1
-4
/
+3
*
mon/MonClient: use std::unique_ptr<>; fix leak
Sage Weil
2017-01-13
1
-25
/
+15
*
common: Unskew clock
Adam C. Emerson
2016-12-22
1
-7
/
+7
*
mon/MonClient: do not request MGR key from pre-kraken mons
Sage Weil
2016-10-16
1
-0
/
+12
*
monc: remove unused AuthAuthorizeHandlerRegistry
John Spray
2016-09-29
1
-1
/
+0
*
Merge pull request #10383 from stiopaa1/mon_monclient_moveCTickClass
Sage Weil
2016-09-19
1
-0
/
+8
|
\
|
*
mon/MonClient: move C_Tick struct to cc file
Michal Jarzabek
2016-07-21
1
-0
/
+8
*
|
mon/MonClient: should update sub_sent with sub_new
Kefu Chai
2016-08-16
1
-1
/
+3
*
|
Merge pull request #9259 from xiexingguo/xxg-wip-fix-monclientpinger
Yuri Weinstein
2016-08-05
1
-0
/
+1
|
\
\
|
*
|
mon: shutdown finisher in a more graceful way
xie xingguo
2016-06-20
1
-0
/
+1
|
|
/
*
/
mon/MonClient: move C_CancelMonCommand to cc file
Michal Jarzabek
2016-07-21
1
-0
/
+10
|
/
*
MON: optimize header file dependency.
cxwshawn
2016-05-20
1
-8
/
+1
*
Merge pull request #8258 from asheplyakov/bug-12065
Sage Weil
2016-03-31
1
-4
/
+22
|
\
|
*
monclient: avoid key renew storm on clock skew
Alexey Sheplyakov
2016-03-22
1
-4
/
+22
*
|
mon/MonClient: fix shutdown race
Sage Weil
2016-03-28
1
-5
/
+5
|
/
*
mon/MonClient: avoid null pointer error when configured incorrectly
Bo Cai
2016-01-19
1
-0
/
+3
*
mon/MonClient: only send new subscriptions
Sage Weil
2015-11-23
1
-3
/
+12
*
mon: only ack subscriptions (and renew) if client or mon is old
Sage Weil
2015-11-23
1
-7
/
+11
*
mon/MonClient: don't send log if we're reconnecting
Sage Weil
2015-11-23
1
-2
/
+2
*
use simplifed messenger constructor for clients
Josh Durgin
2015-09-22
1
-6
/
+2
*
mon/MonClient: fix error in 'ceph ping mon.id'
huangjun
2015-09-03
1
-5
/
+12
*
mon: add MonClient::flush_log
John Spray
2015-05-01
1
-0
/
+6
*
cleanup: replace some length() with !empty()
Xinze Chi
2015-01-27
1
-2
/
+2
*
Messenger: Create an Messenger implementation by name.
Haomai Wang
2014-12-18
1
-2
/
+2
*
mon/MonClient: use generic Messenger factory
Sage Weil
2014-10-06
1
-8
/
+8
*
common: LogClient: delegate message reference release to caller
Joao Eduardo Luis
2014-08-27
1
-0
/
+1
*
mon/MonClient: ensure !cur_con == cur_mon.empty()
Sage Weil
2014-08-25
1
-1
/
+2
*
mon/MonClient: fix shutdown typo
Sage Weil
2014-08-25
1
-1
/
+1
*
mon/MonClient: use Connection::send_keepalive()
Sage Weil
2014-07-24
1
-2
/
+2
*
mon/MonClient: use Connection::mark_down()
Sage Weil
2014-07-24
1
-9
/
+15
*
mon: use Connection::send_message()
Sage Weil
2014-07-24
1
-3
/
+3
*
remove superfluous second semicolons at end of lines
Danny Al-Gaaf
2014-05-08
1
-1
/
+1
*
mon/MonClient: remove stray _finish_hunting() calls
Sage Weil
2014-05-03
1
-4
/
+0
[next]