getUnresolvedTxn
Syntax
getUnresolvedTxn()
Arguments
None
Details
Get transactions and nodes in the resolution phase. This can only be executed by an administrator on the controller.
Return a table containing the following columns:
- 
                    
tid: the transaction ID
 - 
                    
cid: the commit ID
 - 
                    
chunkId: the chunk ID
 - 
                    
initiatingNode: the node that initiates the resolution
 - 
                    
firstResolutionAt: the starting time of the resolution
 - 
                    
lastResolutionAt: the starting time of the last resolution when there are multiple resolutions in the transaction
 
