| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
50 (0.172s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-4104] dfs -test -d prints inappropriate error on nonexistent directory - HDFS - [issue]
|
|
...Running hdfs dfs -test -d foo should return 0 or 1 as appropriate. It should not generate any output due to missing files. Alas, it prints an error message when foo does not exist.$ hd...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4104
Author: Andy Isaacson,
2012-11-16, 13:21
|
|
|
[HDFS-4139] fuse-dfs RO mode still allows file truncation - HDFS - [issue]
|
|
...Mounting a fuse-dfs in readonly mode with "-oro" still allows the user to truncate files.$ grep fuse /etc/fstabhadoop-fuse-dfs#dfs://ubu-cdh-0.local /export/hdfs fuse noauto,ro 0 0$ sudo mou...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4139
Author: Andy Isaacson,
2012-11-14, 13:21
|
|
|
[HDFS-3643] hdfsJniHelper.c unchecked string pointers - HDFS - [issue]
|
|
...str = methSignature; while (*str != ')') str++; str++; returnType = *str;This loop needs to check for '\0'. Also the following if/else i...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3643
Author: Andy Isaacson,
2012-10-30, 00:06
|
|
|
[HDFS-4042] send Cache-Control header on JSP pages - HDFS - [issue]
|
|
...We should send a Cache-Control header on JSP pages so that HTTP/1.1 compliant caches can properly manage cached data.Currently our JSPs send:% curl -v http://nn1:50070/dfshealth.jsp...< H...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4042
Author: Andy Isaacson,
2012-10-23, 00:13
|
|
|
Re: Is there a way to mount HAR the same way HDFS can be mounted with FUSE? - HDFS - [mail # dev]
|
|
...we deprecated the *-user@hadoop lists in favor of a general-purpose user@hadoop list, back in August. https://issues.apache.org/jira/browse/INFRA-5123 So Peter, you may find more...
|
|
|
Author: Andy Isaacson,
2012-10-17, 21:42
|
|
|
[HDFS-3828] Block Scanner rescans blocks too frequently - HDFS - [issue]
|
|
...BlockPoolSliceScanner#scan calls cleanUp every time it's invoked from DataBlockScanner#run via scanBlockPoolSlice. But cleanUp unconditionally roll()s the verificationLogs, so after tw...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3828
Author: Andy Isaacson,
2012-10-11, 18:33
|
|
|
[HDFS-3597] SNN can fail to start on upgrade - HDFS - [issue]
|
|
...When upgrading from 1.x to 2.0.0, the SecondaryNameNode can fail to start up:2012-06-16 09:52:33,812 ERROR org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode: Exception in doCheckpoint...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3597
Author: Andy Isaacson,
2012-10-01, 10:22
|
|
|
[HDFS-3991] NN webui should mention safemode more clearly - HDFS - [issue]
|
|
...The dfshealth.jsp page saysSafe mode is ON. The reported blocks 0 needs additional 308 blocks to reach the threshold 0.9990 of total blocks 308. Safe mode will be turned off automatically.wh...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3991
Author: Andy Isaacson,
2012-09-28, 19:25
|
|
|
[HDFS-3982] report failed replications in DN heartbeat - HDFS - [issue]
|
|
...From HDFS-3931: The test corrupts 2/3 replicas. client reports a bad block. NN asks a DN to re-replicate, and randomly picks the other corrupt replica. DN notices the incoming replica is cor...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3982
Author: Andy Isaacson,
2012-09-27, 18:56
|
|
|
[HDFS-3902] TestDatanodeBlockScanner#testBlockCorruptionPolicy is broken - HDFS - [issue]
|
|
...Since HDFS-3828 fixed the block scanner to not repeatedly rescan small blockpools, TestDatanodeBlockScanner times out after 13 minutes in waitReplication....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3902
Author: Andy Isaacson,
2012-09-13, 14:59
|
|
|
|