Uh oh!
There was an error while loading. Please reload this page.
HDDS-1382. Create customized CSI server for Ozone. - #693
Conversation
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Can we make 1000_000_000 configurable?
There was a problem hiding this comment.
NIT: LOG.info("Executing {}", mountCommand);
There was a problem hiding this comment.
NIT: LOG.info("Executing {}", umountCommand);
xiaoyuyao
commented
Apr 17, 2019
Thanks @elek for working on this, the change LGTM overall, just few minor comments. |
hadoop-yetus
commented
Apr 26, 2019
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Thanks. Removed the modification of ozone-default.xml as I switched to use the annotation based configs.
There was a problem hiding this comment.
tmp directory might be emptied by admins and others without knowledge of this file.
There was a problem hiding this comment.
AFAIK it shouldn't be a problem. This is a socket which is created by the process to listen on and even if it's deleted the socket will work well (until the close).
But I modified it to /var/lib/csi.sock. It can be more meaningful (and maybe more safe If my previous statement is wrong ;-) )
There was a problem hiding this comment.
shall we use the new config annotations instead?
There was a problem hiding this comment.
Absolutely. I uploaded a new version with config annotations.
ajayydv
commented
May 21, 2019
@elek thanks for the patch. LGTM, added few comments. Seems this needs a rebase as well. |
hadoop-yetus
commented
May 29, 2019
💔 -1 overall
This message was automatically generated. |
anuengineer
commented
May 30, 2019
+1, @elek Can you please fix the checkstyle issues while committing ? Thanks |
elek
commented
May 31, 2019
Thanks the review @anuengineer I am merging it right now (checkstyle issues are fixed). And we can continue the work:
|
hadoop-yetus
commented
May 31, 2019
💔 -1 overall
This message was automatically generated. |
…vel API Author: Prateek Maheshwari <pmaheshwari@apache.org> Reviewers: Yi Pan <nickpan47@gmail.com>, Jagadish Venkataraman <vjagadish1989@gmail.com> Closesapache#693 from prateekm/intermediate-stream-serde
See: https://issues.apache.org/jira/browse/HDDS-1382 for more details..