Граф коммитов

63 Коммитов

Автор SHA1 Сообщение Дата
Todd Palino acad38ca61 Explicitly close broker connection on error 2016-01-29 14:00:54 -08:00
Todd Palino 336c964d3c Make the error log messages more informative 2016-01-29 14:00:31 -08:00
Todd Palino 7d7e530a4a Add a check for ZK consumers on slow topics to prevent them being marked as stopped incorrectly 2015-12-21 11:37:31 -08:00
Todd Palino 42654a775a Fix some overoptimization of map lookups 2015-12-20 12:21:51 -08:00
Todd Palino a1cf0ac5c2 Fix creation of map entries that don't exist, clean up more map lookups 2015-12-20 08:42:31 -08:00
Todd Palino 95c384072a Merge branch 'master' of https://github.com/linkedin/Burrow 2015-12-20 08:01:50 -08:00
Todd Palino 928a3e1e59 Formatting fixes 2015-12-20 08:01:05 -08:00
Todd Palino 5cbbc434a3 Refactor to reduce map lookups 2015-12-20 08:00:28 -08:00
Todd Palino 702f1f1d92 Merge pull request #37 from yodle/fix-storm-config-and-config-formatting
Fix storm config handling
2015-12-08 09:02:18 -08:00
Mark Drago 6d166c7032 run gofmt on the checkHostlist function in config.go 2015-12-08 11:12:06 -05:00
Mark Drago 92ba0947d6 Fix handling of storm configuration section 2015-12-08 11:09:46 -05:00
Todd Palino b21f7ef4df Make all hostnames of the form [host]:port to support IPv6 addresses better 2015-12-06 15:28:08 -08:00
Todd Palino d1bec57894 Always read response bodies before closing. Clean up timeout in the client 2015-12-05 23:42:06 -08:00
Todd Palino 4312b814a0 Change a LE to LT where it could cause an index error sometimes 2015-12-05 23:41:53 -08:00
Todd Palino 408244b942 Merge pull request #34 from Connexity/storm
Added support for monitoring Apache Storm created offsets
2015-12-03 13:52:24 -08:00
Hang Sun 32dfb62740 Added missing file from last commit ac8f35f0ed 2015-12-02 08:46:58 -08:00
Hang Sun ac8f35f0ed Added support of monitoring Apache Storm created offsets 2015-11-12 20:46:54 -08:00
Todd Palino 559cab16e2 fix handling of a ZK path config for a cluster that is just the root path 2015-11-06 13:02:50 -08:00
toddpalino 89f589d22d Set a minimum value of 1 second for min-distance 2015-11-03 14:45:04 -08:00
toddpalino 9688b94b3e Update README.md 2015-11-03 14:34:13 -08:00
toddpalino 856acd37ab Merge pull request #30 from linkedin/zkoffsets
Support Zookeeper committed offsets
2015-11-03 14:11:26 -08:00
Todd Palino a3c3c34d2b Merge remote-tracking branch 'origin/master' into zkoffsets 2015-11-03 13:06:45 -08:00
Todd Palino 4e626805c6 gcfg moved to gopkg.in 2015-11-03 12:59:06 -08:00
Todd Palino eab4ba69a0 Validate emailer cluster names are valid. Prevent a panic later if one gets through 2015-11-03 12:44:59 -08:00
Todd Palino 16f989a243 Clean up the HTTP client in the notifier and add a timeout for requests 2015-11-02 15:21:02 -08:00
Todd Palino 0ee0a58649 Fix formatting 2015-10-22 12:40:16 -07:00
Todd Palino 727caa08de Add a start time for events 2015-10-22 12:39:20 -07:00
Todd Palino 5cd7a8dcb3 Minor cleanup of unnecessary tests 2015-10-21 16:10:13 -07:00
tpalino 6a584b42d8 Merge branch 'zkoffsets' of https://github.com/linkedin/Burrow into zkoffsets 2015-10-19 20:23:44 -07:00
tpalino 0a77bf84bb Alter the min-distance calculation to prevent offsets that are older than the current offset from being committed 2015-10-19 20:23:22 -07:00
Todd Palino 8f236d784f Add randomness to ZK offset checking 2015-10-18 21:40:23 -07:00
Todd Palino 8c7dcc16a0 Merge branch 'master' of https://github.com/linkedin/Burrow into zkoffsets 2015-10-18 20:14:26 -07:00
Todd Palino e7d239e45c Integrate Connexity's ZK offset checking with minor adjustments for style 2015-10-18 20:05:39 -07:00
Todd Palino a915822a2b Set GOMAXPROCS to the number of CPUs available 2015-10-18 20:04:50 -07:00
toddpalino 3498b36154 Merge pull request #28 from linkedin/zkoffsets
cast int to StatusConstant
2015-10-18 18:27:31 -07:00
Todd Palino 8fc1b69758 cast int to StatusConstant. And stop committing code without building it. 2015-10-18 18:24:55 -07:00
tpalino 707ca3fbba Fix incorrect max for status string conversion 2015-10-16 11:39:58 -04:00
tpalino c1b7965346 Add an option to have status evals return all partitions, not just bad ones. Add a /lag endpoint to do this 2015-10-07 14:46:33 -07:00
tpalino 7335fe0c9c Add the maxlag partition to the status response 2015-10-07 14:21:37 -07:00
Todd Palino 176731a734 Add a template helper for categorizing topics by status code. Move helpers to a separate file 2015-10-02 16:32:36 -07:00
Todd Palino f8e86e0c7c Fix formatting 2015-10-02 16:27:14 -07:00
toddpalino a12ba80cce Merge pull request #25 from evertrue/configure_min_distance_between_samples
make the min distance between offset samples configurable
2015-10-02 12:42:27 -07:00
tnorden 82996a18e8 make the min distanct between offset samples configurable 2015-09-22 13:42:58 -04:00
toddpalino e2202606ff Merge pull request #23 from matsu-chara/fix-typo
fix typo in emailer.go
2015-09-18 10:14:26 -07:00
matsu-chara 8b922e98a8 fix typo in emailer.go 2015-09-18 14:57:20 +09:00
Todd Palino cb157aa9f4 Allow config to optionally use host:port format for ZK and Kafka hostnames to address issue #16 2015-08-31 10:05:57 -07:00
Todd Palino 71cb21e6ae Add an endpoint to remove a consumer group 2015-07-30 15:12:33 -07:00
Todd Palino 412fe53ae0 Ignore log directory 2015-07-30 10:41:20 -07:00
Todd Palino 9626de6d10 Formatting fixes 2015-07-30 10:40:03 -07:00
Todd Palino 575e7227f4 Fix boolean short circuit problem when there are no broker offsets yet 2015-07-30 10:01:42 -07:00