Bharat Viswanadham
|
ba7d46d21c
|
HDDS-678. Format of Last-Modified header is invalid in HEAD Object call. Contributed by Elek Marton.
(cherry picked from commit 3ed71633029e1d2d85b97e77b54e95d474066b4f)
|
2018-10-17 20:45:43 -07:00 |
|
Hanisha Koneru
|
6d08833626
|
HDDS-670. Fix OzoneFS directory rename.
(cherry picked from commit 9146d33e1843524885938f60c77b47d4f52e80fb)
|
2018-10-17 17:54:32 -07:00 |
|
Bharat Viswanadham
|
3c11dec714
|
HDDS-683. Add a shell command to provide ozone mapping for a S3Bucket. Contributed by Bharat Viswanadham.
(cherry picked from commit 4c4364ddd06927fa990d3e66d4eadbd4a7eb9474)
|
2018-10-17 16:47:11 -07:00 |
|
Jitendra Pandey
|
106be1416d
|
HDDS-651. Rename o3 to o3fs for Filesystem.
|
2018-10-17 14:32:22 -07:00 |
|
Márton Elek
|
c09f808853
|
HDDS-563. Support hybrid VirtualHost style URL. Contributed by Bharat Viswanadham.
|
2018-10-17 12:48:33 +02:00 |
|
Bharat Viswanadham
|
f66e3c59cb
|
HDDS-665. Add hdds.datanode.dir to docker-config. Contributed by Bharat Viswanadham.
(cherry picked from commit 657032f5ddd2cdf111fc89c96672fe08b483cbfc)
|
2018-10-16 15:31:07 -07:00 |
|
Arpit Agarwal
|
1f55beb527
|
HDDS-378. Remove dependencies between hdds/ozone and hdfs proto files. Contributed by Elek, Marton.
(cherry picked from commit 5f0b43fa93d02c90956d48eb5c6c0b60deeac91c)
|
2018-10-16 10:40:07 -07:00 |
|
Jitendra Pandey
|
e4dfdcee9f
|
HDDS-667. Fix TestOzoneFileInterfaces. Contributed by Mukul Kumar Singh.
|
2018-10-16 10:36:37 -07:00 |
|
Márton Elek
|
0cc5bc1108
|
HDDS-657. Remove {volume} path segments from all the remaining rest endpoints. Contributed by Elek, Marton.
|
2018-10-16 17:30:15 +02:00 |
|
Arpit Agarwal
|
f30994caf0
|
HDDS-439. 'ozone oz volume create' should default to current logged in user. Contributed by Dinesh Chitlangia.
(cherry picked from commit 0bf8a110a56539ee85de0fc24575dd9a4c66d01b)
|
2018-10-15 19:30:58 -07:00 |
|
Arpit Agarwal
|
15d4e0110c
|
HDDS-490. Improve om and scm start up options . Contributed by Namit Maheshwari.
(cherry picked from commit 2614078b213e03085635b4455ed391438eef8db2)
|
2018-10-15 16:45:16 -07:00 |
|
Jitendra Pandey
|
b51bc6b93f
|
HDDS-629. Make ApplyTransaction calls in ContainerStateMachine idempotent. Contributed by Shashikant Banerjee.
|
2018-10-15 13:31:08 -07:00 |
|
Jitendra Pandey
|
a619d120a6
|
HDDS-579. ContainerStateMachine should fail subsequent transactions per container in case one fails. Contributed by Shashikant Banerjee.
|
2018-10-15 13:30:53 -07:00 |
|
Jitendra Pandey
|
0008357940
|
HDDS-603. Add BlockCommitSequenceId field per Container and expose it in Container Reports. Contributed by Shashikant Banerjee.
|
2018-10-15 13:30:39 -07:00 |
|
Márton Elek
|
abfff4cccb
|
HDDS-519. Implement ListBucket REST endpoint. Contributed by LiXin Ge.
|
2018-10-14 12:10:31 +02:00 |
|
Arpit Agarwal
|
690da72cd4
|
HDDS-654. Add ServiceLoader resource for OzoneFileSystem. Contributed by Jitendra Nath Pandey.
(cherry picked from commit addb84600fa2f9e010768c642db3fdc2ec497d52)
|
2018-10-13 09:19:54 -07:00 |
|
Márton Elek
|
37f1f6dd17
|
HDDS-518. Implement PutObject Rest endpoint. Contributed by chencan.
(cherry picked from commit ae268b48943dcce1adacd4bf01231fcb21d76f3a)
|
2018-10-13 15:57:17 +02:00 |
|
Márton Elek
|
820d1ec5d2
|
HDDS-616. Collect all the robot test outputs and return with the right exit code. Contributed by Elek, Marton.
|
2018-10-13 08:58:32 +02:00 |
|
Bharat Viswanadham
|
cc21ce955d
|
HDDS-613. Update HeadBucket, DeleteBucket to not to have volume in path. Contributed by Bharat Viswanadham.
(cherry picked from commit 28ca5c9d1647837a1b2480d8935deffc6f68d807)
|
2018-10-12 17:00:09 -07:00 |
|
Anu Engineer
|
9e219e3707
|
HDDS-445. Create a logger to print out all of the incoming requests.
Contributed by Bharat Viswanadham.
(cherry picked from commit 3c1fe073d2fef76676660144e7dce2050761ae64)
|
2018-10-12 16:29:42 -07:00 |
|
Arpit Agarwal
|
1a9bb57b09
|
HDDS-646. TestChunkStreams.testErrorReadGroupInputStream fails. Contributed by Nanda kumar.
(cherry picked from commit ddc964932817b4c4e4f4dc848dae764d5285e875)
|
2018-10-12 15:06:53 -07:00 |
|
Nandakumar
|
c141a912f0
|
HDDS-587. Add new classes for pipeline management. Contributed by Lokesh Jain.
(cherry picked from commit 5c8e023ba32da3e65193f6ced354efe830dba75d)
|
2018-10-13 03:23:53 +05:30 |
|
Anu Engineer
|
9aa6c7b2ad
|
HDDS-645. Enable OzoneFS contract tests by default.
Contributed by Arpit Agarwal.
(cherry picked from commit c07b95bdfcd410aa82acdb1fed28e84981ff06f9)
|
2018-10-12 14:46:40 -07:00 |
|
Bharat Viswanadham
|
252a44f8c1
|
HDDS-606. Create delete s3Bucket. Contributed by Bharat Viswanadham.
(cherry picked from commit 8ae8a5004f8fbe2638a3e27ab8efbe0e2e27cb8c)
|
2018-10-12 14:00:25 -07:00 |
|
Arpit Agarwal
|
ca1d4c46dd
|
HDDS-639. ChunkGroupInputStream gets into infinite loop after reading a block. Contributed by Mukul Kumar Singh.
(cherry picked from commit 56b18b9df14b91c02cf3b7f548ab58755475b374)
|
2018-10-12 13:33:45 -07:00 |
|
Xiaoyu Yao
|
2cad68b486
|
HDDS-555. RandomKeyGenerator runs not closing the XceiverClient properly(addendum). Contributed by Mukul Kumar Singh.
(cherry picked from commit 07d55292dc1536d3b34a89d4a45edf688d62a9e5)
|
2018-10-12 13:26:29 -07:00 |
|
Xiaoyu Yao
|
4a0e137e04
|
HDDS-555. RandomKeyGenerator runs not closing the XceiverClient properly. Contributed by Mukul Kumar Singh.
(cherry picked from commit e12edb3d8f05ff6206c6de1b81ecfa1a03abb193)
|
2018-10-12 13:26:29 -07:00 |
|
Arpit Agarwal
|
2e34d1d7db
|
HDDS-641. Fix ozone filesystem robot test. Contributed by Mukul Kumar Singh.
(cherry picked from commit 85ccab7d3f87b71170e4f71c76f5663d1fe34886)
|
2018-10-12 11:31:06 -07:00 |
|
Anu Engineer
|
7e09290e84
|
HDDS-577. Support S3 buckets as first class objects in Ozone Manager - 2.
Contributed by Bharat Viswanadham.
(cherry picked from commit 5b7ba48cedb0d70ca154771fec48e5c4129cf29a)
|
2018-10-12 11:18:10 -07:00 |
|
Bharat Viswanadham
|
645585be64
|
HDDS-524. Implement PutBucket REST endpoint. Contributed by Bharat Viswanadham.
(cherry picked from commit 38fe447d9362f9ce8b7e4587f32efe2c29ddb8be)
|
2018-10-12 10:03:31 -07:00 |
|
Yiqun Lin
|
54a229c332
|
HDDS-628. Fix outdated names used in HDDS documentations.
(cherry picked from commit 5da042227cfce440eddc263b377a70ed5b3743fb)
|
2018-10-12 14:01:47 +08:00 |
|
Anu Engineer
|
587e29909e
|
HDDS-634. OzoneFS: support basic user group and permission for file/dir.
Contributed by Xiaoyu Yao.
(cherry picked from commit 604c27c33a3bd30644debaf192cec3cf80dfa36d)
|
2018-10-11 17:26:02 -07:00 |
|
Jitendra Pandey
|
077d36d8f5
|
HDDS-550. Serialize ApplyTransaction calls per Container in ContainerStateMachine. Contributed by Shashikant Banerjee.
|
2018-10-11 17:15:08 -07:00 |
|
Xiaoyu Yao
|
72ac4e8238
|
HDDS-627. OzoneFS read from an MR Job throws java.lang.ArrayIndexOutOfBoundsException. Contributed by Mukul Kumar Singh.
(cherry picked from commit c05b260069511f2993a67683555ed2e1aea49a0a)
|
2018-10-11 15:12:06 -07:00 |
|
Arpit Agarwal
|
e66fba8a8a
|
HDDS-630. Rename KSM to OM in Hdds.md. Contributed by Takanobu Asanuma.
(cherry picked from commit 47eeb3eb7bffa20f2c3526a5cbb85cae9af667bd)
|
2018-10-11 09:20:20 -07:00 |
|
Márton Elek
|
b64fcc71f1
|
HDDS-517. Implement HeadObject REST endpoint. Contributed by LiXin Ge.
(cherry picked from commit cd280514b84e8a2915f274883a07f152b772ebad)
|
2018-10-10 15:38:53 +02:00 |
|
Bharat Viswanadham
|
308c614d4a
|
HDDS-585. Handle common request identifiers in a transparent way. Contributed by Elek Marton.
(cherry picked from commit d5dd6f31fc35b890cfa241d5fce404d6774e98c6)
|
2018-10-09 12:44:24 -07:00 |
|
Arpit Agarwal
|
d08a538777
|
HDDS-590. Add unit test for HDDS-583. Contributed by Namit Maheshwari.
(cherry picked from commit 03d66b1f5d8936e8006b87511af7a647ed1c3fcd)
|
2018-10-09 11:05:23 -07:00 |
|
Nanda kumar
|
abfd4ffdc9
|
HDDS-450. Generate BlockCommitSequenceId in ContainerStateMachine for every commit operation in Ratis. Contributed by Shashikant Banerjee.
(cherry picked from commit 7367ff333bf332b300e0acd6e7501ce8139a1998)
|
2018-10-09 22:31:19 +05:30 |
|
Márton Elek
|
d7c7f68c26
|
HDDS-521. Implement DeleteBucket REST endpoint. Contributed by Bharat Viswanadham.
|
2018-10-08 16:17:42 +02:00 |
|
Márton Elek
|
25b1e8a48e
|
HDDS-512. Addendum: update test.sh to remove robot framework & python-pip installation. Contributed by Dinesh Chitlangia.
|
2018-10-05 13:32:47 +02:00 |
|
Márton Elek
|
0e28ef35be
|
HDDS-512. update test.sh to remove robot framework & python-pip installation. Contributed by Dinesh Chitlangia.
|
2018-10-05 13:20:27 +02:00 |
|
Márton Elek
|
9bc8b1cfd3
|
HDDS-578. om-audit-log4j2.properties must be packaged in ozone-dist . Contributed by Dinesh Chitlangia.
|
2018-10-05 04:33:19 -04:00 |
|
Anu Engineer
|
153941b236
|
HDDS-479. Add more ozone fs tests in the robot integration framework.
Contributed by Nilotpal Nandi.
|
2018-10-04 22:53:51 -07:00 |
|
Anu Engineer
|
e6b77ad65f
|
HDDS-572. Support S3 buckets as first class objects in Ozone Manager - 1.
Contributed by Anu Engineer.
|
2018-10-04 21:40:13 -07:00 |
|
Bharat Viswanadham
|
7fb91b8a53
|
HDDS-565. TestContainerPersistence fails regularly in Jenkins. Contributed by Dinesh Chitlangia.
|
2018-10-04 21:27:12 -07:00 |
|
Nanda kumar
|
095c269620
|
HDDS-567. Rename Mapping to ContainerManager in SCM. Contributed by Nanda kumar.
|
2018-10-03 16:00:39 +05:30 |
|
Nanda kumar
|
7b374482d2
|
HDDS-526. Clean previous chill mode code from NodeManager. Contributed by Ajay Kumar.
|
2018-10-03 15:15:43 +05:30 |
|
Bharat Viswanadham
|
ec075791da
|
HDDS-520. Implement HeadBucket REST endpoint. Contributed by Bharat Viswanadham.
|
2018-10-02 20:13:59 -07:00 |
|
Sunil G
|
58fa96b697
|
Changed version in trunk to 3.3.0-SNAPSHOT.
|
2018-10-02 22:41:41 +05:30 |
|