elek commented on issue #55: HDDS-2292. Create Ozone specific README.md to the
new hadoop-ozone re…
URL: https://github.com/apache/hadoop-ozone/pull/55#issuecomment-547817654
When I migrated the PRs from the ozone repository to hadoop-ozone repository
I accidentally used a state where the
elek opened a new pull request #106: Hdds 2292
URL: https://github.com/apache/hadoop-ozone/pull/106
**This is the follow-up PR after reverting #55**
## What changes were proposed in this pull request?
Replace the almost empty README with an Ozone specific one.
## What is
elek commented on issue #106: Hdds 2292
URL: https://github.com/apache/hadoop-ozone/pull/106#issuecomment-547819017
Build script has been fixed. The first build should be failed. If the
problem is visible I will update the branch with the fix.
--
fapifta commented on a change in pull request #103: HDDS-2378 - Change OZONE as
string used in the code where OzoneConsts.OZONE is suitable
URL: https://github.com/apache/hadoop-ozone/pull/103#discussion_r340525633
##
File path:
hadoop-hdds/container-service/src/test/java/org/apach
mukul1987 commented on issue #82: HDDS-2359. Seeking randomly in a key with
more than 2 blocks of data leads to inconsistent reads
URL: https://github.com/apache/hadoop-ozone/pull/82#issuecomment-547833481
/retest
This is an
cxorm commented on issue #85: HDDS-2219. Move all the ozone dist
scripts/configs to one location
URL: https://github.com/apache/hadoop-ozone/pull/85#issuecomment-547841930
Hi @elek
Could you please help me review the PR
-
adoroszlai commented on a change in pull request #105: HDDS-2370.Support
HddsDatanodeService run as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105#discussion_r340557495
##
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/HddsDatan
adoroszlai commented on a change in pull request #105: HDDS-2370.Support
HddsDatanodeService run as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105#discussion_r340559787
##
File path: hadoop-ozone/dist/src/main/compose/ozone-hdfs/docker-compose.yaml
##
adoroszlai commented on a change in pull request #105: HDDS-2370.Support
HddsDatanodeService run as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105#discussion_r340565182
##
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
#
dineshchitlangia merged pull request #103: HDDS-2378 - Change OZONE as string
used in the code where OzoneConsts.OZONE is suitable
URL: https://github.com/apache/hadoop-ozone/pull/103
This is an automated message from the Ap
anuengineer commented on issue #103: HDDS-2378 - Change OZONE as string used in
the code where OzoneConsts.OZONE is suitable
URL: https://github.com/apache/hadoop-ozone/pull/103#issuecomment-547992696
Once I read the patch, the JIRA makes sense. Thank you for getting this
done, @dineshchit
anuengineer merged pull request #90: HDDS-2366. Remove ozone.enabled as a flag
and config item.
URL: https://github.com/apache/hadoop-ozone/pull/90
This is an automated message from the Apache Git Service.
To respond to the
anuengineer commented on issue #90: HDDS-2366. Remove ozone.enabled as a flag
and config item.
URL: https://github.com/apache/hadoop-ozone/pull/90#issuecomment-547997114
Thanks for the reviews and patch. Merged to the master.
chimney-lee commented on issue #105: HDDS-2370.Support HddsDatanodeService run
as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105#issuecomment-548000210
> Also, can you please copy `test.sh` to `ozone-hdfs` from one of the other
compose environments, eg. `ozones3`? By
anuengineer commented on issue #106: Hdds 2292
URL: https://github.com/apache/hadoop-ozone/pull/106#issuecomment-548002367
yes, the build failure is the cp command now. I will wait for the next
commit.
This is an automated me
supratimdeka opened a new pull request #107: HDDS-2301. Write path: Reduce read
contention in rocksDB.
URL: https://github.com/apache/hadoop-ozone/pull/107
https://issues.apache.org/jira/browse/HDDS-2301
This change introduces 'mkdir -p' behaviour in these 2 OM Requests:
1. create
adoroszlai commented on issue #105: HDDS-2370.Support HddsDatanodeService run
as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105#issuecomment-548024756
> is it ok with just do a copy of `test.sh` from ozones3 to ozone-hdfs
Yes, copy and `git add`. All subfolders
adoroszlai edited a comment on issue #105: HDDS-2370.Support
HddsDatanodeService run as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105#issuecomment-548024756
> is it ok with just do a copy of `test.sh` from ozones3 to ozone-hdfs
Yes, copy and `git add` (and try
adoroszlai edited a comment on issue #105: HDDS-2370.Support
HddsDatanodeService run as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105#issuecomment-548024756
> is it ok with just do a copy of `test.sh` from ozones3 to ozone-hdfs
Yes, copy and `git add` (and try
anuengineer commented on issue #107: HDDS-2301. Write path: Reduce read
contention in rocksDB.
URL: https://github.com/apache/hadoop-ozone/pull/107#issuecomment-548060802
I think you should write a design document discuss this before this patch is
checked in. Thanks
--
anuengineer commented on issue #107: HDDS-2301. Write path: Reduce read
contention in rocksDB.
URL: https://github.com/apache/hadoop-ozone/pull/107#issuecomment-548063613
Please do not commit this patch with out a proper design trade-off
discussion. Thanks
anuengineer commented on issue #107: HDDS-2301. Write path: Reduce read
contention in rocksDB.
URL: https://github.com/apache/hadoop-ozone/pull/107#issuecomment-548070017
1. First of all, the mkdir -p is does not match the object store semantics
of Ozone.
there is no notion of a path, w
hanishakoneru commented on issue #11: HDDS-2291. Acceptance tests for OM HA.
URL: https://github.com/apache/hadoop-ozone/pull/11#issuecomment-548075645
Thank you very much @elek for the explanation. Appreciate it.
> And we can continue the thinking about how these tests can be evolve
smengcl opened a new pull request #108: HDDS-1987. Fix listStatus API
URL: https://github.com/apache/hadoop-ozone/pull/108
## What changes were proposed in this pull request?
Fix listStatus API in HA code path.
In HA, we have an in-memory cache, where we put the result to in-me
anuengineer commented on issue #108: HDDS-1987. Fix listStatus API
URL: https://github.com/apache/hadoop-ozone/pull/108#issuecomment-548105219
1. First of all, this is complicated code. But not your fault, what you need
to do at this level is complicated.
2. I agree that is one way of
dineshchitlangia merged pull request #106: HDDS-2292. Create Ozone specific
README.md to the new hadoop-ozone repository
URL: https://github.com/apache/hadoop-ozone/pull/106
This is an automated message from the Apache Git S
dineshchitlangia merged pull request #104: HDDS-2381. In ExcludeList, add if
not exist only.
URL: https://github.com/apache/hadoop-ozone/pull/104
This is an automated message from the Apache Git Service.
To respond to the me
hanishakoneru commented on issue #11: HDDS-2291. Acceptance tests for OM HA.
URL: https://github.com/apache/hadoop-ozone/pull/11#issuecomment-548181506
/retest
This is an automated message from the Apache Git Service.
To respo
ChenSammi commented on issue #98: HDDS-2363. Fail to create Ratis container.
URL: https://github.com/apache/hadoop-ozone/pull/98#issuecomment-548197807
Thanks @swagle for the review. A new patch is submitted to address the
issues.
-
dineshchitlangia commented on a change in pull request #51: HDDS-2311. Fix
logic of RetryPolicy in OzoneClientSideTranslatorPB.
URL: https://github.com/apache/hadoop-ozone/pull/51#discussion_r340954007
##
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/ha/OM
dineshchitlangia commented on a change in pull request #51: HDDS-2311. Fix
logic of RetryPolicy in OzoneClientSideTranslatorPB.
URL: https://github.com/apache/hadoop-ozone/pull/51#discussion_r340954388
##
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/ha/OM
dineshchitlangia commented on a change in pull request #51: HDDS-2311. Fix
logic of RetryPolicy in OzoneClientSideTranslatorPB.
URL: https://github.com/apache/hadoop-ozone/pull/51#discussion_r340954497
##
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/ha/OM
swagle commented on issue #98: HDDS-2363. Fail to create Ratis container.
URL: https://github.com/apache/hadoop-ozone/pull/98#issuecomment-548214402
+1 LGTM.
This is an automated message from the Apache Git Service.
To respond
bshashikant commented on issue #82: HDDS-2359. Seeking randomly in a key with
more than 2 blocks of data leads to inconsistent reads
URL: https://github.com/apache/hadoop-ozone/pull/82#issuecomment-548236013
Thanks @lokeshj1703 for having a look. The test failure in KeyInputStream is
happe
mukul1987 commented on issue #98: HDDS-2363. Fail to create Ratis container.
URL: https://github.com/apache/hadoop-ozone/pull/98#issuecomment-548239263
Thanks for working on this @ChenSammi, I cannot understand the changes, How
does moving the createIfNeccessary function fixes the issue ?
adoroszlai commented on issue #81: HDDS-2347. XCeiverClientGrpc's parallel use
leads to NPE
URL: https://github.com/apache/hadoop-ozone/pull/81#issuecomment-548309510
Hi @fapifta, it seems secure acceptance tests are failing after this change.
Some examples:
https://github.co
elek closed pull request #74: HDDS-2348.Remove log4j properties for package
org.apache.hadoop.ozone
URL: https://github.com/apache/hadoop-ozone/pull/74
This is an automated message from the Apache Git Service.
To respond to
elek commented on issue #80: HDDS-1701. Move dockerbin script to libexec.
URL: https://github.com/apache/hadoop-ozone/pull/80#issuecomment-548349275
Seems to be working for me even with `acceptance.sh`. Let's try to retest.
Th
elek commented on issue #80: HDDS-1701. Move dockerbin script to libexec.
URL: https://github.com/apache/hadoop-ozone/pull/80#issuecomment-548349316
/retest
This is an automated message from the Apache Git Service.
To respond
elek commented on issue #47: HDDS-2208. Propagate System Exceptions from OM
transaction apply phase. Contributed by Supratim Deka
URL: https://github.com/apache/hadoop-ozone/pull/47#issuecomment-548351399
> Can we have this disable by default via a config flag. This is a debug
facility and
elek closed pull request #47: HDDS-2208. Propagate System Exceptions from OM
transaction apply phase. Contributed by Supratim Deka
URL: https://github.com/apache/hadoop-ozone/pull/47
This is an automated message from the Apa
elek closed pull request #85: HDDS-2219. Move all the ozone dist
scripts/configs to one location
URL: https://github.com/apache/hadoop-ozone/pull/85
This is an automated message from the Apache Git Service.
To respond to the
elek commented on a change in pull request #58: HDDS-2293. Create a new
CONTRIBUTION.md for the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58#discussion_r341151988
##
File path: CONTRIBUTION.md
##
@@ -0,0 +1,174 @@
+Apache Hadoop Ozone Contribution gui
elek commented on a change in pull request #58: HDDS-2293. Create a new
CONTRIBUTION.md for the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58#discussion_r341156514
##
File path: CONTRIBUTION.md
##
@@ -0,0 +1,176 @@
+Apache Hadoop Ozone Contribution gui
elek commented on a change in pull request #58: HDDS-2293. Create a new
CONTRIBUTION.md for the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58#discussion_r341157131
##
File path: CONTRIBUTION.md
##
@@ -0,0 +1,174 @@
+Apache Hadoop Ozone Contribution gui
elek commented on a change in pull request #58: HDDS-2293. Create a new
CONTRIBUTION.md for the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58#discussion_r341160746
##
File path: CONTRIBUTION.md
##
@@ -0,0 +1,174 @@
+Apache Hadoop Ozone Contribution gui
elek commented on a change in pull request #58: HDDS-2293. Create a new
CONTRIBUTION.md for the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58#discussion_r341161724
##
File path: CONTRIBUTION.md
##
@@ -0,0 +1,174 @@
+Apache Hadoop Ozone Contribution gui
arp7 commented on issue #88: HDDS-2272. Avoid buffer copying in
GrpcReplicationClient
URL: https://github.com/apache/hadoop-ozone/pull/88#issuecomment-548407657
@bharatviswa504 can you take a look at the
`TestOzoneManagerDoubleBufferWithDummyResponse` failure? Does the test need to
be fix
cxorm commented on issue #85: HDDS-2219. Move all the ozone dist
scripts/configs to one location
URL: https://github.com/apache/hadoop-ozone/pull/85#issuecomment-548416109
Thanks @elek for the review and commit.
This is an au
dineshchitlangia commented on a change in pull request #58: HDDS-2293. Create a
new CONTRIBUTION.md for the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58#discussion_r341186628
##
File path: CONTRIBUTION.md
##
@@ -0,0 +1,174 @@
+Apache Hadoop Ozone Cont
bharatviswa504 commented on issue #88: HDDS-2272. Avoid buffer copying in
GrpcReplicationClient
URL: https://github.com/apache/hadoop-ozone/pull/88#issuecomment-548417031
HDDS-2368 fixed this flakiness in the test. This PR branch does not have the
fix, which is in master.
bharatviswa504 commented on a change in pull request #94: HDDS-2255. Improve
Acl Handler Messages
URL: https://github.com/apache/hadoop-ozone/pull/94#discussion_r341191061
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/bucket/AddAclBucket
bharatviswa504 commented on a change in pull request #94: HDDS-2255. Improve
Acl Handler Messages
URL: https://github.com/apache/hadoop-ozone/pull/94#discussion_r341191061
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/bucket/AddAclBucket
bharatviswa504 commented on issue #94: HDDS-2255. Improve Acl Handler Messages
URL: https://github.com/apache/hadoop-ozone/pull/94#issuecomment-548421656
> Thanks @bharatviswa504 for the comment.
>
> `RemoveAclHandler` updated.
>
> And I found that
>
> `ozone sh vol seta
bharatviswa504 edited a comment on issue #94: HDDS-2255. Improve Acl Handler
Messages
URL: https://github.com/apache/hadoop-ozone/pull/94#issuecomment-548421656
> Thanks @bharatviswa504 for the comment.
>
> `RemoveAclHandler` updated.
>
> And I found that
>
> `ozone sh
bharatviswa504 commented on issue #102: HDDS-2380. Use the Table.isExist() API
instead of get() API while checking for presence of key.
URL: https://github.com/apache/hadoop-ozone/pull/102#issuecomment-548438727
/retest
This
anuengineer commented on a change in pull request #102: HDDS-2380. Use the
Table.isExist() API instead of get() API while checking for presence of key.
URL: https://github.com/apache/hadoop-ozone/pull/102#discussion_r341243501
##
File path:
hadoop-ozone/ozone-manager/src/main/java/
anuengineer commented on issue #70: HDDS-1643. Send hostName also part of
OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#issuecomment-548461333
@jojochuang The patch looks good to me, if you don't have any more
comments, I would like to commit this patch. Thanks in advanc
jojochuang commented on issue #70: HDDS-1643. Send hostName also part of
OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#issuecomment-548482046
+1
This is an automated message from the Apache Git Service.
To re
avijayanhwx commented on a change in pull request #102: HDDS-2380. Use the
Table.isExist() API instead of get() API while checking for presence of key.
URL: https://github.com/apache/hadoop-ozone/pull/102#discussion_r341276117
##
File path:
hadoop-ozone/ozone-manager/src/main/java/
anuengineer commented on issue #58: HDDS-2293. Create a new CONTRIBUTION.md for
the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58#issuecomment-548488617
+1. LGTM.
This is an automated message from the Apa
hanishakoneru commented on issue #11: HDDS-2291. Acceptance tests for OM HA.
URL: https://github.com/apache/hadoop-ozone/pull/11#issuecomment-548488935
The failed integration test is unrelated to this PR.
In acceptance tests, the failures are in OzoneSecure suit. Ozone OM HA robot
tests
bharatviswa504 commented on a change in pull request #70: HDDS-1643. Send
hostName also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#discussion_r341276998
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/OMClientReq
bharatviswa504 commented on a change in pull request #102: HDDS-2380. Use the
Table.isExist() API instead of get() API while checking for presence of key.
URL: https://github.com/apache/hadoop-ozone/pull/102#discussion_r341279366
##
File path:
hadoop-ozone/ozone-manager/src/main/ja
bharatviswa504 commented on a change in pull request #70: HDDS-1643. Send
hostName also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#discussion_r341276998
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/OMClientReq
anuengineer commented on a change in pull request #102: HDDS-2380. Use the
Table.isExist() API instead of get() API while checking for presence of key.
URL: https://github.com/apache/hadoop-ozone/pull/102#discussion_r341280362
##
File path:
hadoop-ozone/ozone-manager/src/main/java/
dineshchitlangia merged pull request #58: HDDS-2293. Create a new
CONTRIBUTION.md for the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58
This is an automated message from the Apache Git Service.
To respon
anuengineer commented on a change in pull request #70: HDDS-1643. Send hostName
also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#discussion_r341284560
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/OMClientReques
bharatviswa504 commented on a change in pull request #101: HDDS-2364. Add OM
metrics to find the false positive rate for the keyMayExist.
URL: https://github.com/apache/hadoop-ozone/pull/101#discussion_r341284711
##
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds
dineshchitlangia commented on issue #58: HDDS-2293. Create a new
CONTRIBUTION.md for the new repository
URL: https://github.com/apache/hadoop-ozone/pull/58#issuecomment-548494975
Thank you all for reviews and @elek for the contribution.
Committed this to master.
bharatviswa504 commented on a change in pull request #101: HDDS-2364. Add OM
metrics to find the false positive rate for the keyMayExist.
URL: https://github.com/apache/hadoop-ozone/pull/101#discussion_r341284711
##
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds
anuengineer commented on a change in pull request #70: HDDS-1643. Send hostName
also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#discussion_r341285841
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/OMClientReques
bharatviswa504 commented on a change in pull request #70: HDDS-1643. Send
hostName also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#discussion_r341286921
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/OMClientReq
bharatviswa504 commented on a change in pull request #70: HDDS-1643. Send
hostName also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#discussion_r341286921
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/OMClientReq
anuengineer commented on a change in pull request #70: HDDS-1643. Send hostName
also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#discussion_r341287582
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/OMClientReques
anuengineer commented on a change in pull request #70: HDDS-1643. Send hostName
also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70#discussion_r341287582
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/OMClientReques
avijayanhwx commented on a change in pull request #101: HDDS-2364. Add OM
metrics to find the false positive rate for the keyMayExist.
URL: https://github.com/apache/hadoop-ozone/pull/101#discussion_r341288398
##
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/ut
avijayanhwx commented on issue #101: HDDS-2364. Add OM metrics to find the
false positive rate for the keyMayExist.
URL: https://github.com/apache/hadoop-ozone/pull/101#issuecomment-548498718
In this PR, my next commit will fix an issue in the isExist implementation,
as discussed in
http
bharatviswa504 commented on a change in pull request #101: HDDS-2364. Add OM
metrics to find the false positive rate for the keyMayExist.
URL: https://github.com/apache/hadoop-ozone/pull/101#discussion_r341289368
##
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds
anuengineer closed pull request #102: HDDS-2380. Use the Table.isExist() API
instead of get() API while checking for presence of key.
URL: https://github.com/apache/hadoop-ozone/pull/102
This is an automated message from the
anuengineer commented on issue #102: HDDS-2380. Use the Table.isExist() API
instead of get() API while checking for presence of key.
URL: https://github.com/apache/hadoop-ozone/pull/102#issuecomment-548499340
I have committed this patch to the master branch. @bharatviswa504 Thanks
for the
hanishakoneru commented on issue #51: HDDS-2311. Fix logic of RetryPolicy in
OzoneClientSideTranslatorPB.
URL: https://github.com/apache/hadoop-ozone/pull/51#issuecomment-548569243
/retest
This is an automated message from th
hanishakoneru commented on issue #51: HDDS-2311. Fix logic of RetryPolicy in
OzoneClientSideTranslatorPB.
URL: https://github.com/apache/hadoop-ozone/pull/51#issuecomment-548569207
Thank you for the review @dineshchitlangia.
Fixed the findbug issue.
-
xiaoyuyao commented on issue #29: HDDS-2034. Async RATIS pipeline creation and
destroy through heartbeat commands
URL: https://github.com/apache/hadoop-ozone/pull/29#issuecomment-548591660
/retest since the integration acceptance result is missing.
-
bharatviswa504 opened a new pull request #109: HDDS-2395. Handle completeMPU
scenarios to match with aws s3 behavior.
URL: https://github.com/apache/hadoop-ozone/pull/109
## What changes were proposed in this pull request?
Fix few cases which were missed during complete Multipart upl
xiaoyuyao opened a new pull request #110: HDDS-2321. Ozone Block Token verify
should not apply to all datanode …
URL: https://github.com/apache/hadoop-ozone/pull/110
## What changes were proposed in this pull request?
* Change the TokenVerifier interface to check the command type
christeoh commented on issue #111: HDDS-2393: Fixing NPE in unit test from
HDDS-1847
URL: https://github.com/apache/hadoop-ozone/pull/111#issuecomment-548613429
/retest
This is an automated message from the Apache Git Service
christeoh commented on issue #111: HDDS-2393: Fixing NPE in unit test from
HDDS-1847
URL: https://github.com/apache/hadoop-ozone/pull/111#issuecomment-548613391
/label ozone
This is an automated message from the Apache Git Se
christeoh opened a new pull request #111: Fixed NullPointerException due to
constructor calling function that a…
URL: https://github.com/apache/hadoop-ozone/pull/111
…ccessed uninitialised object
## What changes were proposed in this pull request?
(Please fill in changes propo
ChenSammi commented on issue #98: HDDS-2363. Fail to create Ratis container.
URL: https://github.com/apache/hadoop-ozone/pull/98#issuecomment-548642429
>
>
> Thanks for working on this @ChenSammi, I cannot understand the changes,
How does moving the createIfNeccessary function fixes
ChenSammi merged pull request #98: HDDS-2363. Fail to create Ratis container.
URL: https://github.com/apache/hadoop-ozone/pull/98
This is an automated message from the Apache Git Service.
To respond to the message, please log
bharatviswa504 opened a new pull request #112: HDDS-2397. Fix calling cleanup
for few missing tables in OM.
URL: https://github.com/apache/hadoop-ozone/pull/112
## What changes were proposed in this pull request?
Fix calling clean up of few tables which is missing in
OzoneManagerDou
dineshchitlangia merged pull request #51: HDDS-2311. Fix logic of RetryPolicy
in OzoneClientSideTranslatorPB.
URL: https://github.com/apache/hadoop-ozone/pull/51
This is an automated message from the Apache Git Service.
To r
bharatviswa504 commented on issue #82: HDDS-2359. Seeking randomly in a key
with more than 2 blocks of data leads to inconsistent reads
URL: https://github.com/apache/hadoop-ozone/pull/82#issuecomment-548664326
> Thanks @lokeshj1703 for having a look. The test failure in KeyInputStream
is
bharatviswa504 edited a comment on issue #82: HDDS-2359. Seeking randomly in a
key with more than 2 blocks of data leads to inconsistent reads
URL: https://github.com/apache/hadoop-ozone/pull/82#issuecomment-548664326
> Thanks @lokeshj1703 for having a look. The test failure in KeyInputStre
bharatviswa504 commented on a change in pull request #94: HDDS-2255. Improve
Acl Handler Messages
URL: https://github.com/apache/hadoop-ozone/pull/94#discussion_r341191061
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/bucket/AddAclBucket
cxorm commented on a change in pull request #94: HDDS-2255. Improve Acl Handler
Messages
URL: https://github.com/apache/hadoop-ozone/pull/94#discussion_r341455140
##
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/bucket/AddAclBucketHandler.j
cxorm commented on issue #94: HDDS-2255. Improve Acl Handler Messages
URL: https://github.com/apache/hadoop-ozone/pull/94#issuecomment-548683050
> > Thanks @bharatviswa504 for the comment.
> > `RemoveAclHandler` updated.
> > And I found that
> > `ozone sh vol setacl
--acls=user:new
anuengineer commented on issue #98: HDDS-2363. Fail to create Ratis container.
URL: https://github.com/apache/hadoop-ozone/pull/98#issuecomment-548771319
+1. LGTM. Thanks for the fix.
This is an automated message from the Apac
avijayanhwx commented on issue #101: HDDS-2364. Add OM metrics to find the
false positive rate for the keyMayExist.
URL: https://github.com/apache/hadoop-ozone/pull/101#issuecomment-548856248
cc @anuengineer
This is an autom
401 - 500 of 867 matches
Mail list logo