[
https://issues.apache.org/jira/browse/HDDS-1625?focusedWorklogId=252162&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-252162
]
ASF GitHub Bot logged work on HDDS-1625:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Jun/19 00:33
Start Date: 01/Jun/19 00:33
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on issue #883: HDDS-1625 :
ConcurrentModificationException when SCM has containers o…
URL: https://github.com/apache/hadoop/pull/883#issuecomment-497897123
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| 0 | reexec | 42 | Docker mode activated. |
||| _ Prechecks _ |
| +1 | dupname | 0 | No case conflicting files found. |
| +1 | @author | 0 | The patch does not contain any @author tags. |
| +1 | test4tests | 0 | The patch appears to include 1 new or modified test
files. |
||| _ trunk Compile Tests _ |
| 0 | mvndep | 71 | Maven dependency ordering for branch |
| +1 | mvninstall | 580 | trunk passed |
| +1 | compile | 288 | trunk passed |
| +1 | checkstyle | 81 | trunk passed |
| +1 | mvnsite | 0 | trunk passed |
| +1 | shadedclient | 912 | branch has no errors when building and testing
our client artifacts. |
| +1 | javadoc | 171 | trunk passed |
| 0 | spotbugs | 339 | Used deprecated FindBugs config; considering
switching to SpotBugs. |
| +1 | findbugs | 531 | trunk passed |
||| _ Patch Compile Tests _ |
| 0 | mvndep | 32 | Maven dependency ordering for patch |
| +1 | mvninstall | 512 | the patch passed |
| +1 | compile | 295 | the patch passed |
| +1 | javac | 295 | the patch passed |
| +1 | checkstyle | 87 | the patch passed |
| +1 | mvnsite | 0 | the patch passed |
| +1 | whitespace | 0 | The patch has no whitespace issues. |
| +1 | shadedclient | 715 | patch has no errors when building and testing
our client artifacts. |
| +1 | javadoc | 168 | the patch passed |
| +1 | findbugs | 550 | the patch passed |
||| _ Other Tests _ |
| -1 | unit | 183 | hadoop-hdds in the patch failed. |
| -1 | unit | 1599 | hadoop-ozone in the patch failed. |
| +1 | asflicense | 60 | The patch does not generate ASF License warnings. |
| | | 7073 | |
| Reason | Tests |
|-------:|:------|
| Failed junit tests | hadoop.ozone.container.ozoneimpl.TestOzoneContainer |
| | hadoop.ozone.client.rpc.TestBCSID |
| | hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException |
| | hadoop.ozone.TestMiniChaosOzoneCluster |
| | hadoop.ozone.client.rpc.TestWatchForCommit |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | Client=17.05.0-ce Server=17.05.0-ce base:
https://builds.apache.org/job/hadoop-multibranch/job/PR-883/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/883 |
| Optional Tests | dupname asflicense compile javac javadoc mvninstall
mvnsite unit shadedclient findbugs checkstyle |
| uname | Linux 749ee4ca8153 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14
08:52:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/hadoop.sh |
| git revision | trunk / c1d2d92 |
| Default Java | 1.8.0_212 |
| unit |
https://builds.apache.org/job/hadoop-multibranch/job/PR-883/1/artifact/out/patch-unit-hadoop-hdds.txt
|
| unit |
https://builds.apache.org/job/hadoop-multibranch/job/PR-883/1/artifact/out/patch-unit-hadoop-ozone.txt
|
| Test Results |
https://builds.apache.org/job/hadoop-multibranch/job/PR-883/1/testReport/ |
| Max. process+thread count | 5389 (vs. ulimit of 5500) |
| modules | C: hadoop-hdds/server-scm hadoop-ozone/integration-test U: . |
| Console output |
https://builds.apache.org/job/hadoop-multibranch/job/PR-883/1/console |
| versions | git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1 |
| Powered by | Apache Yetus 0.10.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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 252162)
Time Spent: 0.5h (was: 20m)
> ConcurrentModificationException when SCM has containers of different owners
> ---------------------------------------------------------------------------
>
> Key: HDDS-1625
> URL: https://issues.apache.org/jira/browse/HDDS-1625
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Aravindan Vijayan
> Assignee: Aravindan Vijayan
> Priority: Critical
> Labels: pull-request-available
> Fix For: 0.5.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {{SCMBlockProtocolServer#allocateBlock}} throws
> {{ConcurrentModificationException}} when SCM has containers of different
> owners.
> {code}
> 2019-05-31 13:53:16,808 WARN
> org.apache.hadoop.hdds.scm.container.SCMContainerManager: Container
> allocation failed for pipeline=Pipeline[ Id:
> 3e0eec4d-67d1-4582-a9e9-e68b0a340de6, Nodes:
> abaea3d2-a8c1-47de-8cdb-7cc5ed8f23a6{ip: 10.17.219.50, host: v
> c1340.halxg.cloudera.com, certSerialId: null}, Type:RATIS, Factor:ONE,
> State:OPEN] requiredSize=268435456 {}
> java.util.ConcurrentModificationException
> at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1211)
> at java.util.TreeMap$KeyIterator.next(TreeMap.java:1265)
> at
> org.apache.hadoop.hdds.scm.container.SCMContainerManager.getContainersForOwner(SCMContainerManager.java:473)
> at
> org.apache.hadoop.hdds.scm.container.SCMContainerManager.getMatchingContainer(SCMContainerManager.java:394)
> at
> org.apache.hadoop.hdds.scm.block.BlockManagerImpl.allocateBlock(BlockManagerImpl.java:203)
> at
> org.apache.hadoop.hdds.scm.server.SCMBlockProtocolServer.allocateBlock(SCMBlockProtocolServer.java:172)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]