https://github.com/twitter/heron
Name Target Message Date
HEAD 1c5779d retired 01 March 2023, 15:11:03 UTC
refs/heads/0.14.10-rc dafe09b Fix mempool merge conflict. 08 August 2017, 17:35:34 UTC
refs/heads/0.14.11-rc dafe09b Fix mempool merge conflict. 08 August 2017, 17:35:34 UTC
refs/heads/0.14.11-stmgr-debug 451554f Show large packet. 19 August 2017, 21:33:14 UTC
refs/heads/0.14.12-rc e35ec1d Limit size of a single data tuple. (#2224) * Limit size of a single data tuple. * Break line. 22 August 2017, 04:43:15 UTC
refs/heads/0.14.6-rc 5da5be6 ISpoutDelegate and IBoltDelegate to implement IUpdatable (#1749) 08 March 2017, 02:42:29 UTC
refs/heads/0.14.7-rc 052dd4d Bump version number on website/config.yaml. (#1822) 27 April 2017, 19:00:54 UTC
refs/heads/0.14.7.1-rc 4284d01 create containerResource with updatedPackingPlan (#1836) 05 May 2017, 02:30:55 UTC
refs/heads/0.14.7.2-rc be3fde5 Make storm.Config don't extend heron.api.Config (#1842) * make storm.Config don't extend heron.api.Config 08 May 2017, 23:39:39 UTC
refs/heads/0.14.7.3-rc 0145d08 fix aurora to use maximum resources to start containers (#1850) * use scheduled resource to start aurora job 10 May 2017, 18:02:42 UTC
refs/heads/0.14.8-rc 0568bfa update STATEFUL_YAML to STATEFUL_CONFIG_YAML (#1917) 30 May 2017, 21:25:44 UTC
refs/heads/0.14.9.1+heapprof+stat+newcap 2e9fdb6 Add support for src task id in the storm api (#1938) * Added src task id information of tuples flowing between stmgrs and between stmgrs and instance * StreamManager changes to support src_task_id. We now break tuple batches based on src_task_ids * Heron-instance changes to support src_task_id. It can pass the compliation. But unit tests will fail. Heron-simulator has not been changed yet. So src_task_id will not work in heron-simulator. * Fix a NPE in heron-instance * Added the support of src_task_id in heron-simulator. Fixed all unit tests and coding style. * Set src_task_id in python instance as well 26 June 2017, 19:39:59 UTC
refs/heads/0.14.9.1-bound-mempool f505d2d limit the mem pool size (#2011) 29 June 2017, 17:45:34 UTC
refs/heads/0.14.9.1-heapprof 0ab3563 Only profile when receiving signal. 27 June 2017, 20:45:32 UTC
refs/heads/0.14.9.1-heapprof-max-heap bf306ae Dump tcmalloc heap stat. 05 July 2017, 20:39:30 UTC
refs/heads/0.14.9.1-heapprof-max-heap-with-cap 9702c8f limit the mem pool size (#2011) 29 June 2017, 17:45:34 UTC
refs/heads/0.14.9.1-heapprof-max-heap-with-cap-with-heap-check 089f10f Compile. 07 July 2017, 18:03:35 UTC
refs/heads/0.14.9.1-heapprof-no-force-new 0ab3563 Only profile when receiving signal. 27 June 2017, 20:45:32 UTC
refs/heads/0.14.9.1-rc e7c5f82 Remove duplicate method. 19 June 2017, 21:26:10 UTC
refs/heads/0.15.0-rc e394660 Correct heap memory usage of stream manager (#2086) 20 July 2017, 17:43:31 UTC
refs/heads/0.15.1.1-rc 0b805d3 Merge branch 'objmagic/limit-msg-size' into 0.15.1.1-rc 29 August 2017, 23:05:17 UTC
refs/heads/0.15.1.4-rc 6d48d20 Revert "Upgraded zookeeper to the latest stable version (#2245)" This reverts commit d816f44ba63d4734b23afc9046246858c30569e9. 28 September 2017, 21:40:05 UTC
refs/heads/0.16.4-rc 5fda058 Make stmgr and tmaster use gflags. This removes the ugly positional arguments (#2490) * Make stmgr use gflags. This removes the ugly positional arguments * Convert tmaster from using positional arguments to using gflags 26 October 2017, 13:36:47 UTC
refs/heads/0.17.0.1-rc 700afcf Fix StreamletImplTest unit test (#2561) 16 November 2017, 19:22:17 UTC
refs/heads/0.17.0.2-rc 649a005 Add config translations for getComponentConfiguration() (#2592) 28 November 2017, 02:55:46 UTC
refs/heads/0.17.0.3-rc 14945f4 Add null protection in config translation code (#2597) This change contains only null pointer checks. check job hasn't finished yet but it has been running for awhile so compiling should be successful now. 29 November 2017, 23:00:37 UTC
refs/heads/0.17.0.4-rc 3270bb7 Refactor heron client main.py (#2607) * Refactor heron client main.py Refactor main function of heron client into two steps, 1. set up command handlers 2. execute command and make it possible to customize heron client by creating new handlers. 12 December 2017, 18:43:52 UTC
refs/heads/0.17.0.5-rc 3270bb7 Refactor heron client main.py (#2607) * Refactor heron client main.py Refactor main function of heron client into two steps, 1. set up command handlers 2. execute command and make it possible to customize heron client by creating new handlers. 12 December 2017, 18:43:52 UTC
refs/heads/0.17.0.6-rc 3270bb7 Refactor heron client main.py (#2607) * Refactor heron client main.py Refactor main function of heron client into two steps, 1. set up command handlers 2. execute command and make it possible to customize heron client by creating new handlers. 12 December 2017, 18:43:52 UTC
refs/heads/0.17.2.1-rc fde69b7 Updated to use brew delivered bazel (#2655) 06 January 2018, 20:16:21 UTC
refs/heads/0.17.2.2-rc 90a615d fix mismatch container id between packing alg and aurora (#2582) * fix packing container id and aurroa container id mismatch * fix import * fix import * fix import 2 * add import * add import 3 * fix unit tests * fix style * fix style 2 * fix style 3 * add fix for aurora json parser * debug * update debug * add debug * fix optional ornul * add debug * add debug print * update container diff calc * fix stderr * fix update packing plan proto * clean code * clean shell util * address comment and fix unit test * addresscomments * fix unit test * add import * update spi according to ashvin suggestion * fix style * fix style 2 * fix ning comment * fix ning comment 23 January 2018, 20:07:28 UTC
refs/heads/0.17.3.1-rc 90a615d fix mismatch container id between packing alg and aurora (#2582) * fix packing container id and aurroa container id mismatch * fix import * fix import * fix import 2 * add import * add import 3 * fix unit tests * fix style * fix style 2 * fix style 3 * add fix for aurora json parser * debug * update debug * add debug * fix optional ornul * add debug * add debug print * update container diff calc * fix stderr * fix update packing plan proto * clean code * clean shell util * address comment and fix unit test * addresscomments * fix unit test * add import * update spi according to ashvin suggestion * fix style * fix style 2 * fix ning comment * fix ning comment 23 January 2018, 20:07:28 UTC
refs/heads/0.17.4.1-rc ad3ecfc fix a RRrepacking bug (#2720) * fix a bug * update unit 07 February 2018, 02:46:49 UTC
refs/heads/0.17.5.1-rc acf1fa2 Allowing API Server to distribute heron core package (#2724) * Allowing API Server to distribute heron core package * modifying endpoint 25 February 2018, 06:32:36 UTC
refs/heads/0.20.1-incubating 40ccec6 Joshfischer/refine docs (#3300) * refactor main page links * fix broken link * clean up 27 June 2019, 00:39:12 UTC
refs/heads/0.20.4-incubating-rc1-arm64 ddfbe0d Change ENV to ARM64 07 June 2021, 08:07:27 UTC
refs/heads/0.20.5-incubating-site-changes 2f482f8 retired 01 March 2023, 01:47:28 UTC
refs/heads/armadillojim-master-fix ac3b4fc renaming "topology master" to "topology manager" in heron/tmaster 27 October 2020, 00:35:20 UTC
refs/heads/asf-site ee89da6 git-site-role commit from publish_site.sh 01 March 2023, 02:02:52 UTC
refs/heads/billg/state_manager_packing d354557 Add support for watching packing plan to c++ state managers 13 June 2017, 22:19:51 UTC
refs/heads/billg/tmaster_packing 7bba7d6 fix typo 13 June 2017, 22:15:25 UTC
refs/heads/bk_uploader 166a874 private constructor 14 September 2017, 23:59:01 UTC
refs/heads/bugfix/base-url eab338b Updated to remove the need for a seperate variable 23 September 2020, 18:43:31 UTC
refs/heads/centos7-testing a1f6917 centos7 testing. 06 February 2017, 22:44:47 UTC
refs/heads/cwang/0.14.6.1-release 5da5be6 ISpoutDelegate and IBoltDelegate to implement IUpdatable (#1749) 08 March 2017, 02:42:29 UTC
refs/heads/cwang/backpressure 9c0b3c7 Address review comments from Sanjeev 10 April 2017, 18:29:50 UTC
refs/heads/cwang/heap-profiler d5dc0f9 Add heap profiler for stmgr 12 January 2017, 05:55:37 UTC
refs/heads/cwang/mempool-debug 213cf05 Debug OutstandingPackets 07 January 2017, 00:09:07 UTC
refs/heads/cwang/outgoingpackets-debug 3f4f161 Keep sending StartBackPressure message under pressure 11 January 2017, 17:38:48 UTC
refs/heads/cwang/protobuf3 99024e5 Merge branch 'master' into protobuf3 15 December 2016, 23:43:49 UTC
refs/heads/cwang/tuple-metrics 3adb581 Remove unused MakeInstanceTuplesMetricName() 02 February 2017, 21:51:51 UTC
refs/heads/dcos-support 535c607 Not checking for HOST env variable in executor test 25 April 2017, 05:46:09 UTC
refs/heads/docs/0.15.0-release 4c90a84 Merge remote-tracking branch 'upstream/master' into docs/0.15.0-release 14 August 2017, 18:17:49 UTC
refs/heads/feature/arm64 058364e Support arm64 28 December 2022, 09:11:43 UTC
refs/heads/fix_groupings f30ba9f Check for negative return from % operator 20 March 2018, 19:36:48 UTC
refs/heads/gh-pages 3401ac2 remove broken symlink 12 February 2020, 02:54:01 UTC
refs/heads/helm-nodeport a590688 Some cleanup and allows K8s to auto-pick nodeport 05 November 2021, 21:53:55 UTC
refs/heads/helm-update dc2d9f6 [3821] Remove deprecated Host Path, NFS, and EBS support for Kubernetes (#3825) * Removed deprecated loading of EBS, NFS, and Host Path via topology configurations for Kubernetes. * Refactored creation of NFS, Host Path, Empty Directory, and Persistent Volume Claims (templates and volumes) for Kubernetes to a hybrid-factory pattern for volume generation. 07 May 2022, 15:30:27 UTC
refs/heads/heron-ui-js-fix 6e9a3de Update physical-plan.js Fixing the JS issue on heron-ui 25 March 2022, 15:22:19 UTC
refs/heads/huijunw/exampletopoexclamation 9cc4714 update to 2 20 March 2018, 22:17:27 UTC
refs/heads/java_11_support 1294a04 Java 11 support (#3399) * Support Java 11 * config travis to use oracle jdk 11 * Add check jdk version 11 November 2019, 06:57:57 UTC
refs/heads/jerrypeng-patch-1 755c63f Correct print errors 17 March 2018, 00:34:56 UTC
refs/heads/joshfischer-temp/0.20.3-incubating-rc8-site 6814e85 adding versioned docs for release candidate 30 November 2020, 04:25:12 UTC
refs/heads/joshfischer/apache-content 98f8aff adding back branch whoami block 10 December 2019, 00:45:44 UTC
refs/heads/joshfischer/asf-site 7ed1534 remove htaccess from root of repo 07 December 2019, 20:49:34 UTC
refs/heads/joshfischer/debian-container 5f8675f adding flag for c 06 February 2020, 14:52:40 UTC
refs/heads/joshfischer/debian9 29328c6 fixing sandbox properties 07 February 2020, 04:16:21 UTC
refs/heads/joshfischer/fix-javadocs 5b2828f correcting folder path 18 May 2020, 02:58:56 UTC
refs/heads/joshfischer/native-python-rules 6c524b4 [Build] cleanup 27 January 2022, 03:19:21 UTC
refs/heads/joshfischer/site-build-mods d6ce516 Merge branch 'joshfischer/site-build-mods' into joshfischer/github-metadata 12 December 2019, 21:43:55 UTC
refs/heads/kanishk/ui-bp-metric b2ad38a Merge branch 'master' into kanishk/ui-bp-metric 02 May 2017, 00:20:35 UTC
refs/heads/karthik/alltargets 1f7f55f fix travis to use new targets and also some checkstyle 13 October 2017, 22:25:28 UTC
refs/heads/karthik/appbuildtest 5c7a928 remove starting of http server twice in tests 01 July 2017, 20:16:09 UTC
refs/heads/karthik/appimage 79aef50 changed travis scripts to take an input arg that indicates the CI env 27 June 2017, 17:58:18 UTC
refs/heads/karthik/applatix-fix 216d508 change CROSSTOOL to point to gcc 27 June 2017, 05:34:51 UTC
refs/heads/karthik/applatixchanges f9bdb80 changes for applatix ci 27 June 2017, 20:17:46 UTC
refs/heads/karthik/applatx e3d11de change the applatix docker image 26 June 2017, 23:37:46 UTC
refs/heads/karthik/appscripts d4eaed7 added applatix scripts and tools 10 July 2017, 21:16:39 UTC
refs/heads/karthik/aurora_fix ff64c1b include heron.aurora file in the distribution 27 October 2017, 20:53:12 UTC
refs/heads/karthik/bazel-cleanup 205c7e9 cleanup the C++ BUILD files so that include directories are not repeated often 08 January 2017, 00:02:24 UTC
refs/heads/karthik/bazel0.4.4 6e84c06 Merge branch 'master' into karthik/bazel0.4.4 26 May 2017, 01:01:03 UTC
refs/heads/karthik/bazel021 6af8b09 added changes for compiling in bazel-0.21.0 17 January 2019, 01:27:51 UTC
refs/heads/karthik/bazel051 9fd8049 Merge branch 'master' into karthik/bazel051 30 August 2017, 13:37:17 UTC
refs/heads/karthik/binaryout de41ff6 truncate lines greater than 100 01 April 2018, 17:23:59 UTC
refs/heads/karthik/bk_quickfix aadbd19 added a quick fix 02 January 2018, 22:48:12 UTC
refs/heads/karthik/bookkeeper_emptydir 419f27f volumes should be aligning with containers 02 January 2018, 21:40:26 UTC
refs/heads/karthik/bzldkrfix 08e8226 convert git repo for bazel dockers rules to artifiact 12 December 2017, 07:26:23 UTC
refs/heads/karthik/c++-packaging c45b9a5 remove unuwanted files 20 July 2018, 17:15:08 UTC
refs/heads/karthik/cerealrm a849516 remove protobuf include directory 13 December 2017, 07:19:29 UTC
refs/heads/karthik/certjava ffc90e9 added update certificates for java 08 August 2017, 19:57:31 UTC
refs/heads/karthik/checkstyle_fix 68fdbc2 Added an option to bazel build/test without doing checkstyle. If you invoke bazel build heron/... or bazel test heron/..., it will skip checkstyle Also ensured that bazel options are in alphatetical order 24 August 2017, 01:17:18 UTC
refs/heads/karthik/cicd 4597b22 move scripts and tools around 08 July 2017, 22:09:23 UTC
refs/heads/karthik/cidocker 1ed53e7 added a script to build/publish docker images 14 July 2017, 06:16:49 UTC
refs/heads/karthik/cifix 498b72f change ci-docker.sh to use sh instead of bash 14 July 2017, 22:24:28 UTC
refs/heads/karthik/cifix2 033fb0a fix the comparison to be string rather than numerical 15 July 2017, 00:59:56 UTC
refs/heads/karthik/dfix 11d6ed6 organize the docker directory 28 July 2017, 02:05:43 UTC
refs/heads/karthik/dimages 7aa531a rename scripts/docker to scripts/images for building docker images 20 January 2018, 16:55:31 UTC
refs/heads/karthik/docimprov c560eb5 Merge branch 'master' into karthik/docimprov 11 July 2017, 21:01:39 UTC
refs/heads/karthik/dockerdist 04b65fd Merge branch 'master' into karthik/dockerdist 14 June 2017, 22:12:00 UTC
refs/heads/karthik/dockersize 3472962 incorporated comments 27 November 2017, 01:16:38 UTC
back to top