This is an automated email from the ASF dual-hosted git repository.

elek pushed a change to branch debug-acceptance-timeout
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


 discard adc19f7  retrigger build
 discard f5694c9  more debug
 discard cb7425e  debug secure execution
 discard 0223230  try to fix tmate
 discard bf44556  add timeout
 discard 381da33  debug without tmate
 discard 90ac2bc  sudo with power
 discard 4ac68e1  fix install script
 discard 96da4f4  fix build dependency
 discard f36ce6d  debug-acceptace-timeout
     add cd892e0  HDDS-2640 Add leaderID information in pipeline list 
subcommand (#279)
     add b1ceedd  Revert "HDDS-2640 Add leaderID information in pipeline list 
subcommand (#279)" (#280)
     add c91916d  HDDS-2639. Turning off unit test until review of HDDS-2639
     add 72ab0a1  HDDS-2648. Disabling flaky test unil the fix.
     add cd3f8c9  HDDS-2640 Add leaderID information in pipeline list 
subcommand (#281)
     add 33b3c16  HDDS-2628. Make AuditMessage parameters strongly typed (#277)
     add 5e49d7a  HDDS-2505. Fix logic related to SCM address calculation in 
HddsUtils
     add 46fd24b  HDDS-2444. Remove server side dependencies from ozonefs jar 
files
     new 9685ec0  HDDS-2646. Start acceptance tests only if at least one THREE 
pipeline is available
     new 15ce5ea  remove configs where we don't need them
     new 4916923  switch to use ENV based variable with default
     new e6b05fa  debug-acceptace-timeout
     new b849a80  fix build dependency
     new b2aa643  fix install script
     new 3a8b003  sudo with power
     new 6002b7d  debug without tmate
     new 8cb3c90  add timeout
     new 1052564  try to fix tmate
     new b1a0c94  debug secure execution
     new 9bba11f  more debug

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   (adc19f7)
            \
             N -- N -- N   refs/heads/debug-acceptance-timeout (9bba11f)

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.

The 12 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:
 .../java/org/apache/hadoop/hdds/HddsUtils.java     | 186 ++++++++-------------
 .../apache/hadoop/hdds/scm/pipeline/Pipeline.java  |   3 +-
 .../apache/hadoop/ozone/audit/AuditMessage.java    |  51 ++----
 .../hdds/utils/db/cache/TestTableCacheImpl.java    |   2 +
 .../hadoop/ozone/audit/TestOzoneAuditLogger.java   |  22 +--
 .../org/apache/hadoop/hdds/scm/HddsServerUtil.java | 117 ++++---------
 .../container/common/impl/HddsDispatcher.java      |  11 +-
 .../apache/hadoop/hdds/server/BaseHttpServer.java  |  19 +--
 .../org/apache/hadoop/hdds/server/ServerUtils.java |  15 ++
 .../hdds/scm/server/SCMBlockProtocolServer.java    |  26 ++-
 .../hdds/scm/server/SCMClientProtocolServer.java   |  30 ++--
 .../hdds/scm/server/SCMDatanodeProtocolServer.java |  26 ++-
 hadoop-ozone/common/pom.xml                        |   8 -
 .../main/java/org/apache/hadoop/ozone/OmUtils.java |  61 +------
 .../java/org/apache/hadoop/ozone/TestOmUtils.java  |  56 -------
 .../dist/src/main/compose/ozone-mr/common-config   |   1 +
 .../compose/ozone-mr/hadoop27/docker-compose.yaml  |   1 +
 .../compose/ozone-mr/hadoop31/docker-compose.yaml  |   1 +
 .../compose/ozone-mr/hadoop32/docker-compose.yaml  |   1 +
 .../compose/ozone-om-ha-s3/docker-compose.yaml     |   1 +
 .../main/compose/ozone-recon/docker-compose.yaml   |   1 +
 .../compose/ozone-topology/docker-compose.yaml     |   1 +
 .../src/main/compose/ozone-topology/docker-config  |   1 +
 .../src/main/compose/ozone/docker-compose.yaml     |   1 +
 .../src/main/compose/ozoneblockade/docker-config   |   2 +
 .../src/main/compose/ozoneperf/docker-compose.yaml |   1 +
 .../compose/ozones3-haproxy/docker-compose.yaml    |   1 +
 .../src/main/compose/ozones3/docker-compose.yaml   |   1 +
 .../src/main/compose/ozonescripts/docker-config    |   3 +-
 .../compose/ozonesecure-mr/docker-compose.yaml     |   1 +
 .../main/compose/ozonesecure/docker-compose.yaml   |   1 +
 hadoop-ozone/dist/src/main/compose/testlib.sh      |  51 +-----
 hadoop-ozone/ozone-manager/pom.xml                 |   5 +
 .../java/org/apache/hadoop/ozone/om/OMStorage.java |  17 +-
 .../hadoop/ozone/om/OmMetadataManagerImpl.java     |   3 +-
 .../org/apache/hadoop/ozone/om/OzoneManager.java   |  31 ++--
 .../ozone/om/ratis/OzoneManagerRatisServer.java    |  28 +++-
 .../hadoop/ozone/om/request/OMClientRequest.java   |   6 +-
 .../org/apache/hadoop/ozone/om/TestOMStorage.java  |  91 ++++++++++
 ...TestOzoneManagerDoubleBufferWithOMResponse.java |   1 +
 hadoop-ozone/ozonefs-lib-current/pom.xml           |  15 --
 .../apache/hadoop/fs/ozone/TestOzoneFsHAURLs.java  |  15 +-
 hadoop-ozone/s3gateway/pom.xml                     |   4 +
 43 files changed, 396 insertions(+), 523 deletions(-)
 create mode 100644 
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestOMStorage.java


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-commits-h...@hadoop.apache.org

Reply via email to