| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
128 (3.038s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-4433] make TestPeerCache not flaky - HDFS - [issue]
|
|
...TestPeerCache is flaky now because it relies on using the same global cache for every test function. So the cache timeout can't be set to something different for each test.Also, we sho...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4433
Author: Colin Patrick McCabe,
2013-01-23, 20:01
|
|
|
[HDFS-4402] some small DomainSocket fixes: avoid findbugs warning, change log level, etc. - HDFS - [issue]
|
|
...Some miscellaneous fixes: findbugs complains about a short-circuit operator in DomainSocket.java for some reason. We don't need it (it doesn't help optimization since the expressions l...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4402
Author: Colin Patrick McCabe,
2013-01-15, 00:31
|
|
|
[HDFS-4400] DFSInputStream#getBlockReader: last retries should ignore the cache - HDFS - [issue]
|
|
...In DFSInputStream#getBlockReader, the last tries to get a BlockReader should ignore the cache. This was broken by HDFS-4356, it seems....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4400
Author: Colin Patrick McCabe,
2013-01-14, 21:34
|
|
|
[HDFS-4384] test_libhdfs_threaded gets SEGV if JNIEnv cannot be initialized - HDFS - [issue]
|
|
...test_libhdfs_threaded gets a SEGV if JNIEnv cannot be initialized. This is incorrect; it should instead exit with a nice error message in this case....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4384
Author: Colin Patrick McCabe,
2013-01-12, 13:21
|
|
|
[HDFS-4390] Bypass UNIX domain socket unit tests when they cannot be run - HDFS - [issue]
|
|
...Testing revealed that the existing mechanisms for bypassing UNIX domain socket-related tests when they are not available are inadequate....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4390
Author: Colin Patrick McCabe,
2013-01-12, 01:19
|
|
|
[HDFS-4388] DomainSocket should throw AsynchronousCloseException when appropriate - HDFS - [issue]
|
|
...DomainSocket should throw AsynchronousCloseException when appropriate (i.e., when an accept or other blocking operation is interrupted by a concurrent close.) This is nicer than throwi...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4388
Author: Colin Patrick McCabe,
2013-01-12, 00:12
|
|
|
[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
|
|
|
|