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 594780e  Merge "Merge branch 'release-0.9.6-rc0' into 'master'"
     new 276b65c  [NO ISSUE][STO] Ignore resource doesn't exist on dataset drop
     new 080a53e  [NO ISSUE][MISC] Fix unwrap(), consolidate exception utils
     new 36ada86  [NO ISSUE][STO] Add method to init the frame operation call 
back
     new 08fbf26  [NO ISSUE][EXT] enable override of active recovery
     new ad58fc2  [NO ISSUE][COMP] Fix subplan flush + disable optimization rule
     new 7332722  [NO ISSUE][*DB][MD] Allow '.' in database object names on 
Windows
     new b4f8ddd  Merge branch 'gerrit/stabilization-3b6982ce7f'
     new fa1a19e  Merge branch 'gerrit/cheshire-cat'

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:
 .../api/http/server/NCQueryServiceServlet.java     |  2 +-
 .../app/active/ActiveEntityEventsListener.java     |  4 +
 .../apache/asterix/app/active/RecoveryTask.java    |  4 +-
 .../asterix/app/translator/QueryTranslator.java    |  9 ++-
 .../org/apache/asterix/utils/RebalanceUtil.java    |  3 +-
 .../test/common/CancellationTestExecutor.java      |  2 +-
 .../common/RebalanceCancellationTestExecutor.java  |  2 +-
 .../SqlppExecutionWithCancellationTest.java        |  2 +-
 .../apache/asterix/test/txn/LogManagerTest.java    |  3 +-
 .../NoOpFrameOperationCallbackFactory.java         |  5 ++
 .../asterix/common/exceptions/ExceptionUtils.java  | 86 ----------------------
 .../external/input/stream/LocalFSInputStream.java  |  3 +-
 .../metadata/declared/MetadataProvider.java        |  1 +
 .../asterix/metadata/utils/MetadataConstants.java  |  2 +-
 .../LSMPrimaryInsertOperatorNodePushable.java      |  1 +
 .../LSMPrimaryUpsertOperatorNodePushable.java      |  6 ++
 .../PersistentLocalResourceRepository.java         | 25 ++++---
 .../core/algebra/metadata/IMetadataProvider.java   |  2 +
 .../rewriter/rules/IntroJoinInsideSubplanRule.java |  3 +
 .../operators/meta/SubplanRuntimeFactory.java      |  2 +-
 .../apache/hyracks/api/util/ExceptionUtils.java    | 39 ++++++++++
 .../dataflow/IndexDropOperatorNodePushable.java    |  3 +-
 .../am/lsm/common/api/IFrameOperationCallback.java |  5 ++
 23 files changed, 98 insertions(+), 116 deletions(-)
 delete mode 100644 
asterixdb/asterix-common/src/main/java/org/apache/asterix/common/exceptions/ExceptionUtils.java

Reply via email to