Andrew Wang
|
5149dc7b97
|
HDFS-8532. Make the visibility of DFSOutputStream#streamer member variable to private. Contributed by Rakesh R.
|
2015-06-04 11:09:19 -07:00 |
|
Kihwal Lee
|
ade6d9a61e
|
HDFS-8463. Calling DFSInputStream.seekToNewSource just after stream creation causes NullPointerException. Contributed by Masatake Iwasaki.
|
2015-06-04 12:51:00 -05:00 |
|
Vinayakumar B
|
c59e745630
|
HDFS-3716. Purger should remove stale fsimage ckpt files (Contributed by J.Andreina)
|
2015-06-03 15:30:40 +05:30 |
|
Vinayakumar B
|
444a4510c8
|
HDFS-8523. Remove usage information on unsupported operation 'fsck -showprogress' from branch-2 (Contributed by J.Andreina)
Merged CHANGES.txt from branch-2.7
(cherry picked from commit 0ed9c2d8fec93b5dac9c305eda272ad8dfd869a9)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
(cherry picked from commit dd98cfd328dddb01a1220786d28a80195021611b)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
|
2015-06-03 15:20:42 +05:30 |
|
Vinayakumar B
|
e965dcec37
|
HDFS-8470. fsimage loading progress should update inode, delegation token and cache pool count. (Contributed by surendra singh lilhore)
|
2015-06-03 14:24:55 +05:30 |
|
Vinayakumar B
|
54f83d9bd9
|
HDFS-8270. create() always retried with hardcoded timeout when file already exists with open lease (Contributed by J.Andreina)
|
2015-06-03 12:11:46 +05:30 |
|
Colin Patrick Mccabe
|
806e407ac8
|
HDFS-8521. Add VisibleForTesting annotation to BlockPoolSlice#selectReplicaToDelete. (cmccabe)
|
2015-06-02 20:06:28 -07:00 |
|
Andrew Wang
|
c1d50a91f7
|
HDFS-8513. Rename BlockPlacementPolicyRackFaultTolarent to BlockPlacementPolicyRackFaultTolerant. (wang)
|
2015-06-02 15:48:26 -07:00 |
|
Andrew Wang
|
efc510a570
|
HDFS-8386. Improve synchronization of 'streamer' reference in DFSOutputStream. Contributed by Rakesh R.
|
2015-06-02 15:39:24 -07:00 |
|
Colin Patrick Mccabe
|
03fb5c6425
|
HDFS-8486. DN startup may cause severe data loss (Daryn Sharp via Colin P. McCabe)
|
2015-06-02 11:40:37 -07:00 |
|
Vinayakumar B
|
a2bd6217eb
|
HDFS-8256. '-storagepolicies , -blockId ,-replicaDetails ' options are missed out in usage and from documentation (Contributed by J.Andreina)
|
2015-06-02 16:07:18 +05:30 |
|
Jing Zhao
|
cdc13efb1a
|
HDFS-8489. Subclass BlockInfo to represent contiguous blocks. Contributed by Zhe Zhang.
|
2015-06-01 11:42:58 -07:00 |
|
Tsuyoshi Ozawa
|
c2356cb0bc
|
HDFS-8490. Typo in trace enabled log in ExceptionHandler of WebHDFS. Contributed by Archana T.
|
2015-06-01 00:41:50 +09:00 |
|
Andrew Wang
|
7673d4f205
|
HADOOP-11885. hadoop-dist dist-layout-stitching.sh does not work with dash. (wang)
|
2015-05-29 14:54:18 -07:00 |
|
Jing Zhao
|
7817674a3a
|
HDFS-7609. Avoid retry cache collision when Standby NameNode loading edits. Contributed by Ming Ma.
|
2015-05-29 11:05:13 -07:00 |
|
Vinayakumar B
|
b75df697e0
|
HDFS-7401. Add block info to DFSInputStream' WARN message when it adds node to deadNodes (Contributed by Arshad Mohammad)
|
2015-05-29 16:36:19 +05:30 |
|
Akira Ajisaka
|
d725dd8af6
|
HDFS-8443. Document dfs.namenode.service.handler.count in hdfs-site.xml. Contributed by J.Andreina.
|
2015-05-29 11:36:08 +09:00 |
|
Allen Wittenauer
|
ae14543420
|
HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining forrest bits (aw)
|
2015-05-28 13:24:01 -07:00 |
|
Colin Patrick Mccabe
|
a1140959da
|
HADOOP-11894. Bump the version of Apache HTrace to 3.2.0-incubating (Masatake Iwasaki via Colin P. McCabe)
|
2015-05-28 12:00:55 -07:00 |
|
Colin Patrick Mccabe
|
d2d95bfe88
|
HDFS-8407. libhdfs hdfsListDirectory must set errno to 0 on success (Masatake Iwasaki via Colin P. McCabe)
|
2015-05-28 11:38:06 -07:00 |
|
cnauroth
|
50eeea1300
|
HDFS-8431. hdfs crypto class not found in Windows. Contributed by Anu Engineer.
|
2015-05-27 22:54:10 -07:00 |
|
Allen Wittenauer
|
bf500d9798
|
HDFS-5033. Bad error message for fs -put/copyFromLocal if user doesn't have permissions to read the source (Darrell Taylor via aw)
|
2015-05-27 16:51:34 -07:00 |
|
Andrew Wang
|
4928f54733
|
HDFS-8482. Rename BlockInfoContiguous to BlockInfo. Contributed by Zhe Zhang.
|
2015-05-27 15:42:07 -07:00 |
|
Haohui Mai
|
c46d4bafe1
|
Update CHANGES.txt for HDFS-8135.
|
2015-05-27 11:07:15 -07:00 |
|
Akira Ajisaka
|
bb1816328a
|
HADOOP-11242. Record the time of calling in tracing span of IPC server. Contributed by Mastake Iwasaki.
|
2015-05-27 18:04:40 +09:00 |
|
Colin Patrick Mccabe
|
7dba7005b7
|
HADOOP-11969. ThreadLocal initialization in several classes is not thread safe (Sean Busbey via Colin P. McCabe)
|
2015-05-26 12:15:46 -07:00 |
|
Haohui Mai
|
ada233b7cd
|
HDFS-8377. Support HTTP/2 in datanode. Contributed by Duo Zhang.
|
2015-05-24 22:30:32 -07:00 |
|
Vinayakumar B
|
55ed6558ba
|
HADOOP-11743. maven doesn't clean all the site files (Contributed by ramtin)
|
2015-05-22 16:45:19 +05:30 |
|
Vinayakumar B
|
0c6638c2ea
|
HDFS-8268. Port conflict log for data node server is not sufficient (Contributed by Mohammad Shahid Khan)
|
2015-05-22 16:15:15 +05:30 |
|
Arpit Agarwal
|
cf2b5694d6
|
HDFS-8454. Remove unnecessary throttling in TestDatanodeDeath. (Arpit Agarwal)
|
2015-05-21 20:43:57 -07:00 |
|
Xiaoyu Yao
|
05e04f34f2
|
HDFS-8451. DFSClient probe for encryption testing interprets empty URI property for enabled. Contributed by Steve Loughran.
|
2015-05-21 11:58:00 -07:00 |
|
Haohui Mai
|
2b6bcfdafa
|
HDFS-8421. Move startFile() and related functions into FSDirWriteFileOp. Contributed by Haohui Mai.
|
2015-05-21 08:08:28 -07:00 |
|
Akira Ajisaka
|
0e4f1081c7
|
HADOOP-10366. Add whitespaces between classes for values in core-default.xml to fit better in browser. Contributed by kanaka kumar avvaru.
|
2015-05-21 17:52:03 +09:00 |
|
Akira Ajisaka
|
dc8434ab2b
|
HDFS-4383. Document the lease limits. Contributed by Arshad Mohammad.
|
2015-05-21 17:30:43 +09:00 |
|
Kihwal Lee
|
8860e352c3
|
HDFS-8404. Pending block replication can get stuck using older genstamp. Contributed by Nathan Roberts.
|
2015-05-19 13:05:15 -05:00 |
|
Colin Patrick Mccabe
|
470c87dbc6
|
HADOOP-11970. Replace uses of ThreadLocal<Random> with JDK7 ThreadLocalRandom (Sean Busbey via Colin P. McCabe)
|
2015-05-19 10:50:15 -07:00 |
|
Kihwal Lee
|
de30d66b26
|
HDFS-8131. Implement a space balanced block placement policy. Contributed by Liu Shaohui.
|
2015-05-19 08:04:38 -05:00 |
|
Vinayakumar B
|
d4a2830b63
|
HADOOP-11103. Clean up RemoteException (Contributed by Sean Busbey)
|
2015-05-19 14:41:05 +05:30 |
|
Vinayakumar B
|
93972a332a
|
HDFS-6348. SecondaryNameNode not terminating properly on runtime exceptions (Contributed by Rakesh R)
|
2015-05-19 12:24:25 +05:30 |
|
Ravi Prakash
|
cdfae446ad
|
HDFS-4185. Add a metric for number of active leases (Rakesh R via raviprak)
|
2015-05-18 12:37:21 -07:00 |
|
Tsz-Wo Nicholas Sze
|
0c590e1c09
|
HDFS-8405. Fix a typo in NamenodeFsck. Contributed by Takanobu Asanuma
|
2015-05-19 02:57:54 +08:00 |
|
Arpit Agarwal
|
a2190bf15d
|
HDFS-8345. Storage policy APIs must be exposed via the FileSystem interface. (Arpit Agarwal)
|
2015-05-18 11:36:29 -07:00 |
|
Uma Maheswara Rao G
|
a6af0248e9
|
HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called after fs close. Contributed by Uma Maheswara Rao G.
|
2015-05-18 19:35:53 +05:30 |
|
Uma Maheswara Rao G
|
363c35541d
|
Updating CHANGES.txt for moving entry of HDFS-8332 from branch-2 to trunk
|
2015-05-18 14:48:49 +05:30 |
|
Arpit Agarwal
|
e453989a57
|
HDFS-8157. Writes to RAM DISK reserve locked memory for block files. (Arpit Agarwal)
|
2015-05-16 09:05:35 -07:00 |
|
Haohui Mai
|
ac742c762d
|
HDFS-8403. Eliminate retries in TestFileCreation#testOverwriteOpenForWrite. Contributed by Arpit Agarwal.
|
2015-05-15 19:12:40 -07:00 |
|
Haohui Mai
|
e5afac5896
|
HDFS-8394. Move getAdditionalBlock() and related functionalities into a separate class. Contributed by Haohui Mai.
|
2015-05-15 19:09:59 -07:00 |
|
Jing Zhao
|
8f37873342
|
HDFS-8397. Refactor the error handling code in DataStreamer. Contributed by Tsz Wo Nicholas Sze.
|
2015-05-15 16:14:54 -07:00 |
|
Vinayakumar B
|
3bef7c80a9
|
HDFS-6888. Allow selectively audit logging ops (Contributed by Chen He)
|
2015-05-15 11:07:51 +05:30 |
|
Akira Ajisaka
|
ee7beda6e3
|
HDFS-8350. Remove old webhdfs.xml and other outdated documentation stuff. Contributed by Brahma Reddy Battula.
|
2015-05-15 13:54:35 +09:00 |
|