
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
| |
Size |
|
3310_20080514.patch |
2008-05-14 05:25 PM |
Tsz Wo (Nicholas), SZE |
38 kB |
|
3310_20080516b.patch |
2008-05-16 10:38 PM |
Tsz Wo (Nicholas), SZE |
49 kB |
|
3310_20080516c.patch |
2008-05-16 10:55 PM |
Tsz Wo (Nicholas), SZE |
47 kB |
|
3310_20080519.patch |
2008-05-19 08:49 PM |
Tsz Wo (Nicholas), SZE |
51 kB |
|
3310_20080519b.patch |
2008-05-20 12:52 AM |
Tsz Wo (Nicholas), SZE |
62 kB |
|
3310_20080520.patch |
2008-05-21 01:21 AM |
Tsz Wo (Nicholas), SZE |
76 kB |
|
3310_20080521.patch |
2008-05-21 07:19 PM |
Tsz Wo (Nicholas), SZE |
78 kB |
|
3310_20080522b.patch |
2008-05-22 09:20 PM |
Tsz Wo (Nicholas), SZE |
81 kB |
|
3310_20080522c.patch |
2008-05-22 10:13 PM |
Tsz Wo (Nicholas), SZE |
82 kB |
|
3310_20080523.patch |
2008-05-24 02:15 AM |
Tsz Wo (Nicholas), SZE |
85 kB |
|
3310_20080524_dhruba.patch |
2008-05-24 09:22 AM |
dhruba borthakur |
88 kB |
|
3310_20080527.patch |
2008-05-28 01:10 AM |
Tsz Wo (Nicholas), SZE |
100 kB |
|
3310_20080528.patch |
2008-05-28 08:21 PM |
Tsz Wo (Nicholas), SZE |
102 kB |
|
3310_20080528b.patch |
2008-05-28 09:54 PM |
Tsz Wo (Nicholas), SZE |
101 kB |
|
3310_20080528c.patch |
2008-05-29 12:50 AM |
Tsz Wo (Nicholas), SZE |
104 kB |
|
3310_20080529.patch |
2008-05-29 08:00 AM |
dhruba borthakur |
96 kB |
|
3310_20080529b.patch |
2008-05-29 06:19 PM |
dhruba borthakur |
105 kB |
|
3310_20080529c.patch |
2008-05-29 10:07 PM |
Tsz Wo (Nicholas), SZE |
108 kB |
|
|
Issue Links:
|
Blocker
|
|
This issue blocks:
|
|
HADOOP-3113
DFSOututStream.flush() should flush data to real block file on DataNode.
|
|
|
|
|
|
This issue is blocked by:
|
|
HADOOP-3375
Lease paths are sometimes not removed from LeaseManager.sortedLeasesByPath
|
|
|
|
|
Dependants
|
|
|
|
|
|
| Hadoop Flags: |
Reviewed, Incompatible change
|
| Release Note: |
Implemented Lease Recovery to sync the last bock of a file. Added ClientDatanodeProtocol for client trigging block recovery. Changed DatanodeProtocol to support block synchronization. Changed InterDatanodeProtocol to support block update.
|
| Resolution Date: |
02/Jun/08 06:46 PM
|
In order to support file append, a GenerationStamp is associated with each block. Lease recovery will be performed when there is a possibility that the replicas of a block in a lease may have different GenerationStamp values.
For more details, see the documentation in HADOOP-1700.
|
|
Description
|
In order to support file append, a GenerationStamp is associated with each block. Lease recovery will be performed when there is a possibility that the replicas of a block in a lease may have different GenerationStamp values.
For more details, see the documentation in HADOOP-1700. |
Show » |
made changes - 25/Apr/08 12:03 AM
| Field |
Original Value |
New Value |
|
Link
|
|
This issue blocks HADOOP-1700
[ HADOOP-1700
]
|
made changes - 05/May/08 10:16 PM
|
Assignee
|
|
Tsz Wo (Nicholas), SZE
[ szetszwo
]
|
made changes - 24/May/08 09:22 AM
made changes - 29/May/08 02:38 AM
|
Hadoop Flags
|
|
[Incompatible change]
|
|
Status
|
Open
[ 1
]
|
Patch Available
[ 10002
]
|
made changes - 29/May/08 08:17 PM
|
Status
|
Patch Available
[ 10002
]
|
Open
[ 1
]
|
made changes - 29/May/08 08:17 PM
|
Status
|
Open
[ 1
]
|
Patch Available
[ 10002
]
|
made changes - 29/May/08 10:08 PM
|
Status
|
Patch Available
[ 10002
]
|
Open
[ 1
]
|
made changes - 29/May/08 10:09 PM
|
Status
|
Open
[ 1
]
|
Patch Available
[ 10002
]
|
made changes - 02/Jun/08 06:45 PM
|
Hadoop Flags
|
[Incompatible change]
|
[Incompatible change, Reviewed]
|
made changes - 02/Jun/08 06:46 PM
|
Fix Version/s
|
|
0.18.0
[ 12312972
]
|
|
Hadoop Flags
|
[Reviewed, Incompatible change]
|
[Incompatible change, Reviewed]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Patch Available
[ 10002
]
|
Resolved
[ 5
]
|
made changes - 02/Jun/08 07:08 PM
|
Release Note
|
|
Implemented Lease Recovery for synchronized the last bock of a file lease. We have
- Added ClientDatanodeProtocol for client trigging block recovery
- Changed DatanodeProtocol to support block synchronization
- Changed InterDatanodeProtocol to support block update
|
|
Hadoop Flags
|
[Reviewed, Incompatible change]
|
[Incompatible change, Reviewed]
|
made changes - 30/Jun/08 09:56 PM
|
Release Note
|
Implemented Lease Recovery for synchronized the last bock of a file lease. We have
- Added ClientDatanodeProtocol for client trigging block recovery
- Changed DatanodeProtocol to support block synchronization
- Changed InterDatanodeProtocol to support block update
|
Implemented Lease Recovery to sync the last bock of a file. Added ClientDatanodeProtocol for client trigging block recovery. Changed DatanodeProtocol to support block synchronization. Changed InterDatanodeProtocol to support block update.
|
|
Hadoop Flags
|
[Reviewed, Incompatible change]
|
[Incompatible change, Reviewed]
|
made changes - 22/Aug/08 07:50 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
made changes - 08/Jul/09 04:43 PM
|
Component/s
|
dfs
[ 12310710
]
|
|
|