|
Change Parameter Type controller : PipelineController to controller : WALSplitter.PipelineController in method public BoundedLogWriterCreationOutputSink(walSplitter WALSplitter, controller WALSplitter.PipelineController, entryBuffers EntryBuffers, numWriters int) in class org.apache.hadoop.hbase.wal.BoundedLogWriterCreationOutputSink |
From |
To |
|
Change Parameter Type logEntry : Entry to walEntry : WAL.Entry in method package getRegionSplitEditsPath(walEntry WAL.Entry, fileNameBeingSplit String, tmpDirName String, conf Configuration) : Path in class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Change Parameter Type mutations : List<WALSplitter.MutationReplay> to mutations : List<MutationReplay> in method private doReplayBatchOp(region HRegion, mutations List<MutationReplay>, replaySeqId long) : OperationStatus[] in class org.apache.hadoop.hbase.regionserver.RSRpcServices |
From |
To |
|
Change Parameter Type entry : WALEntry to entry : AdminProtos.WALEntry in method public getMutationsFromWALEntry(entry AdminProtos.WALEntry, cells CellScanner, logEntry Pair<WALKey,WALEdit>, durability Durability) : List<MutationReplay> in class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Change Parameter Type buffer : RegionEntryBuffer to buffer : WALSplitter.RegionEntryBuffer in method private writeThenClose(buffer WALSplitter.RegionEntryBuffer) : Path in class org.apache.hadoop.hbase.wal.BoundedLogWriterCreationOutputSink |
From |
To |
|
Change Parameter Type entry : Entry to entry : WAL.Entry in method public appendEntry(entry WAL.Entry) : void in class org.apache.hadoop.hbase.wal.EntryBuffers |
From |
To |
|
Change Parameter Type entry : Entry to entry : WAL.Entry in method public abstract keepRegionEvent(entry WAL.Entry) : boolean in class org.apache.hadoop.hbase.wal.OutputSink |
From |
To |
|
Change Parameter Type entry : Entry to entry : WAL.Entry in method package updateRegionMaximumEditLogSeqNum(entry WAL.Entry) : void in class org.apache.hadoop.hbase.wal.OutputSink |
From |
To |
|
Change Parameter Type controller : PipelineController to controller : WALSplitter.PipelineController in method public OutputSink(controller WALSplitter.PipelineController, entryBuffers EntryBuffers, numWriters int) in class org.apache.hadoop.hbase.wal.OutputSink |
From |
To |
|
Change Parameter Type buffer : RegionEntryBuffer to buffer : WALSplitter.RegionEntryBuffer in method public abstract append(buffer WALSplitter.RegionEntryBuffer) : void in class org.apache.hadoop.hbase.wal.OutputSink |
From |
To |
|
Change Parameter Type buffer : RegionEntryBuffer to buffer : WALSplitter.RegionEntryBuffer in method public append(buffer WALSplitter.RegionEntryBuffer) : void in class org.apache.hadoop.hbase.wal.BoundedLogWriterCreationOutputSink |
From |
To |
|
Move Method public moveAsideBadEditsFile(walFS FileSystem, edits Path) : Path from class org.apache.hadoop.hbase.wal.WALSplitter to public moveAsideBadEditsFile(walFS FileSystem, edits Path) : Path from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method private finishSplitLogFile(walDir Path, oldLogDir Path, logPath Path, conf Configuration) : void from class org.apache.hadoop.hbase.wal.WALSplitter to package finishSplitLogFile(walDir Path, oldWALDir Path, walPath Path, conf Configuration) : void from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method private getTmpRecoveredEditsFileName(fileName String) : String from class org.apache.hadoop.hbase.wal.WALSplitter to private getTmpRecoveredEditsFileName(fileName String) : String from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method public hasRecoveredEdits(conf Configuration, regionInfo RegionInfo) : boolean from class org.apache.hadoop.hbase.wal.WALSplitter to public hasRecoveredEdits(conf Configuration, regionInfo RegionInfo) : boolean from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method public writeRegionSequenceIdFile(walFS FileSystem, regionDir Path, newMaxSeqId long) : void from class org.apache.hadoop.hbase.wal.WALSplitter to public writeRegionSequenceIdFile(walFS FileSystem, regionDir Path, newMaxSeqId long) : void from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method package getRegionSplitEditsPath(logEntry Entry, fileNameBeingSplit String, tmpDirName String, conf Configuration) : Path from class org.apache.hadoop.hbase.wal.WALSplitter to package getRegionSplitEditsPath(walEntry WAL.Entry, fileNameBeingSplit String, tmpDirName String, conf Configuration) : Path from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method private getSequenceIdFiles(walFS FileSystem, regionDir Path) : FileStatus[] from class org.apache.hadoop.hbase.wal.WALSplitter to private getSequenceIdFiles(walFS FileSystem, regionDir Path) : FileStatus[] from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method private getCompletedRecoveredEditsFilePath(srcPath Path, maximumEditLogSeqNum long) : Path from class org.apache.hadoop.hbase.wal.WALSplitter to package getCompletedRecoveredEditsFilePath(srcPath Path, maximumEditWALSeqNum long) : Path from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method public getRegionDirRecoveredEditsDir(regionDir Path) : Path from class org.apache.hadoop.hbase.wal.WALSplitter to public getRegionDirRecoveredEditsDir(regionDir Path) : Path from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method public finishSplitLogFile(logfile String, conf Configuration) : void from class org.apache.hadoop.hbase.wal.WALSplitter to public finishSplitLogFile(logfile String, conf Configuration) : void from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method package formatRecoveredEditsFileName(seqid long) : String from class org.apache.hadoop.hbase.wal.WALSplitter to package formatRecoveredEditsFileName(seqid long) : String from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method public isSequenceIdFile(file Path) : boolean from class org.apache.hadoop.hbase.wal.WALSplitter to public isSequenceIdFile(file Path) : boolean from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method public getMaxRegionSequenceId(walFS FileSystem, regionDir Path) : long from class org.apache.hadoop.hbase.wal.WALSplitter to public getMaxRegionSequenceId(walFS FileSystem, regionDir Path) : long from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method public getMutationsFromWALEntry(entry WALEntry, cells CellScanner, logEntry Pair<WALKey,WALEdit>, durability Durability) : List<MutationReplay> from class org.apache.hadoop.hbase.wal.WALSplitter to public getMutationsFromWALEntry(entry AdminProtos.WALEntry, cells CellScanner, logEntry Pair<WALKey,WALEdit>, durability Durability) : List<MutationReplay> from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method private getMaxSequenceId(files FileStatus[]) : long from class org.apache.hadoop.hbase.wal.WALSplitter to private getMaxSequenceId(files FileStatus[]) : long from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Move Method public getSplitEditFilesSorted(walFS FileSystem, regionDir Path) : NavigableSet<Path> from class org.apache.hadoop.hbase.wal.WALSplitter to public getSplitEditFilesSorted(walFS FileSystem, regionDir Path) : NavigableSet<Path> from class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Change Variable Type edits : List<WALSplitter.MutationReplay> to edits : List<MutationReplay> in method public replay(controller RpcController, request ReplicateWALEntryRequest) : ReplicateWALEntryResponse in class org.apache.hadoop.hbase.regionserver.RSRpcServices |
From |
To |
|
Change Variable Type m : WALSplitter.MutationReplay to m : MutationReplay in method private doReplayBatchOp(region HRegion, mutations List<MutationReplay>, replaySeqId long) : OperationStatus[] in class org.apache.hadoop.hbase.regionserver.RSRpcServices |
From |
To |
|
Change Variable Type it : Iterator<WALSplitter.MutationReplay> to it : Iterator<MutationReplay> in method private doReplayBatchOp(region HRegion, mutations List<MutationReplay>, replaySeqId long) : OperationStatus[] in class org.apache.hadoop.hbase.regionserver.RSRpcServices |
From |
To |
|
Change Variable Type buffer : Map.Entry<byte[],RegionEntryBuffer> to buffer : Map.Entry<byte[],WALSplitter.RegionEntryBuffer> in method package executeCloseTask(completionService CompletionService<Void>, thrown List<IOException>, paths List<Path>) : boolean in class org.apache.hadoop.hbase.wal.BoundedLogWriterCreationOutputSink |
From |
To |
|
Change Variable Type wap : WriterAndPath to wap : WALSplitter.WriterAndPath in method private writeThenClose(buffer WALSplitter.RegionEntryBuffer) : Path in class org.apache.hadoop.hbase.wal.BoundedLogWriterCreationOutputSink |
From |
To |
|
Rename Parameter w : Writer to writer : Writer in method package WriterAndPath(path Path, writer Writer, minLogSeqNum long) in class org.apache.hadoop.hbase.wal.WALSplitter.WriterAndPath |
From |
To |
|
Rename Parameter logEntry : Entry to walEntry : WAL.Entry in method package getRegionSplitEditsPath(walEntry WAL.Entry, fileNameBeingSplit String, tmpDirName String, conf Configuration) : Path in class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Rename Parameter oldLogDir : Path to oldWALDir : Path in method private archiveWALs(corruptedWALs List<Path>, processedWALs List<Path>, oldWALDir Path, walFS FileSystem, conf Configuration) : void in class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |
|
Rename Parameter p : Path to path : Path in method package WriterAndPath(path Path, writer Writer, minLogSeqNum long) in class org.apache.hadoop.hbase.wal.WALSplitter.WriterAndPath |
From |
To |
|
Rename Parameter maximumEditLogSeqNum : long to maximumEditWALSeqNum : long in method package getCompletedRecoveredEditsFilePath(srcPath Path, maximumEditWALSeqNum long) : Path in class org.apache.hadoop.hbase.wal.WALSplitUtil |
From |
To |