| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
131 (0.113s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-3488] BlockPoolSliceScanner#getNewBlockScanTime does not handle numbers > 31 bits properly - HDFS - [issue]
|
|
...This code does not handle the case where period > 2**31 properly: long period = Math.min(scanPeriod, ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3488
Author: Colin Patrick McCabe,
2013-03-19, 19:36
|
|
|
[HDFS-3277] fail over to loading a different FSImage if the first one we try to load is corrupt - HDFS - [issue]
|
|
...Most users store multiple copies of the FSImage in order to prevent catastrophic data loss if a hard disk fails. However, our image loading code is currently not set up to start readin...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3277
Author: Colin Patrick McCabe,
2013-03-15, 13:20
|
|
|
[HDFS-4522] LightWeightGSet expects incrementing a volatile to be atomic - HDFS - [issue]
|
|
...LightWeightGSet uses a volatile integer to track the current modification number (kind of an epoch number).Unfortunately, it includes code like this, that increments this volatile int: ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4522
Author: Colin Patrick McCabe,
2013-03-13, 14:06
|
|
|
[HDFS-4484] libwebhdfs compilation broken with gcc 4.6.2 - HDFS - [issue]
|
|
...libwebhdfs doesn't compile with gcc 4.6.2./home/cmccabe/hadoop1/hadoop-hdfs-project/hadoop-hdfs/src/contrib/libwebhdfs/src/test_libwebhdfs_ops.c: In function ‘main’:/home/cmccabe/hadoop1/had...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4484
Author: Colin Patrick McCabe,
2013-03-13, 14:06
|
|
|
[HDFS-3947] If there are multiple edit logs with the same fstime, Recovery Mode should load a different one than the normal loading process - HDFS - [issue]
|
|
...If there are multiple edit logs with the same fstime, Recovery Mode should load a different one than the normal loading process. This will protect against many common kinds of corrupti...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3947
Author: Colin Patrick McCabe,
2013-03-11, 18:36
|
|
|
[HDFS-4235] when outputting XML, OfflineEditsViewer can't handle some edits containing non-ASCII strings - HDFS - [issue]
|
|
...It seems that when outputting XML, OfflineEditsViewer can't handle some edits containing non-ASCII strings.Example:cmccabe@keter:/h> ./bin/hdfs oev -i ~/Downloads/current2/edits -o /tmp/u...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4235
Author: Colin Patrick McCabe,
2013-02-26, 14:04
|
|
|
[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-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
|
|
|
|