| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
127 (0.23s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-3486] offlineimageviewer can't read fsimage files that contain persistent delegation tokens - HDFS - [issue]
|
|
...OfflineImageViewer (oiv) crashes when trying to read fsimage files that contain persistent delegation tokens.Example stack trace:Caused by: java.lang.IndexOutOfBoundsException &n...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3486
Author: Colin Patrick McCabe,
2013-02-25, 18:56
|
|
|
[HDFS-4461] DirectoryScanner: volume path prefix takes up memory for every block that is scanned - HDFS - [issue]
|
|
...In the DirectoryScanner, we create a class ScanInfo for every block. This object contains two File objects-- one for the metadata file, and one for the block file. Since those Fi...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4461
Author: Colin Patrick McCabe,
2013-02-22, 22:44
|
|
|
[HDFS-4476] HDFS-347: style cleanups - HDFS - [issue]
|
|
...Clean up some code style issues in HDFS-347.DomainSocket.java do not use AtomicInteger for status, add a new class rename fdRef(), fdUnref(boolean), jfds, jbuf, SND_BUF...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4476
Author: Colin Patrick McCabe,
2013-02-16, 00:59
|
|
|
[HDFS-4496] DFSClient: don't create a domain socket unless we need it - HDFS - [issue]
|
|
...If we don't have conf.domainSocketDataTraffic or conf.shortCircuitLocalReads set, the client shouldn't create a domain socket because we couldn't use it. This is only an issue if you m...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4496
Author: Colin Patrick McCabe,
2013-02-13, 07:26
|
|
|
[HDFS-4473] DataNode: don't create domain socket unless we need it - HDFS - [issue]
|
|
...If dfs.domain.socket.path is set, but we don't have anything enabled which would need it (like dfs.client.read.shortcircuit), don't create the socket....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4473
Author: Colin Patrick McCabe,
2013-02-13, 07:14
|
|
|
[HDFS-3579] libhdfs: fix exception handling - HDFS - [issue]
|
|
...libhdfs does not consistently handle exceptions. Sometimes we don't free the memory associated with them (memory leak). Sometimes we invoke JNI functions that are not supposed to...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3579
Author: Colin Patrick McCabe,
2013-02-06, 23:08
|
|
|
[HDFS-4416] change dfs.datanode.domain.socket.path to dfs.domain.socket.path - HDFS - [issue]
|
|
...dfs.datanode.domain.socket.path is used by both clients and the DataNode, so it might be best to avoid putting 'datanode' in the name. Most of the configuration keys that have 'datanod...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4416
Author: Colin Patrick McCabe,
2013-01-25, 04:01
|
|
|
[HDFS-4440] avoid annoying log message when dfs.domain.socket.path is not set - HDFS - [issue]
|
|
...When dfs.domain.socket.path is not set, it gets set to the empty string. We should check if this conf key is the empty string in DomainSocketFactory, rather than checking against null ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4440
Author: Colin Patrick McCabe,
2013-01-25, 00:44
|
|
|
[HDFS-4438] TestDomainSocket fails when system umask is set to 0002 - HDFS - [issue]
|
|
...TestDomainSocket#testFdPassingPathSecurity fails when the system umask is set to 0002....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4438
Author: Colin Patrick McCabe,
2013-01-25, 00:39
|
|
|
[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
|
|
|
|