[ https://issues.apache.org/jira/browse/HDDS-1196?focusedWorklogId=210013&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-210013 ]
ASF GitHub Bot logged work on HDDS-1196: ---------------------------------------- Author: ASF GitHub Bot Created on: 08/Mar/19 07:11 Start Date: 08/Mar/19 07:11 Worklog Time Spent: 10m Work Description: hadoop-yetus commented on issue #567: HDDS-1196. Add a ReplicationStartTimer class. URL: https://github.com/apache/hadoop/pull/567#issuecomment-470829608 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |:----:|----------:|--------:|:--------| | 0 | reexec | 26 | Docker mode activated. | ||| _ Prechecks _ | | +1 | @author | 0 | The patch does not contain any @author tags. | | +1 | test4tests | 0 | The patch appears to include 5 new or modified test files. | ||| _ trunk Compile Tests _ | | 0 | mvndep | 23 | Maven dependency ordering for branch | | +1 | mvninstall | 1094 | trunk passed | | +1 | compile | 1073 | trunk passed | | +1 | checkstyle | 205 | trunk passed | | +1 | mvnsite | 180 | trunk passed | | +1 | shadedclient | 1079 | branch has no errors when building and testing our client artifacts. | | 0 | findbugs | 0 | Skipped patched modules with no Java source: hadoop-ozone/integration-test | | +1 | findbugs | 169 | trunk passed | | +1 | javadoc | 146 | trunk passed | ||| _ Patch Compile Tests _ | | 0 | mvndep | 24 | Maven dependency ordering for patch | | +1 | mvninstall | 132 | the patch passed | | +1 | compile | 950 | the patch passed | | +1 | javac | 950 | the patch passed | | +1 | checkstyle | 193 | the patch passed | | +1 | mvnsite | 186 | the patch passed | | +1 | whitespace | 0 | The patch has no whitespace issues. | | +1 | xml | 1 | The patch has no ill-formed XML file. | | +1 | shadedclient | 669 | patch has no errors when building and testing our client artifacts. | | 0 | findbugs | 0 | Skipped patched modules with no Java source: hadoop-ozone/integration-test | | +1 | findbugs | 205 | the patch passed | | +1 | javadoc | 149 | the patch passed | ||| _ Other Tests _ | | -1 | unit | 87 | common in the patch failed. | | +1 | unit | 105 | server-scm in the patch passed. | | -1 | unit | 567 | integration-test in the patch failed. | | +1 | unit | 77 | tools in the patch passed. | | +1 | asflicense | 36 | The patch does not generate ASF License warnings. | | | | 7286 | | | Reason | Tests | |-------:|:------| | Failed junit tests | hadoop.hdds.security.x509.certificate.client.TestDefaultCertificateClient | | | hadoop.ozone.container.server.TestSecureContainerServer | | Subsystem | Report/Notes | |----------:|:-------------| | Docker | Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-567/11/artifact/out/Dockerfile | | GITHUB PR | https://github.com/apache/hadoop/pull/567 | | Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml | | uname | Linux 8a32daa4ed33 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux | | Build tool | maven | | Personality | personality/hadoop.sh | | git revision | trunk / 373705f | | maven | version: Apache Maven 3.3.9 | | Default Java | 1.8.0_191 | | findbugs | v3.1.0-RC1 | | unit | https://builds.apache.org/job/hadoop-multibranch/job/PR-567/11/artifact/out/patch-unit-hadoop-hdds_common.txt | | unit | https://builds.apache.org/job/hadoop-multibranch/job/PR-567/11/artifact/out/patch-unit-hadoop-ozone_integration-test.txt | | Test Results | https://builds.apache.org/job/hadoop-multibranch/job/PR-567/11/testReport/ | | Max. process+thread count | 4094 (vs. ulimit of 5500) | | modules | C: hadoop-hdds/common hadoop-hdds/server-scm hadoop-ozone/integration-test hadoop-ozone/tools U: . | | Console output | https://builds.apache.org/job/hadoop-multibranch/job/PR-567/11/console | | Powered by | Apache Yetus 0.9.0 http://yetus.apache.org | This message was automatically generated. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 210013) Time Spent: 2h 20m (was: 2h 10m) > Add a ChillMode handler class > ------------------------------ > > Key: HDDS-1196 > URL: https://issues.apache.org/jira/browse/HDDS-1196 > Project: Hadoop Distributed Data Store > Issue Type: Bug > Components: SCM > Reporter: Bharat Viswanadham > Assignee: Bharat Viswanadham > Priority: Major > Labels: pull-request-available > Time Spent: 2h 20m > Remaining Estimate: 0h > > Condition for to Start Replication monitor thread. > # Exit Chill mode > # Time out (configurable value) default to 5 minutes. Additional time out is > added to give some additional time for datanodes to report and make pipelines > healthy. > So, once we are out of chillmode, we fire ChillModeStatus, this > ReplicationTimer Class will listen to that event, and wait for a configurable > time, and then emit replicationEnabled. > > The current code, when we are out of chill mode, we set replication enabled. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org