This is an automated email from the ASF dual-hosted git repository.
mblow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git.
from dc43ac8 [NO ISSUE][COMP] Minor QueryTranslator refactoring
new b893514 [ASTERIXDB-2688][HYR] Fix use of a Hyracks task across join
stages
new 4189071 [NO ISSUE][NET] Use unresolved address on NC reg
new 695c4d7 [NO ISSUE][NET] Ensure Channel Was Not Recycled Before Adding
Credit
new f95c8f5 [NO ISSUE][TEST] Canonicalize file outputs in test framework
new 3e50a41 Merge branch 'gerrit/stabilization-f69489'
new d0710ce [NO ISSUE][NET] Utilize unresolved NC reg address
new c6b2941 Merge branch 'gerrit/stabilization-f69489'
new 77b48cd Merge branch 'gerrit/mad-hatter'
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/asterix/test/common/TestExecutor.java | 18 +++++---
.../asterix/test/sqlpp/ParserTestExecutor.java | 13 +++---
.../test/resources/runtimets/testsuite_sqlpp.xml | 1 +
.../apache/hyracks/api/comm/NetworkAddress.java | 20 ++++++++-
.../hyracks/api/context/IHyracksJobletContext.java | 2 +-
.../hyracks/control/cc/cluster/NodeManager.java | 8 ++--
.../hyracks/control/cc/executor/JobExecutor.java | 2 +-
.../control/cc/partitions/PartitionUtils.java | 2 +-
.../hyracks/control/cc/work/RegisterNodeWork.java | 2 +-
.../control/cc/cluster/NodeManagerTest.java | 6 +--
.../hyracks/control/common/NodeControllerData.java | 24 +++++------
.../common/controllers/NodeRegistration.java | 40 +++++++++---------
.../java/org/apache/hyracks/control/nc/Joblet.java | 18 +++++---
.../hyracks/control/nc/NodeControllerService.java | 8 ++--
.../java/org/apache/hyracks/control/nc/Task.java | 6 +--
.../dataflow/std/join/InMemoryHashJoin.java | 43 ++++++++++---------
.../join/InMemoryHashJoinOperatorDescriptor.java | 49 +++++++++-------------
.../hyracks/dataflow/std/join/NestedLoopJoin.java | 45 ++++++++++----------
.../std/join/NestedLoopJoinOperatorDescriptor.java | 15 ++++---
.../dataflow/std/join/OptimizedHybridHashJoin.java | 43 ++++++++++---------
.../OptimizedHybridHashJoinOperatorDescriptor.java | 44 +++++++++----------
.../integration/OptimizedHybridHashJoinTest.java | 10 ++---
.../protocols/muxdemux/ChannelControlBlock.java | 2 +-
.../hyracks/net/protocols/muxdemux/ChannelSet.java | 6 ++-
.../hyracks/test/support/TestJobletContext.java | 29 +++++++------
.../hyracks/test/support/TestTaskContext.java | 4 +-
.../org/apache/hyracks/util/file/FileUtil.java | 20 +++++++++
.../org/apache/hyracks/util/file/FileUtilTest.java | 23 ++++++++++
28 files changed, 289 insertions(+), 214 deletions(-)