| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
131 (0.119s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-4356] BlockReaderLocal should use passed file descriptors rather than paths - HDFS - [issue]
|
|
...BlockReaderLocal should use file descriptors passed over UNIX domain sockets rather than paths. We also need some configuration options for these UNIX domain sockets....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4356
Author: Colin Patrick McCabe,
2013-01-11, 23:52
|
|
|
[HDFS-4353] Encapsulate connections to peers in Peer and PeerServer classes - HDFS - [issue]
|
|
...Encapsulate connections to peers into the Peer and PeerServer classes. Since many Java classes may be involved with these connections, it makes sense to create a container for them. &n...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4353
Author: Colin Patrick McCabe,
2013-01-04, 07:14
|
|
|
[HDFS-4354] Create DomainSocket and DomainPeer and associated unit tests - HDFS - [issue]
|
|
...Create DomainSocket, a JNI class which provides UNIX domain sockets functionality in Java. Also create DomainPeer, DomainPeerServer. This change also adds a unit test as well as ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4354
Author: Colin Patrick McCabe,
2013-01-04, 01:42
|
|
|
[HDFS-4319] FSShell copyToLocal creates files with the executable bit set - HDFS - [issue]
|
|
...With the default value of fs.permissions.umask-mode, 022, FSShell copyToLocal creates files with the executable bit set.If, on the other hand, you change fs.permissions.umask-mode to s...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4319
Author: Colin Patrick McCabe,
2012-12-19, 06:14
|
|
|
[HDFS-4307] SocketCache should use monotonic time - HDFS - [issue]
|
|
...SocketCache should use monotonic time, not wall-clock time. Otherwise, if the time is adjusted by ntpd or a system administrator, sockets could be either abrupbtly expired, or left in ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4307
Author: Colin Patrick McCabe,
2012-12-18, 12:42
|
|
|
[HDFS-4291] edit log unit tests leave stray test_edit_log_file around - HDFS - [issue]
|
|
...Some of the edit log tests leave a stray test_edit_log_file around. These should be put in the test directory, and cleaned up after the tests succeed....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4291
Author: Colin Patrick McCabe,
2012-12-11, 14:09
|
|
|
[HDFS-4279] NameNode does not initialize generic conf keys when started with -recover - HDFS - [issue]
|
|
...This means that configurations that scope the location of the name/edits/shared edits dirs by nameserice or namenode won't work with `hdfs namenode -recover`...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4279
Author: Colin Patrick McCabe,
2012-12-08, 14:05
|
|
|
[HDFS-4283] Spurious Test failures in TestEditLog.testFuzzSequences - HDFS - [issue]
|
|
...testFuzzSequences fails sometimes due to the additional UTF-8 validation added in HADOOP-9103. The issue is that the UTF8 class throws its exceptions as RuntimeExceptions rather than I...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4283
Author: Colin Patrick McCabe,
2012-12-06, 18:52
|
|
|
[HDFS-3049] During the normal loading NN startup process, fall back on a different EditLog if we see one that is corrupt - HDFS - [issue]
|
|
...During the NameNode startup process, we load an image, and then apply edit logs to it until we believe that we have all the latest changes. Unfortunately, if there is an I/O error whil...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3049
Author: Colin Patrick McCabe,
2012-12-05, 19:13
|
|
|
[HDFS-4157] libhdfs: hdfsTell could be implemented a smarter than it is - HDFS - [issue]
|
|
...In libhdfs, hdfsTell currently makes a JNI call into DFSClient to determine the position of the stream. However, we could cache this information easily, since libhdfs controls access t...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4157
Author: Colin Patrick McCabe,
2012-12-03, 23:42
|
|
|
|