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 855f7e2f7d (Null) merge commit '0445b7e4b9'
new 8cfb837ffa [ASTERIXDB-3187][STO] Clear ByteBuffer position/limit of
confiscated pages
new 2e1d59e3d6 [ASTERIXDB-3189][*DB] Allow queries to be canceled during
compilation
new d345cdcdee [ASTERIXDB-3186][HYR] Resolve NC address on CC for
heartbeat acks
new 0f19b1ed40 [ASTERIXDB-3188][*DB] Clear cached global resource ids on
NCs
new 47aa7a5cc3 Merge branch 'gerrit/stabilization-667a908755'
new 4bf65035dd Merge branch 'gerrit/neo'
The 6 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:
.../message/RegistrationTasksResponseMessage.java | 3 ++
.../asterix/app/translator/QueryTranslator.java | 25 ++++++++++----
.../org/apache/asterix/utils/RebalanceUtil.java | 2 ++
.../asterix/common/metadata/IMetadataLock.java | 2 +-
.../apache/asterix/common/metadata/LockList.java | 7 +++-
.../asterix/common/utils/NcLocalCounters.java | 8 +++++
.../apache/asterix/metadata/lock/DatasetLock.java | 20 ++++++++---
.../transaction/GlobalResourceIdFactory.java | 39 +++++++++++++++++++---
.../PersistentLocalResourceRepository.java | 5 ++-
.../hyracks/control/cc/work/NodeHeartbeatWork.java | 8 +++--
.../storage/common/buffercache/BufferCache.java | 4 ++-
.../storage/common/file/IResourceIdFactory.java | 10 ++++--
.../hyracks/storage/common/BufferCacheTest.java | 24 ++++++++++++-
13 files changed, 130 insertions(+), 27 deletions(-)