https://github.com/twitter/heron

sort by:
Revision Author Date Message Commit Date
1879087 Merge branch 'master' into real-time-io-redirection 06 March 2017, 19:14:34 UTC
faf31b3 Remove removed optional arg. 06 March 2017, 18:47:32 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
2e76261 Fix tests. 04 March 2017, 01:52:47 UTC
1f476c7 add space before left par. 04 March 2017, 00:57:06 UTC
0818b74 Refactor. 04 March 2017, 00:39:53 UTC
ee0b4f2 Naming, spacing. 03 March 2017, 22:48:54 UTC
2214646 Put logging level after datetime. 03 March 2017, 21:28:17 UTC
19864dc Use LOG. 03 March 2017, 19:56:57 UTC
2e871f5 Address reviews. 03 March 2017, 19:55:38 UTC
7ceb56d Adding --help option to Heron client (#1739) 03 March 2017, 17:56:31 UTC
f4f5536 Further improve java~java and py~java I/O redirection. Also some tiny logging improvements. 03 March 2017, 04:34:35 UTC
539f2e4 Remove extra 'n'. 01 March 2017, 21:54:06 UTC
2a0ecf2 Revert "Fixing bug in WebSink (#1714)" This reverts commit f4e6b9c45a2f6fcc52379905ccb5363ce1762b49. This patch will however be included into 0.14.6 later. 01 March 2017, 21:47:49 UTC
1aa1a11 Style. 01 March 2017, 21:44:23 UTC
7284f5d Merge branch '0.14.6' into real-time-io-redirection 01 March 2017, 21:38:07 UTC
86ab636 I/O redirection refactor, minor fix. 01 March 2017, 21:36:07 UTC
a3d1ade Slightly increase Python unit test assertion delta. (#1736) 01 March 2017, 21:24:26 UTC
045bd2c Remove special case CentOS build files. (#1725) 28 February 2017, 00:49:41 UTC
4c46bb4 Tune logging level. 23 February 2017, 21:03:08 UTC
731783c Eclipse config typo ``test''~>``tests (#1733) 23 February 2017, 03:23:20 UTC
17f40bf Merge branch 'master' into real-time-io-redirection 22 February 2017, 01:42:45 UTC
3ec1549 real-time I/O redirection 19 February 2017, 09:58:49 UTC
f4e6b9c Fixing bug in WebSink (#1714) 19 February 2017, 00:15:05 UTC
742194e CentOS 7 file path preparation (#1713) 17 February 2017, 20:37:45 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
99847db add testing class for compatibility (#1719) 16 February 2017, 18:59:45 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
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
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
b421bd2 Adding unit test for AuroraScheduler.createAuroraProperties(..) (#1704) * Adding unit test for aurora properties * Adding unit test for aurora properties * Adding unit test for aurora properties * add one more key assertion to show config path subtlety 10 February 2017, 03:01:00 UTC
9e80bdc Upgrade node.js (#1703) 09 February 2017, 22:21:17 UTC
5b12434 Remove scheduler SM adaptor for submission dry-run (#1697) 08 February 2017, 18:01:41 UTC
f224131 Temporarily disable MultiSpoutsMultiTasks test. (#1700) 08 February 2017, 17:54:20 UTC
76cc7e8 Remove defaults.yaml in favor of enum Key approach (#1696) 07 February 2017, 18:12:52 UTC
e3ddfac Change dryrun to not include format args if dry run is false (#1694) 06 February 2017, 21:45:35 UTC
69670cb Replaces keys.yaml and Keys with Key enum (#1693) * Clean up config visiblity and dead code * Change to use getStringValue instead of get * Replace keys.yaml with Key enum * revert change from this review * Migrate all files to use Key enum for configs instead of keys.yaml * Fixed typo where scheduler config was being overwritten 06 February 2017, 04:35:00 UTC
9a712d3 Merge pull request #1682 from huijunw/1681 Add null check when heron reads the config file 02 February 2017, 19:20:00 UTC
b38a8b3 Clean up config visiblity and dead code (#1689) * Clean up config visiblity and dead code * Change to use getStringValue instead of get 02 February 2017, 19:17:19 UTC
6c8d5e0 patching heron for missing api/constants (#1683) 02 February 2017, 01:38:22 UTC
285f7a0 add null key check 02 February 2017, 01:24:01 UTC
24f40d0 ignore the null value config in the map 02 February 2017, 00:48:40 UTC
a000456 Standardize Java formatter string. (#1688) See: http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html#syntax The current argument index is invalid. Switching to ``%s''. 01 February 2017, 21:22:24 UTC
efdcb60 Display error message for NetworkErrorCode (#1678) 31 January 2017, 23:26:50 UTC
211fb5d null instead of "null" 31 January 2017, 21:24:33 UTC
a8f5047 added null check when heron reads the config file 31 January 2017, 19:49:01 UTC
98c12f7 Regexify Java header check file to relax header checking (#1679) Regexify header checking so that year other than 2016 is supported. Also relax the checking of number of spaces after slashes. 26 January 2017, 17:10:54 UTC
76c82cc Use enum.name() for locale (#1676) 24 January 2017, 22:07:51 UTC
ef32886 [dry-run] print with UTF-8 encoding and consume stream with UTF-8 decoding (#1675) 22 January 2017, 20:15:25 UTC
dee26e8 Implementation of dry-run (#1629) 21 January 2017, 18:47:05 UTC
2af8b52 Change AuroraController to an interface (#1672) * Change AuroraController to an interface 20 January 2017, 19:52:13 UTC
47fe9af Merge pull request #1658 from objmagic/version-help-cli-fix Fix response of ``help'' and ``version'' subcommands 10 January 2017, 04:19:49 UTC
e6976fc Merge pull request #1657 from pankajroark/pg/remove_slave_looper_notify Avoid notifying when no one is waiting on proceedLock 10 January 2017, 04:19:26 UTC
3485367 Add back a deleted newline. 10 January 2017, 02:21:20 UTC
5ee5dce Fix response of ``help'' and ``version'' subcommands. 10 January 2017, 02:18:26 UTC
8833d42 Fix comment. 08 January 2017, 16:00:14 UTC
1b8e707 Minor rename 08 January 2017, 07:15:39 UTC
c00c835 Avoid notifying when no one is waiting on proceedLock. 08 January 2017, 07:07:16 UTC
694ee51 Remove notify in SlaveLooper.wakeUp. It is useless and affects performance. 07 January 2017, 14:15:33 UTC
130c80a Merge pull request #1655 from twitter/fix_ui_aggregate_topology_metrics Fix aggregate topology metric dot colors for firefox and safari. 05 January 2017, 02:59:51 UTC
2163b78 Fix aggregate topology metric dot colors for firefox and safari. 05 January 2017, 01:21:32 UTC
4c60251 Merge pull request #1644 from twitter/karthik/stmgr-cleanup cleanup the warnings in stmgr 01 January 2017, 08:45:02 UTC
2e48b43 Merge pull request #1650 from twitter/cckellogg/topology-status-details-page Add a topology status to the details page. 31 December 2016, 19:51:19 UTC
90d1be2 Add a topology status to the details page. 31 December 2016, 18:41:18 UTC
5d3fed3 incorporated cong's comments 31 December 2016, 03:05:12 UTC
1ff359b Added a topology status to the list all topologies ui. (#1646) 30 December 2016, 23:41:26 UTC
94ca35c Merge pull request #1641 from twitter/karthik/third-party-cleanup cleanup third party jansson and kashmir 25 December 2016, 22:28:34 UTC
19600b8 Merge pull request #1643 from twitter/karthik/yaml-cleanup yaml cpp cleanup 25 December 2016, 22:28:21 UTC
ad8c1a9 Merge pull request #1642 from twitter/karthik/gmock-cleanup gmock cleanup 25 December 2016, 22:28:08 UTC
e9a000c cleanup the warnings in stmgr 25 December 2016, 21:23:53 UTC
a9acf21 yaml cpp cleanup 25 December 2016, 21:09:50 UTC
2a395a7 gmock cleanup 25 December 2016, 21:00:14 UTC
3a57386 cleanup third party jansson and kashmir 25 December 2016, 19:10:39 UTC
ef7c1df Merge pull request #1638 from twitter/karthik/gtest-cleanup cleanup gtest BUILD file 22 December 2016, 08:40:35 UTC
29d94db Merge pull request #1639 from twitter/libevent-cleanup clean up of libevent 22 December 2016, 04:00:49 UTC
e821ee2 Merge pull request #1637 from twitter/karthik/gflags-cleanup cleanup of gflags to separate include files and lib files into lists 22 December 2016, 02:04:42 UTC
64c8024 clean up of libevent 22 December 2016, 01:51:07 UTC
d21e6a1 cleanup gtest BUILD file 22 December 2016, 01:24:41 UTC
bb283b9 Merge pull request #1636 from twitter/karthik/glog-cleanup cleanup glog build file 22 December 2016, 01:23:32 UTC
3000da6 cleanup of gflags to separate include files and lib files into lists 22 December 2016, 00:48:21 UTC
8c7cadb Merge pull request #1635 from twitter/karthik/proto-cleanup cleanup protobuf third party build file 22 December 2016, 00:23:30 UTC
d6a5adf double quote the value of environ variables 22 December 2016, 00:13:05 UTC
2661d40 fix pass double quotes to command shell 21 December 2016, 23:31:19 UTC
3ee655e use of single quotes for scripts rather than double quotes 21 December 2016, 23:12:21 UTC
0dc3274 Merge pull request #1615 from tc-dc/WebSink Adding metrics sink: WebSink 21 December 2016, 22:57:39 UTC
2e6d278 convert the script to be encapsulated in single quotes rather than double quotes 21 December 2016, 22:55:59 UTC
c528226 further refactoring of shell variables 21 December 2016, 22:54:00 UTC
9f63523 cleanup glog build file 21 December 2016, 21:47:02 UTC
3bafdef cleanup protobuf third party build file 21 December 2016, 20:21:49 UTC
58c1884 Check at launch that configured container count same as packing plan (#1630) 20 December 2016, 20:09:38 UTC
back to top