c0dd3265d2
Abort if we have not seen ourself alive for the past x minutes (defaults to 5)
2017-06-02 12:20:50 +02:00
9f3de50ad2
Add debug vagus log (config). Change some vague log to info instead
2017-06-01 13:49:47 +02:00
cc0967510b
Add logging when loop callback hit time threshold. Remove some unused function, remove undefined function (only defined in header)
2017-05-30 12:12:32 +02:00
bceaee7c17
changed Titledb log to trace log and made Titledb trace log configurable
2017-05-23 11:07:27 +02:00
3558e64edf
Move log debug variables around (more alphabetical?)
2017-05-22 14:53:55 +02:00
51fcc7696e
Separate multicast debug messages from net
2017-05-22 12:22:37 +02:00
2bbad454d9
Configurable max udp slots
2017-05-17 11:10:36 +02:00
78bbebfedb
Implemented trace log for Query.cpp
2017-05-15 14:42:07 +02:00
08ab074237
Removed unused Conf::m_logDebugThread
2017-05-15 13:09:11 +02:00
befb7447a6
Removed unused Conf::m_logDebugQuota
2017-05-15 13:07:33 +02:00
1d769203e7
Merge branch 'nomerge2'
2017-05-08 11:59:43 +02:00
18bb35eeb2
Removed configuration items for sending email (was handled by PingServer)
2017-05-07 14:24:42 +02:00
3415d008ba
Removed configuration associated with PingServer
2017-05-07 14:18:35 +02:00
d3ecbda478
Use Vagus for some host/instnace information
...
hosts.conf CRC and total_docs_indexed is now exchanged over Vagus. rest will follow in separate commits.
The vagus cluster identifier defaults to "gb-"$USER
2017-05-01 17:21:34 +02:00
94bb71587c
Merge remote-tracking branch 'origin/master' into nomerge2
2017-04-28 19:21:38 +02:00
1e6451ed0c
made page temp min/max weight configurable and overridable
2017-04-28 16:43:14 +02:00
0c91ff79d7
Merge branch 'master' into nomerge2
2017-04-24 17:32:45 +02:00
d317ff9dc5
Split max percentage of lost positives after merge to be per rdb
2017-04-24 17:31:57 +02:00
cfdff69424
Merge branch 'master' into nomerge2
2017-04-24 12:07:22 +02:00
948a796e06
Remove crawlinfo
2017-04-24 10:36:29 +02:00
a395847f50
Merge remote-tracking branch 'origin/master' into nomerge2
2017-04-21 17:17:26 +02:00
72db061df4
added trace log to TopTree. Make sure TopTree does not exceed number of requested documents
2017-04-21 17:12:42 +02:00
b0b8ace069
Merge branch 'master' into nomerge2
2017-04-19 15:55:10 +02:00
73a2ed1030
Add max lost positive check
2017-04-19 15:54:52 +02:00
97a480a0f6
Merge branch 'master' into nomerge2
2017-04-18 14:12:38 +02:00
53e89c2d15
Revert watchdog functionality.
...
Reverting commit:
00d91dc2e3
a57aa86bb6
The watchdog functionality worked fine but added a non-neglible background load on idle setups and scaled just as poorly as the pinginfo. We need a better mechanism.
2017-04-18 14:10:45 +02:00
50b656f93a
Merge branch 'master' into nomerge2
2017-04-10 12:38:13 +02:00
c3de1a9151
Removed Conf::m_giveupOnDeadHosts
...
Always false. No way of configuring it otherwise, also in the original source.
2017-04-07 15:54:19 +02:00
a57aa86bb6
Send watchdog messge to hosts we haven't interacted with recently.
...
Distinquish between hotss we normalyl talk to and hosts we rarely talk to. Use agressive conditional watchdog messages, and detect unresponsive hosts based on that.
2017-04-06 17:18:56 +02:00
900588ef34
Completely remove Msg8a cache for now
2017-04-04 15:18:52 +02:00
52a1507859
Removed Conf::m_interfaceMachine (non-functional)
2017-04-03 12:56:36 +02:00
42be93d969
Merge branch 'master' into nomerge2
2017-04-03 12:50:17 +02:00
5e39f6f7fd
Removed Conf::m_sendEmailAlertsToSysadmin
...
It defaulted to false. If enabled it would trigger emails to sysadmin@example.com (hardcoded) so that wouldn't have worked anyway.
2017-04-03 12:40:53 +02:00
7b3a8a9b75
Merge branch 'master' into nomerge2
2017-03-31 16:04:49 +02:00
100bb9209c
Made max-outstanding-pings configurable
2017-03-31 15:57:52 +02:00
a39eb54ae7
Merge branch 'master' into nomerge2
2017-03-28 11:15:09 +02:00
438add1ceb
Remove unused config variables
2017-03-27 22:25:04 +02:00
6a911c9c22
Remove statsdb related config
2017-03-27 22:06:16 +02:00
8612611e04
Merge branch 'master' into nomerge2
2017-03-27 12:49:30 +02:00
b8629e24d2
Remove "allow cloud user" variable that is not working anyway.
2017-03-27 12:47:44 +02:00
cef46976b6
Merge branch 'master' into nomerge2
2017-03-23 15:51:16 +01:00
e908e34c92
Made crawlinfo update interval configurable
2017-03-23 15:46:26 +01:00
0bb9593de6
Merge branch 'master' into nomerge2
2017-03-23 15:03:15 +01:00
8b78367d8d
Make msg20 shard fallback configurable
...
When msg20 cannot find any desired hosts alive in the shard make it configurable if msg20 is allowed to fall back to just all hosts in the shard and not honour the noquery/nospider flag.
2017-03-23 15:02:00 +01:00
1e2ecd1e92
Merge branch 'master' into nomerge2
2017-03-21 11:30:38 +01:00
60a3b5a242
Add verify index
2017-03-21 11:30:13 +01:00
57e3ef3c1d
Merge branch 'master' into nomerge2
2017-03-17 12:56:40 +01:00
c016369304
Revert "Support single-host rebuild/repair"
...
This reverts commit e7124a1fd7
.
2017-03-17 12:56:03 +01:00
e08ae2b052
Merge branch 'master' into nomerge2
2017-03-10 12:22:42 +01:00
7090500b2c
Add trace log to RdbMerge, RdbDump, RdbMap
2017-03-10 12:22:11 +01:00