efa system feature
		update
	 
   
  Enables the automatic recovery of
		in-flight (in-progress) transactions after a service restart or high-availability
		failover.
 Syntax
			 
	 efa system feature
					update
				--inflight-transaction-auto-recovery{enable
					|
					disable}
				
			
 
	 Parameters
			 
		 
		   
			 - --inflight-transaction-auto-recovery{enable
							|
							disable}
					
- Enables or disables the automatic recovery of
						in-flight transactions after a service restart or high-availability
						failover.
Usage Guidelines
			
			After a service restart or high-availability failover, EFA can recover in-progress
				transactions by rolling them back or rolling them forward. In-progress transactions
				are those that are outstanding in the execution log after a restart or a failover.
					
					- When transactions are rolled back, the
						requested action is undone. This category includes transactions launched by
						create commands and by update commands with add operations.
- When transactions are rolled forward, the
						requested action is completed. This category includes transactions launched
						by delete commands and by update commands with delete operations.
When this feature is enabled, all Day-1 to Day-N tenant operations support automatic
				in-progress transaction recovery. This feature is enabled by default.
			When this feature is disabled, Day-1 to Day-N tenant operations do not support automatic
				in-progress transaction recovery.
 
	 
Examples
			 
	  
		This example enables automatic in-flight transaction recovery.
 
		efa system feature update --inflight-transaction-auto-recovery enable
Feature Setting Updated Successful
--- Time Elapsed: 634.557118ms ---
 
	  
	 
				This example disables automatic in-flight transaction recovery.
 
		efa system feature update --inflight-transaction-auto-recovery disable
Feature Setting Updated Successful
--- Time Elapsed: 634.557125ms ---