| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
347 (0.063s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-4034] Remove redundant null checks - HDFS - [issue]
|
|
...Findbugs 2 catches a number of places where we're checking for null in cases where the value will never be null.We might need to wait until we switch to findbugs 2 to commit this as the curr...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4034
Author: Eli Collins,
2012-11-15, 02:49
|
|
|
Re: FileSystem.getFileChecksum() returns null on LocalFileSystem - HDFS - [mail # dev]
|
|
...It's not implemented for local file system (RawLocalFileSystem), see the javadoc from FileSystem: * @return The file checksum. The default return value is null, &n...
|
|
|
Author: Eli Collins,
2012-11-14, 18:02
|
|
|
[HDFS-4060] TestHSync#testSequenceFileSync failed - HDFS - [issue]
|
|
...TestHSync#testSequenceFileSync failed in the pre commit run of HDFS-4055.java.lang.AssertionError: Bad value for metric FsyncCount expected:<2> but was:<1> at org.junit.Assert.fa...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4060
Author: Eli Collins,
2012-11-09, 22:47
|
|
|
[HDFS-3625] Fix TestBackupNode by properly initializing edit log - HDFS - [issue]
|
|
...TestBackupNode#testCheckpointNode fails because the following code in FSN#startActiveServices NPEs (resulting in a System.exit) because editLogTailer is set when starting standby services an...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3625
Author: Eli Collins,
2012-11-09, 14:02
|
|
|
[HDFS-4061] TestBalancer and TestUnderReplicatedBlocks need timeouts - HDFS - [issue]
|
|
...Saw TestBalancer and TestUnderReplicatedBlocks timeout hard on a jenkins job recently, let's annotate the relevant tests with timeouts....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4061
Author: Eli Collins,
2012-11-06, 19:14
|
|
|
Re: Status of CheckpointNode and BackupNode - HDFS - [mail # dev]
|
|
...Filed HDFS-4114. I think it's a regular code change like MR-2736. Thanks, Eli On Fri, Oct 26, 2012 at 7:39 AM, Todd Lipcon wrote:...
|
|
|
Author: Eli Collins,
2012-10-26, 15:01
|
|
|
[HDFS-4067] TestUnderReplicatedBlocks may fail due to ReplicaAlreadyExistsException - HDFS - [issue]
|
|
...After adding the timeout to TestUnderReplicatedBlocks in HDFS-4061 we can see the root cause of the failure is ReplicaAlreadyExistsException:org.apache.hadoop.hdfs.server.datanode.ReplicaAlr...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4067
Author: Eli Collins,
2012-10-26, 15:01
|
|
|
[HDFS-3948] TestWebHDFS#testNamenodeRestart occasionally fails - HDFS - [issue]
|
|
...After fixing HDFS-3936 I noticed that TestWebHDFS#testNamenodeRestart fails when looping it, on my system it takes about 40 runs. WebHdfsFileSystem#close is racing with restart and resulting...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3948
Author: Eli Collins,
2012-10-26, 15:01
|
|
|
[HDFS-2884] TestDecommission.testDecommissionFederation fails intermittently - HDFS - [issue]
|
|
...I saw the following assert fail on a jenkins job for branch HDFS-1623 but I don't think it's HA related.java.lang.AssertionError: Number of Datanodes expected:<2> but was:<1&g...
|
|
|
http://issues.apache.org/jira/browse/HDFS-2884
Author: Eli Collins,
2012-10-26, 10:19
|
|
|
[HDFS-3472] initializeSharedEdits should warn if a shared edits dir is not configured - HDFS - [issue]
|
|
...Running initializeSharedEdits w/o a shared edits dir currently yields the following rather than a user friendly message about a shared edits dir not being configured.12/05/29 13:03:08 INFO c...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3472
Author: Eli Collins,
2012-10-26, 09:53
|
|
|
|