Colin Patrick Mccabe
|
32741cf3d2
|
Revert "HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe)" (jenkins didn't run yet)
This reverts commit 5aa892ed48 .
|
2015-03-13 18:40:20 -07:00 |
|
Colin Patrick Mccabe
|
5aa892ed48
|
HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe)
|
2015-03-13 18:29:49 -07:00 |
|
Konstantin V Shvachko
|
dfd3201700
|
HDFS-2605. Remove redundant "Release 0.21.1" section from CHANGES.txt. Contributed by Allen Wittenauer.
|
2015-03-13 13:32:45 -07:00 |
|
Konstantin V Shvachko
|
6acb7f2110
|
HDFS-7903. Cannot recover block after truncate and delete snapshot. Contributed by Plamen Jeliazkov.
|
2015-03-13 13:12:51 -07:00 |
|
Kihwal Lee
|
d324164a51
|
HDFS-7435. PB encoding of block reports is very inefficient. Contributed by Daryn Sharp.
|
2015-03-13 14:23:37 -05:00 |
|
Brandon Li
|
f446669afb
|
HDFS-7926. NameNode implementation of ClientProtocol.truncate(..) is not idempotent. Contributed by Tsz Wo Nicholas Sze
|
2015-03-13 10:42:22 -07:00 |
|
Colin Patrick Mccabe
|
b49c3a1813
|
HDFS-7722. DataNode#checkDiskError should also remove Storage when error is found. (Lei Xu via Colin P. McCabe)
|
2015-03-12 12:00:18 -07:00 |
|
Tsz-Wo Nicholas Sze
|
6dae6d12ec
|
HDFS-6833. DirectoryScanner should not register a deleting block with memory of DataNode. Contributed by Shinichi Yamashita
|
2015-03-13 02:25:32 +08:00 |
|
cnauroth
|
fb34f45727
|
HDFS-7491. Add incremental blockreport latency to DN metrics. Contributed by Ming Ma.
|
2015-03-11 14:11:19 -07:00 |
|
Colin Patrick Mccabe
|
5c1036d598
|
HDFS-7830. DataNode does not release the volume lock when adding a volume fails. (Lei Xu via Colin P. McCabe)
|
2015-03-10 18:20:58 -07:00 |
|
Akira Ajisaka
|
82db3341bf
|
HDFS-6806. HDFS Rolling upgrade document should mention the versions available. Contributed by J.Andreina.
|
2015-03-10 11:22:11 +09:00 |
|
Jing Zhao
|
e43882e84a
|
HDFS-7898. Change TestAppendSnapshotTruncate to fail-fast. Contributed by Tsz Wo Nicholas Sze.
|
2015-03-09 10:52:17 -07:00 |
|
Vinod Kumar Vavilapalli
|
b3e699271b
|
Adding 2.8 section in CHANGES.txt
|
2015-03-08 20:24:33 -07:00 |
|
Chris Douglas
|
6ee0d32b98
|
HDFS-7411. Change decommission logic to throttle by blocks rather
than nodes in each interval. Contributed by Andrew Wang
|
2015-03-08 18:31:04 -07:00 |
|
Brandon Li
|
0f8ecb1d0c
|
HDFS-6488. Support HDFS superuser in NFSv3 gateway. Contributed by Brandon Li
|
2015-03-06 15:19:45 -08:00 |
|
Haohui Mai
|
c79710302e
|
HDFS-7818. OffsetParam should return the default value instead of throwing NPE when the value is unspecified. Contributed by Eric Payne.
|
2015-03-06 14:26:23 -08:00 |
|
Allen Wittenauer
|
01bfe6f05b
|
HADOOP-11653. shellprofiles should require .sh extension (Brahma Reddy Battula via aw)
|
2015-03-06 13:54:11 -08:00 |
|
Jing Zhao
|
24db0812be
|
HDFS-7885. Datanode should not trust the generation stamp provided by client. Contributed by Tsz Wo Nicholas Sze.
|
2015-03-06 10:55:56 -08:00 |
|
Jing Zhao
|
952640fa4c
|
HDFS-7855. Separate class Packet from DFSOutputStream. Contributed by Li Bo.
|
2015-03-05 10:58:53 -08:00 |
|
Tsuyoshi Ozawa
|
74a4754d1c
|
HADOOP-11648. Set DomainSocketWatcher thread name explicitly. Contributed by Liang Xie.
|
2015-03-05 16:05:44 +09:00 |
|
Tsz-Wo Nicholas Sze
|
ded0200e9c
|
HDFS-7746. Add a test randomly mixing append, truncate and snapshot operations.
|
2015-03-05 10:21:29 +08:00 |
|
Dongming Liang
|
430b537188
|
HDFS-1522. Combine two BLOCK_FILE_PREFIX constants into one. Contributed by Dongming Liang.
|
2015-03-04 17:51:12 -08:00 |
|
Kihwal Lee
|
722b479469
|
HDFS-7434. DatanodeID hashCode should not be mutable. Contributed by Daryn Sharp.
|
2015-03-04 17:21:51 -06:00 |
|
Jing Zhao
|
ed70fa142c
|
HDFS-7535. Utilize Snapshot diff report for distcp. Contributed by Jing Zhao.
|
2015-03-04 10:30:53 -08:00 |
|
Haohui Mai
|
f717dc51b2
|
HDFS-7879. hdfs.dll does not export functions of the public libhdfs API. Contributed by Chris Nauroth.
|
2015-03-04 09:17:21 -08:00 |
|
Vinayakumar B
|
3560180b6e
|
HDFS-7869. Inconsistency in the return information while performing rolling upgrade ( Contributed by J.Andreina )
|
2015-03-04 14:38:38 +05:30 |
|
Aaron T. Myers
|
f2d7a67a2c
|
HDFS-7682. {{DistributedFileSystem#getFileChecksum}} of a snapshotted file includes non-snapshotted content. Contributed by Charles Lamb.
|
2015-03-03 18:08:59 -08:00 |
|
Haohui Mai
|
e2262d3d18
|
HDFS-6565. Use jackson instead jetty json in hdfs-client. Contributed by Akira AJISAKA.
|
2015-03-03 17:54:13 -08:00 |
|
Arpit Agarwal
|
1004473aa6
|
HDFS-7757. Misleading error messages in FSImage.java. (Contributed by Brahma Reddy Battula)
|
2015-03-03 10:55:22 -08:00 |
|
Tsuyoshi Ozawa
|
d1c6accb6f
|
HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)
|
2015-03-03 14:17:52 +09:00 |
|
Jing Zhao
|
b442aeec95
|
HDFS-7871. NameNodeEditLogRoller can keep printing 'Swallowing exception' message. Contributed by Jing Zhao.
|
2015-03-02 20:22:04 -08:00 |
|
Tsz-Wo Nicholas Sze
|
431e7d84c7
|
HDFS-7302. Remove "downgrade" from "namenode -rollingUpgrade" startup option since it may incorrectly finalize an ongoing rolling upgrade.
Contributed by Kai Sasaki
|
2015-03-03 10:04:08 +08:00 |
|
Haohui Mai
|
c5eac9c6fe
|
HDFS-7785. Improve diagnostics information for HttpPutFailedException. Contributed by Chengbing Liu.
|
2015-03-02 15:35:02 -08:00 |
|
Gera Shegalov
|
cbb492578e
|
HDFS-7789. DFSck should resolve the path to support cross-FS symlinks. (gera)
|
2015-03-02 00:55:35 -08:00 |
|
Tsz-Wo Nicholas Sze
|
67ed59348d
|
HDFS-7439. Add BlockOpResponseProto's message to the exception messages. Contributed by Takanobu Asanuma
|
2015-03-02 15:03:58 +08:00 |
|
Akira Ajisaka
|
30e73ebc77
|
HADOOP-11657. Align the output of hadoop fs -du to be more Unix-like. (aajisaka)
|
2015-03-01 21:09:15 -08:00 |
|
Akira Ajisaka
|
aa55fd3096
|
HDFS-5853. Add "hadoop.user.group.metrics.percentiles.intervals" to hdfs-default.xml (aajisaka)
|
2015-03-01 01:16:36 -08:00 |
|
Allen Wittenauer
|
dbc9b6433e
|
HDFS-4681. TestBlocksWithNotEnoughRacks#testCorruptBlockRereplicatedAcrossRacks fails using IBM java (Ayappan via aw)
|
2015-02-28 23:32:09 -08:00 |
|
Tsz-Wo Nicholas Sze
|
cf51ff2fe8
|
recommit "HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir."
(cherry picked from commit 7c6b6547ee )
|
2015-02-27 14:30:41 -08:00 |
|
Akira Ajisaka
|
8719cdd4f6
|
HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in hdfs-default.xml. Contributed by Kai Sasaki.
|
2015-02-27 12:17:34 -08:00 |
|
Tsz-Wo Nicholas Sze
|
a979f3b58f
|
HDFS-7308. Change the packet chunk size computation in DFSOutputStream in order to enforce packet size <= 64kB. Contributed by Takuya Fukudome
|
2015-02-27 23:45:37 +08:00 |
|
Vinayakumar B
|
4f75b15628
|
HDFS-6753. Initialize checkDisk when DirectoryScanner not able to get files list for scanning (Contributed by J.Andreina)
|
2015-02-27 16:36:28 +05:30 |
|
Tsz-Wo Nicholas Sze
|
2954e65467
|
Revert "HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir."
This reverts commit 7c6b6547ee .
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2015-02-27 18:25:32 +08:00 |
|
cnauroth
|
c6d5b37a1c
|
HDFS-7774. Unresolved symbols error while compiling HDFS on Windows 7/32 bit. Contributed by Kiran Kumar M R.
|
2015-02-26 13:37:46 -08:00 |
|
Colin Patrick Mccabe
|
f0c980abed
|
HDFS-7819. Log WARN message for the blocks which are not in Block ID based layout (Rakesh R via Colin P. McCabe)
|
2015-02-26 11:58:29 -08:00 |
|
Allen Wittenauer
|
dce8b9c4d0
|
HADOOP-11637. bash location hard-coded in shell scripts (aw)
|
2015-02-26 09:29:16 -08:00 |
|
Vinayakumar B
|
166eecf687
|
HDFS-7832. Show 'Last Modified' in Namenode's 'Browse Filesystem' (Contributed by Vinayakumar B)
|
2015-02-26 14:36:09 +05:30 |
|
Tsz-Wo Nicholas Sze
|
725cc499f0
|
HDFS-7537. Add "UNDER MIN REPL'D BLOCKS" count to fsck. Contributed by GAO Rui
|
2015-02-26 11:45:56 +08:00 |
|
Allen Wittenauer
|
8c4f76aa20
|
HDFS-7460. Rewrite httpfs to use new shell framework (John Smith via aw)
|
2015-02-25 18:57:41 -08:00 |
|
Tsz-Wo Nicholas Sze
|
606f5b517f
|
HDFS-7843. A truncated file is corrupted after rollback from a rolling upgrade.
|
2015-02-26 10:14:40 +08:00 |
|