| 
                                Change Variable Type	servers : List<String> to servers : Set<String> in method private checkServerStatus() : void in class com.orientechnologies.orient.server.distributed.impl.OClusterHealthChecker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	winners : List<byte[]> to winners : List<ORawBuffer> in method public onConflict(databaseName String, clusterName String, rid ORecordId, dManager ODistributedServerManager, candidates Map<Object,List<String>>) : OConflictResult in class com.orientechnologies.orient.server.distributed.conflict.OContentDistributedConflictResolver | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	candidatesGroupedByContent : Map<byte[],List<String>> to candidatesGroupedByContent : Map<ORawBuffer,List<String>> in method public onConflict(databaseName String, clusterName String, rid ORecordId, dManager ODistributedServerManager, candidates Map<Object,List<String>>) : OConflictResult in class com.orientechnologies.orient.server.distributed.conflict.OContentDistributedConflictResolver | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	txTask : OTxTask to quorumResponse : ODistributedResponse in method public call(resp ODistributedResponseManager) : Boolean in class com.orientechnologies.orient.server.distributed.impl.ODistributedTransactionManager.finalizeRequest.executeInLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	winnerContent : byte[] to winnerContent : ORawBuffer in method public onConflict(databaseName String, clusterName String, rid ORecordId, dManager ODistributedServerManager, candidates Map<Object,List<String>>) : OConflictResult in class com.orientechnologies.orient.server.distributed.conflict.OContentDistributedConflictResolver | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	matchEntry : Map.Entry<byte[],List<String>> to matchEntry : Map.Entry<ORawBuffer,List<String>> in method public onConflict(databaseName String, clusterName String, rid ORecordId, dManager ODistributedServerManager, candidates Map<Object,List<String>>) : OConflictResult in class com.orientechnologies.orient.server.distributed.conflict.OContentDistributedConflictResolver | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	def : OMajorityDistributedConflictResolver to def : OQuorumDistributedConflictResolver in method public ODistributedConflictResolverFactory() in class com.orientechnologies.orient.server.distributed.conflict.ODistributedConflictResolverFactory | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	servers : List<String> to servers : Set<String> in method private checkServerInStall() : void in class com.orientechnologies.orient.server.distributed.impl.OClusterHealthChecker | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Rename Method	public getStorage() : ODistributedStorage renamed to public getStorageDistributed() : ODistributedStorage in class com.orientechnologies.orient.server.distributed.impl.ODatabaseDocumentDistributed | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public OReadRecordIfNotLatestTask(iRid ORecordId, recordVersion int) renamed to public init(rid ORecordId, recordVersion int) : OReadRecordIfNotLatestTask in class com.orientechnologies.orient.server.distributed.impl.task.OReadRecordIfNotLatestTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public getTaskFactory() : ORemoteTaskFactory renamed to public getTaskFactoryManager() : ORemoteTaskFactoryManager in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public OCreateRecordTask(iRid ORecordId, iContent byte[], iVersion int, iRecordType byte) renamed to public init(iRid ORecordId, iContent byte[], iVersion int, iRecordType byte) : OCreateRecordTask in class com.orientechnologies.orient.server.distributed.impl.task.OCreateRecordTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public ORepairClusterTask(clusterId int) renamed to public init(clusterId int) : ORepairClusterTask in class com.orientechnologies.orient.server.distributed.impl.task.ORepairClusterTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public OUpdateRecordTask(iRecord ORecord) renamed to public init(iRecord ORecord) : OUpdateRecordTask in class com.orientechnologies.orient.server.distributed.impl.task.OUpdateRecordTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public OUpdateRecordTask(iRecordId ORecordId, iContent byte[], iVersion int, iRecordType byte) renamed to public init(iRecordId ORecordId, iContent byte[], iVersion int, iRecordType byte) : OUpdateRecordTask in class com.orientechnologies.orient.server.distributed.impl.task.OUpdateRecordTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected checkLocalNodeInConfiguration(cfg ODistributedConfiguration) : void renamed to public checkNodeInConfiguration(cfg ODistributedConfiguration, serverName String) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public formatLocks(manager ODistributedAbstractPlugin, db String) : Object renamed to public formatRecordLocks(manager ODistributedAbstractPlugin, db String) : Object in class com.orientechnologies.orient.server.distributed.impl.ODistributedOutput | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public OCompleted2pcTask(iRequestId ODistributedRequestId, iSuccess boolean, partitionKey int[]) renamed to public init(iRequestId ODistributedRequestId, iSuccess boolean, partitionKey int[]) : OCompleted2pcTask in class com.orientechnologies.orient.server.distributed.impl.task.OCompleted2pcTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	private electNewCoordinator() : void renamed to private electNewLockManager() : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected printStats() : void renamed to protected dumpStats() : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public handleUnreachableServer(nodeLeftName String) : void renamed to public setServer(server String) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedLockManagerRequester | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected OAbstractRecordReplicatedTask(iRid ORecordId, iVersion int) renamed to public init(iRid ORecordId, iVersion int) : OAbstractRecordReplicatedTask in class com.orientechnologies.orient.server.distributed.task.OAbstractRecordReplicatedTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public OCreateRecordTask(record ORecord) renamed to public init(record ORecord) : OCreateRecordTask in class com.orientechnologies.orient.server.distributed.impl.task.OCreateRecordTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public OAbstractReadRecordTask(iRid ORecordId) renamed to public init(iRid ORecordId) : OAbstractReadRecordTask in class com.orientechnologies.orient.server.distributed.impl.task.OAbstractReadRecordTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public getTaskFactory() : ORemoteTaskFactory renamed to public getTaskFactoryManager() : ORemoteTaskFactoryManager in class com.orientechnologies.orient.server.distributed.ODistributedServerManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public OUpdateRecordTask(iRecord ORecord, version int) renamed to public init(iRecord ORecord, version int) : OUpdateRecordTask in class com.orientechnologies.orient.server.distributed.impl.task.OUpdateRecordTask | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Rename Variable	pRequest : ODistributedTxContext to ctx : ODistributedTxContext in method public execute(msgId ODistributedRequestId, iServer OServer, iManager ODistributedServerManager, database ODatabaseDocumentInternal) : Object in class com.orientechnologies.orient.server.distributed.impl.task.OCompleted2pcTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	originalRecord : ORawBuffer to currentRecord : ORawBuffer in method public lockRecord(rid ORID, requestId ODistributedRequestId, timeout long) : boolean in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	remoteValue : Object to serverRecordContent : Object in method private repairRecords(db ODatabaseDocumentInternal, rids List<ORecordId>) : boolean in class com.orientechnologies.orient.server.distributed.impl.OConflictResolverDatabaseRepairer | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	backupFullPath : File to backupfullpath : File in method protected backupCurrentDatabase(iDatabaseName String) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	originalCoordinator : String to originalLockManager : String in method private electNewLockManager() : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	nodeCfg : ODocument to nCfg : ODocument in method public startup() : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	nName : String to eventNodeName : String in method public entryRemoved(iEvent EntryEvent<String,Object>) : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	oldDirectory : File to olddirectory : File in method protected backupCurrentDatabase(iDatabaseName String) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	coordinatorServerId : int to lockManagerServerId : int in method private electNewLockManager() : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	txTask : OTxTask to quorumResponse : ODistributedResponse in method public call(resp ODistributedResponseManager) : Boolean in class com.orientechnologies.orient.server.distributed.impl.ODistributedTransactionManager.finalizeRequest.executeInLock | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Return Type	void to String in method public dumpLocks() : String in class com.orientechnologies.orient.server.distributed.impl.ODistributedLockManagerExecutor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	void to boolean in method public setLocalResult(localNodeName String, localResult Object) : boolean in class com.orientechnologies.orient.server.distributed.ODistributedResponseManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ORemoteTaskFactory to ORemoteTaskFactoryManager in method public getTaskFactoryManager() : ORemoteTaskFactoryManager in class com.orientechnologies.orient.server.distributed.ODistributedServerManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ORemoteTaskFactory to ORemoteTaskFactoryManager in method public getTaskFactoryManager() : ORemoteTaskFactoryManager in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	boolean to void in method protected processCommitResult(localNodeName String, iTx OTransaction, txTask OTxTask, involvedClusters Set<String>, tmpEntries Iterable<ORecordOperation>, nodes Collection<String>, reqId ODistributedRequestId, dResponse ODistributedResponse, ctx ODistributedTxContext) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedTransactionManager | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Attribute Type	autoRemovalOfServers : Map<String,Long> to autoRemovalOfServers : ConcurrentMap<String,Long> in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	storages : ConcurrentHashMap<String,ODistributedStorage> to storages : ConcurrentMap<String,ODistributedStorage> in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	synchronousResponsesArrived : Condition to synchronousResponsesArrived : CountDownLatch in class com.orientechnologies.orient.server.distributed.ODistributedResponseManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	activeNodesNamesByUuid : Map<String,String> to activeNodesNamesByUuid : ConcurrentMap<String,String> in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	taskFactory : ORemoteTaskFactory to manager : ODistributedServerManager in class com.orientechnologies.orient.server.distributed.ODistributedRequest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	activeNodesUuidByName : Map<String,String> to activeNodesUuidByName : ConcurrentMap<String,String> in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	registeredNodeByName : Map<String,Integer> to registeredNodeByName : ConcurrentMap<String,Integer> in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	activeNodes : Map<String,Member> to activeNodes : ConcurrentMap<String,Member> in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Rename Parameter	newServerCoordinator : String to newLockManagerServer : String in method public setServerOffline(iNode String, newLockManagerServer String) : List<String> in class com.orientechnologies.orient.server.distributed.OModifiableDistributedConfiguration | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	iRid : ORecordId to rid : ORecordId in method public init(rid ORecordId, recordVersion int) : OReadRecordIfNotLatestTask in class com.orientechnologies.orient.server.distributed.impl.task.OReadRecordIfNotLatestTask | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	taskFactory : ORemoteTaskFactory to manager : ODistributedServerManager in method public ODistributedRequest(manager ODistributedServerManager, senderNodeId int, msgSequence long, databaseName String, payload ORemoteTask) in class com.orientechnologies.orient.server.distributed.ODistributedRequest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	nodeLeftName : String to server : String in method public setServer(server String) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedLockManagerRequester | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	availableNodes : int to totalConfiguredMasterServers : int in method public getWriteQuorum(clusterName String, totalConfiguredMasterServers int, server String) : int in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	iRequestId : ODistributedRequestId to requestId : ODistributedRequestId in method public lockRecord(rid ORID, requestId ODistributedRequestId, timeout long) : boolean in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	masterAvailableNodes : int to totalMasterServers : int in method protected calculateQuorum(quorumType OCommandDistributedReplicateRequest.QUORUM_TYPE, clusterNames Collection<String>, cfg ODistributedConfiguration, totalServers int, totalMasterServers int, checkNodesAreOnline boolean, localNodeName String) : int in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	iRecord : ORID to record : ORID in method public lockRecord(record ORID, requestId ODistributedRequestId, timeout long) : boolean in class com.orientechnologies.orient.server.distributed.ODistributedDatabase | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	iRecord : OIdentifiable to record : OIdentifiable in method public unlockRecord(record OIdentifiable, requestId ODistributedRequestId) : void in class com.orientechnologies.orient.server.distributed.ODistributedDatabase | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	contextConfiguration : OContextConfiguration to iProperties : OContextConfiguration in method public open(iUserName String, iUserPassword String, iProperties OContextConfiguration) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedStorage | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	taskFactory : ORemoteTaskFactory to manager : ODistributedServerManager in method public ODistributedRequest(manager ODistributedServerManager) in class com.orientechnologies.orient.server.distributed.ODistributedRequest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	availableNodes : int to totalConfiguredServers : int in method public getReadQuorum(clusterName String, totalConfiguredServers int, server String) : int in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	iAvailableNodes : int to totalServers : int in method private getQuorum(quorumSetting String, iClusterName String, totalServers int, defaultValue Object, server String) : int in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	iRequestId : ODistributedRequestId to requestId : ODistributedRequestId in method public lockRecord(record ORID, requestId ODistributedRequestId, timeout long) : boolean in class com.orientechnologies.orient.server.distributed.ODistributedDatabase | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	recordType : byte to iRecordType : byte in method public recyclePosition(iRecordId ORecordId, iContent byte[], iVersion int, iRecordType byte) : OStorageOperationResult<Integer> in class com.orientechnologies.orient.server.distributed.impl.ODistributedStorage | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	contextConfiguration : OContextConfiguration to iProperties : OContextConfiguration in method public create(iProperties OContextConfiguration) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedStorage | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	availableNodes : int to totalConfiguredServers : int in method public formatClusterTable(manager ODistributedServerManager, databaseName String, cfg ODistributedConfiguration, totalConfiguredServers int) : String in class com.orientechnologies.orient.server.distributed.impl.ODistributedOutput | 
                                From | 
                                To |