[
https://issues.apache.org/jira/browse/HDDS-1382?focusedWorklogId=251783&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-251783
]
ASF GitHub Bot logged work on HDDS-1382:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/May/19 13:27
Start Date: 31/May/19 13:27
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on issue #693: HDDS-1382. Create
customized CSI server for Ozone.
URL: https://github.com/apache/hadoop/pull/693#issuecomment-497708455
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| 0 | reexec | 35 | Docker mode activated. |
||| _ Prechecks _ |
| +1 | dupname | 1 | No case conflicting files found. |
| 0 | shelldocs | 0 | Shelldocs was not available. |
| +1 | @author | 0 | The patch does not contain any @author tags. |
| +1 | test4tests | 0 | The patch appears to include 2 new or modified test
files. |
||| _ trunk Compile Tests _ |
| 0 | mvndep | 71 | Maven dependency ordering for branch |
| +1 | mvninstall | 528 | trunk passed |
| +1 | compile | 305 | trunk passed |
| +1 | checkstyle | 101 | trunk passed |
| +1 | mvnsite | 0 | trunk passed |
| +1 | shadedclient | 804 | branch has no errors when building and testing
our client artifacts. |
| +1 | javadoc | 179 | trunk passed |
| 0 | spotbugs | 309 | Used deprecated FindBugs config; considering
switching to SpotBugs. |
| +1 | findbugs | 503 | trunk passed |
||| _ Patch Compile Tests _ |
| 0 | mvndep | 37 | Maven dependency ordering for patch |
| +1 | mvninstall | 540 | the patch passed |
| +1 | compile | 315 | the patch passed |
| +1 | cc | 315 | the patch passed |
| -1 | javac | 209 | hadoop-ozone generated 3 new + 0 unchanged - 0 fixed =
3 total (was 0) |
| +1 | checkstyle | 101 | the patch passed |
| -1 | hadolint | 1 | The patch generated 3 new + 1 unchanged - 0 fixed = 4
total (was 1) |
| +1 | mvnsite | 0 | the patch passed |
| +1 | shellcheck | 25 | There were no new shellcheck issues. |
| +1 | whitespace | 0 | The patch has no whitespace issues. |
| +1 | xml | 7 | The patch has no ill-formed XML file. |
| +1 | shadedclient | 694 | patch has no errors when building and testing
our client artifacts. |
| +1 | javadoc | 183 | the patch passed |
| +1 | findbugs | 618 | the patch passed |
||| _ Other Tests _ |
| +1 | unit | 224 | hadoop-hdds in the patch passed. |
| -1 | unit | 1467 | hadoop-ozone in the patch failed. |
| +1 | asflicense | 57 | The patch does not generate ASF License warnings. |
| | | 7058 | |
| Reason | Tests |
|-------:|:------|
| Failed junit tests | hadoop.ozone.client.rpc.TestOzoneRpcClient |
| | hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | Client=17.05.0-ce Server=17.05.0-ce base:
https://builds.apache.org/job/hadoop-multibranch/job/PR-693/5/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/693 |
| Optional Tests | dupname asflicense compile javac javadoc mvninstall
mvnsite unit shadedclient findbugs checkstyle xml shellcheck shelldocs cc
hadolint |
| uname | Linux 6442ceeebd8b 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24
10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/hadoop.sh |
| git revision | trunk / 52128e3 |
| Default Java | 1.8.0_212 |
| javac |
https://builds.apache.org/job/hadoop-multibranch/job/PR-693/5/artifact/out/diff-compile-javac-hadoop-ozone.txt
|
| hadolint |
https://builds.apache.org/job/hadoop-multibranch/job/PR-693/5/artifact/out/diff-patch-hadolint.txt
|
| unit |
https://builds.apache.org/job/hadoop-multibranch/job/PR-693/5/artifact/out/patch-unit-hadoop-ozone.txt
|
| Test Results |
https://builds.apache.org/job/hadoop-multibranch/job/PR-693/5/testReport/ |
| Max. process+thread count | 5294 (vs. ulimit of 5500) |
| modules | C: hadoop-hdds/common hadoop-ozone hadoop-ozone/common
hadoop-ozone/csi hadoop-ozone/dist hadoop-ozone/integration-test U: . |
| Console output |
https://builds.apache.org/job/hadoop-multibranch/job/PR-693/5/console |
| versions | git=2.7.4 maven=3.3.9 shellcheck=0.4.6 findbugs=3.1.0-RC1
hadolint=1.11.1-0-g0e692dd |
| 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: 251783)
Time Spent: 3.5h (was: 3h 20m)
> Create customized CSI server for Ozone
> --------------------------------------
>
> Key: HDDS-1382
> URL: https://issues.apache.org/jira/browse/HDDS-1382
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> CSI (Container Storage Interface) is a vendor neutral storage interface
> specification for container orchestrators. CSI support is implemented in
> YARN, Kubernetes and Mesos. Implementing a CSI server makes it easy to mount
> disk volumes for containers.
> See https://github.com/container-storage-interface/spec for more details
> about the spec.
> Until now we used https://github.com/CTrox/csi-s3 server to support CSI
> specification. Using an ozone specific CSI server would have the following
> advantages:
> * We can provide additional functionalities (as we have access to the
> internal Ozone API not just the very generic s3 api).
> * Security setup can be synchronized.
> * Increased stability
> * Simplified deployment (only the minimal set of the components are required
> to be installed)
> The CSI specification itself is very simple
> (https://github.com/container-storage-interface/spec/blob/master/csi.proto)
> at least the part which is required for Ozone.
> We can use various fuse s3 driver to mount the ozone buckets via s3.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]