This is an automated email from the ASF dual-hosted git repository.
nicknezis pushed a change to branch nicknezis/remove-heap-dump
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.
discard 0096450 Updating the unit test
discard 43796ff Removing defaulted HeapDumpOnOutOfMemory
add fdf3430 Add sum/max/min reducers in Scala (#3133)
add f11ebc3 Added CLI submit config toggle for verbose GC logging (#3663)
add 9d6f66c Removing defaulted HeapDumpOnOutOfMemory
add 12b9290 Updated executor test
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0096450)
\
N -- N -- N refs/heads/nicknezis/remove-heap-dump (12b9290)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../scala/ScalaWindowedWordCountTopology.scala | 4 +-
.../heron/streamlet/scala/StreamletReducers.scala} | 71 +++------
.../streamlet/scala/StreamletReducersTest.scala | 55 +++++++
.../streamlet/scala/impl/StreamletImplTest.scala | 8 +-
heron/executor/src/python/heron_executor.py | 40 ++----
.../tests/python/heron_executor_unittest.py | 160 ++++-----------------
.../org/apache/heron/scheduler/ExecutorFlag.java | 1 +
.../org/apache/heron/scheduler/SubmitterMain.java | 17 ++-
.../heron/scheduler/utils/SchedulerUtils.java | 3 +
.../java/org/apache/heron/spi/common/Context.java | 4 +
.../src/java/org/apache/heron/spi/common/Key.java | 3 +
.../java/org/apache/heron/spi/common/KeysTest.java | 4 +
.../apiserver/resources/TopologyResource.java | 9 +-
heron/tools/cli/src/python/args.py | 11 ++
heron/tools/cli/src/python/submit.py | 9 +-
15 files changed, 170 insertions(+), 229 deletions(-)
copy heron/api/src/{java/org/apache/heron/streamlet/StreamletReducers.java =>
scala/org/apache/heron/streamlet/scala/StreamletReducers.scala} (55%)
create mode 100644
heron/api/tests/scala/org/apache/heron/streamlet/scala/StreamletReducersTest.scala