https://github.com/twitter/heron

sort by:
Revision Author Date Message Commit Date
b2ad38a Merge branch 'master' into kanishk/ui-bp-metric 02 May 2017, 00:20:35 UTC
94a998e Bump version number on website/config.yaml. (#1822) 27 April 2017, 19:00:54 UTC
0ba7bc4 Refactor output collectors to remove duplicate code (#1821) * Remove duplicate output committer code * not deleting FullBoltMetrics and FullSpoutMetrics * Remove more dup code from similator OutgoingTupleCollection 27 April 2017, 18:12:04 UTC
427719b Making CustomGroupingTest extend an abstract superclass (#1818) * Making CustomGroupingTest extend an abstract superclass * remove bad javadoc character * Fix order of assertEquals values * scrubbing email 26 April 2017, 23:22:25 UTC
3f7933d Fix idea copywrite to match checkstyle checks (#1819) 26 April 2017, 00:14:39 UTC
15f10d1 Better POM. (#1817) 25 April 2017, 21:36:24 UTC
382d4eb Clean up CustomGroupingTest (#1813) * Clean up CustomGroupingTest * Refactored more to set up for extensibility 25 April 2017, 21:30:15 UTC
453acf2 Fix flaky test IntegrationTest_MultiSpoutsMultiTasks (#1815) * fix flaky integration test MultiSpoutsMultiTasks * re-enable IntegrationTest_MultiSpoutsMultiTasks 25 April 2017, 21:00:48 UTC
02c6178 Rename pom file. (#1816) 25 April 2017, 17:50:49 UTC
52a476e Merge pull request #1814 from Detoo/1479-metricsmgr-response-not-ok Fix unexpected non-OK response in metricsmgr_client.py 25 April 2017, 16:04:35 UTC
88c578f Properly shade + POM heron-api.jar and heron-storm.jar (#1811) 25 April 2017, 03:52:18 UTC
25c9e95 Fix unexpected non-OK response in metricsmgr_client.py 25 April 2017, 02:58:56 UTC
78b14be UpdateTopologyManager test should not assert re-activation withg mocks (#1812) 21 April 2017, 19:03:19 UTC
21c7bd2 Refactor to centralize duplicate TopologyAPI.Config logic (#1808) * Refactor to centralize duplicate TopologyAPI.Config logic * Fetching value after checking key * fix bad logger 13 April 2017, 23:27:27 UTC
47575ee Throttle the amount of 'Stop reading due to not yet connected to Stream Manager' log messages emitted (#1806) * Throttle the amount of 'Stop reading due to not yet connected to Stream Manager' log messages emitted * fix typo 11 April 2017, 17:05:33 UTC
73519a3 One-liner to fix Heron Tracker code (#1805) 10 April 2017, 19:13:11 UTC
b31009f Merge pull request #1802 from twitter/karthik/kafka-spout Fixes Kafka spout to use the Storm 1.0+ api change 07 April 2017, 18:31:46 UTC
f236bd5 Merge pull request #1803 from twitter/karthik/libtool include a check to see if glibtool in mac or libtool exists 07 April 2017, 18:20:40 UTC
62e940e Fixes NPE in CustomGrouping (#1804) 07 April 2017, 18:10:59 UTC
2ece5a9 Fixes the SIGSEGV during UpdateQueueMetrics from a restarted instance (#1801) 07 April 2017, 18:10:36 UTC
6d5b17a Fix bug, minor logging improvement. (#1800) 07 April 2017, 18:10:18 UTC
235799e Adding support for Java 8 metaspace to fix #1790 (#1796) * Adding support for Java 8 metaspace to fix #1790 * fix unit tests and change method name 07 April 2017, 06:15:21 UTC
287eb99 minimum required version for glibtool and libtool is 2.4.2 07 April 2017, 03:45:47 UTC
af5f189 include a check to see if glibtool in mac or libtool exists 07 April 2017, 03:36:28 UTC
2621f72 fix spout compilation 07 April 2017, 01:50:02 UTC
baaad3f Merge pull request #1784 from twitter/huijunw/updateStateMgrDependectInMetricsCache update statemgr dependency in metricscache 05 April 2017, 19:46:52 UTC
b476cfa Merge branch 'master' into kanishk/ui-bp-metric 05 April 2017, 17:59:00 UTC
06626ad Merge pull request #1789 from twitter/huijunw/emptyTreeMapInMetricsCachePurge check if the treemap is empty during metircscache purge process 05 April 2017, 08:30:45 UTC
fe26935 Renamed Back Pressure to BP to fix UI render issue 04 April 2017, 23:15:24 UTC
8f5d0d2 replace for with while in the fix 04 April 2017, 22:14:23 UTC
e7fcd7e Merge branch 'master' of https://github.com/twitter/heron into kanishk/ui-bp-metric 04 April 2017, 04:39:05 UTC
9a294d2 Improve dry-run (#1788) * Disable rich format for default table. * More tests, refactor test, minor formatting improv. 03 April 2017, 22:57:01 UTC
e75dad8 fix a bug: when the treemap is empty, the purge channel may throw exception uncaught 03 April 2017, 20:53:07 UTC
abff56a Refactor 03 April 2017, 18:59:44 UTC
935cc6e Added back pressure metric api and integrated with heron UI 03 April 2017, 18:47:47 UTC
43b072e Added back pressure metric api and integrated with heron UI 03 April 2017, 18:24:20 UTC
3c4cc0d Revert removal of setters that take long bytes (#1786) * Revert removal of setters that take long bytes * fix bad html in comments 31 March 2017, 15:13:57 UTC
c9e5090 update statemgr dependency in metricscache 30 March 2017, 22:43:19 UTC
dec959b Remove unused spin.h (#1782) 28 March 2017, 22:55:12 UTC
3c3bc41 Improve log in baseclient.cpp (#1778) 25 March 2017, 17:11:33 UTC
77646dd New tracker API - stream managers registration summary (#1734) 25 March 2017, 01:18:27 UTC
43523b1 Improve some tmaster logs (#1772) 24 March 2017, 21:10:55 UTC
5b775a4 Remove unused sptime.cpp and sptime.h (#1774) 22 March 2017, 02:59:21 UTC
165d36d Temp disable OneSpoutMultiTasks. (#1773) 21 March 2017, 23:20:25 UTC
ad15b17 Use template for class PCQueue (#1771) 21 March 2017, 17:24:12 UTC
4fb695f Use variadic templates and std::bind to rewrite callback (#1768) 20 March 2017, 21:58:34 UTC
a463327 Remove heronrc. (#1767) 20 March 2017, 06:55:20 UTC
11d0d0b Use std::to_string() instead of std::ostringstream (#1765) 16 March 2017, 21:25:43 UTC
022af86 Merge pull request #1763 from huijunw/fixAuroraExecutorCmd Add back MetricsCacheMgr, with fix of aurora executor cmd 14 March 2017, 20:42:30 UTC
d45d39d Define suffix for KB, MB, s, ms (#1762) 13 March 2017, 22:42:45 UTC
3e06498 fix style 13 March 2017, 22:37:55 UTC
fc24536 add test update for aurora metricscache 13 March 2017, 22:22:26 UTC
6926906 re-apply #1720 13 March 2017, 21:32:16 UTC
9bb6b6f Restore the default values for backpressure watermarks (#1761) 13 March 2017, 20:03:30 UTC
f5571da Revert "MetricsCacheMgr prototype" (#1759) 12 March 2017, 03:16:21 UTC
408dc0c Merge pull request #1720 from huijunw/SLAMetricCache MetricsCacheMgr prototype 10 March 2017, 19:19:39 UTC
8cbf0ac Read back pressure configs from config file (#1756) heron.streammgr.network.backpressure.highwatermark.mb and heron.streammgr.network.backpressure.lowwatermark.mb are already available in heron_internals.yaml, but we never actually read them from it. This PR makes stream manager reading these configs from heron_internals.yaml. Note, other non-stmgr connections still use the default values in the original code. 10 March 2017, 04:46:16 UTC
add2d3b Use PLOG() to interpret errno (#1751) 09 March 2017, 06:54:00 UTC
372dd79 Stream manager code cleanup and optimization (#1665) * Remove unused code InstallRequestHandler() * Move mempool member to protected * Fix a potential memory leak * Simplify code logic in SendToInstance2() * Remove unnecessary std::endl * Remove unused callback in sendPacket() * Convert std::list to std::queue or std::deque * Use std::unordered_map for StMgrServer * Use std::unordered_map for tuple cache * Use std::unordered_map for StMgrClientMgr * Use std::unordered_set for StMgrServer * Use std::unordered_set for StMgrClientMgr * Use auto for RotatingMap * Use std::unordered_map for XorManager * Use std::min in writeIntoIOVector() * Use while loop to clean up mOutstandingPackets 09 March 2017, 06:52:15 UTC
5d56723 Fix flaky ShellUtils test (#1752) use `waitFor` and increase timeout 08 March 2017, 05:11:17 UTC
8dc062b ISpoutDelegate and IBoltDelegate to implement IUpdatable (#1749) 08 March 2017, 02:42:29 UTC
185b894 Real time I/O redirection (#1726) 07 March 2017, 17:27:49 UTC
3175ccc Modifying configs at submit if numContainers is off (#1743) * Modifying configs at submit if numContainers is off * Adding javadocs to IPacking to clarify the contract * fix unit tests 04 March 2017, 19:25:25 UTC
7ceb56d Adding --help option to Heron client (#1739) 03 March 2017, 17:56:31 UTC
a3d1ade Slightly increase Python unit test assertion delta. (#1736) 01 March 2017, 21:24:26 UTC
731783c Eclipse config typo ``test''~>``tests (#1733) 23 February 2017, 03:23:20 UTC
8c7c903 update javadoc: add @param and @return 22 February 2017, 21:35:52 UTC
17dc71b fix javadoc typo < &lt; 22 February 2017, 12:43:03 UTC
2a1f115 fix javadoc: < > to &lt; &gt; 22 February 2017, 00:26:53 UTC
36ba5cf Merge branch 'master' of https://github.com/twitter/heron into SLAMetricCache 21 February 2017, 21:21:03 UTC
aefd0d9 fix variable name typo 21 February 2017, 21:20:41 UTC
f4e6b9c Fixing bug in WebSink (#1714) 19 February 2017, 00:15:05 UTC
c3a5459 fix testInitialize() in CuratorStateManagerTest 17 February 2017, 23:54:39 UTC
b534d51 fix bug in python:executor_unittest() 17 February 2017, 23:22:56 UTC
39d2cf3 fix bug in SetMetricsCacheWatchCompletionHandler() 17 February 2017, 21:58:12 UTC
65bdb10 fix statgemgr bug - SetMetricsCacheLocationWatchInternal() 17 February 2017, 21:08:35 UTC
742194e CentOS 7 file path preparation (#1713) 17 February 2017, 20:37:45 UTC
1408a6a Merge branch 'master' of https://github.com/twitter/heron into SLAMetricCache 17 February 2017, 19:25:47 UTC
8785467 Change SystemConfig to use SystemConfigKey instead of constants (#1717) * Change SystemConfig to use SystemConfigKey instead of constants * Change SystemConfig to use SystemConfigKey instead of constants * Change SystemConfig to use SystemConfigKey instead of constants * Validate config types upon put * Fix incorrect type 16 February 2017, 21:46:25 UTC
41cbf66 Merge branch 'master' of https://github.com/twitter/heron into SLAMetricCache 16 February 2017, 19:01:40 UTC
99847db add testing class for compatibility (#1719) 16 February 2017, 18:59:45 UTC
335e841 Merge branch 'master' of https://github.com/twitter/heron into SLAMetricCache 16 February 2017, 18:53:21 UTC
a023a1e Merge branch 'master' of https://github.com/twitter/heron into SLAMetricCache 16 February 2017, 18:49:49 UTC
4c948d4 Use resources label as much as possible (#1710) 16 February 2017, 18:26:15 UTC
10b9612 Change YarnKeys to enum (#1707) 16 February 2017, 18:25:06 UTC
7130cd4 use raw Map in storm api (#1715) 16 February 2017, 01:19:30 UTC
0877818 minor update: update code style and clean import 16 February 2017, 00:22:37 UTC
1dde25f clean default getter code 16 February 2017, 00:19:49 UTC
8afe809 Merge pull request #1711 from huijunw/huijunw/updateEclipseAccessRule add access rule for Eclipse to mitigate IDE display error 16 February 2017, 00:12:34 UTC
66fb867 Fix typo "intance" (#1716) 16 February 2017, 00:07:36 UTC
a4931cc add default val for config getter 15 February 2017, 23:30:40 UTC
740b3b9 rename tmaster to metricscache in functon FetchMetricsCacheLocation() 15 February 2017, 22:19:26 UTC
7cb2d58 Support connection buffer metrics between stmgr and instances (#1695) The patch supports connection buffer metrics between stmgr and instances. It exports the connection buffer metrics in both # of packets and # of bytes. Metric name format: 1. # of packets count __connection_buffer_by_intanceid/{instance-id}/packets 2. # of bytes __connection_buffer_by_intanceid/{instance-id}/bytes Examples: __connection_buffer_by_intanceid/container_2_word_6/bytes __connection_buffer_by_intanceid/container_2_word_6/packets 15 February 2017, 19:55:05 UTC
ca6716f update eclipse setup: move python from jdt to pydev 15 February 2017, 00:13:31 UTC
a893530 add accessrule for eclipse to mititage ide display error 14 February 2017, 19:14:41 UTC
5bd689d Rename Misc class to TokenSub class (#1708) 14 February 2017, 00:38:07 UTC
e96871b Removing SANDBOX_ from the AuroraField and aurora properties (#1709) 14 February 2017, 00:33:46 UTC
e825a9b Move Command class from spi.common to scheduler (#1705) 13 February 2017, 18:19:37 UTC
4fff09c Change Misc pattern substitution logic to match any Key value (#1706) * Change Misc pattern substitution logic to match any Key value * Change Misc pattern substitution logic to match any Key value 11 February 2017, 05:44:06 UTC
947254f Removing sandbox enums that have duplicate concepts (#1702) * Removing sandbox enums that have duplicate concepts 11 February 2017, 00:58:51 UTC
back to top