Skip to content
Snippets Groups Projects
Commit 89af12ec authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

Merge pull request #108 in ASAPO/asapo from libfabric_consumer_receiver_changelog to develop

* commit '5ebe3406':
  Added changelog for new Consumer/Receiver communication
parents 2c913e67 5ebe3406
No related branches found
No related tags found
No related merge requests found
##20.09.0
FEATURES
* implemented data resend - data will be redelivered if it is not acknowledged during a given period or a consumer sent a negative acknowledge
* implemented data resend - data will be redelivered if it is not acknowledged during a given period or a consumer sent a negative acknowledge
* Added RDMA support for the communication between consumer and receiver. (Improves transfer speeds while using less CPU resources)
Requires LibFabric v1.11.0
Receiver must have network mode 'Fabric' enabled and RDMAable AdvertiseURI. See config `DataServer.{AdvertiseURI, NetworkMode}`
* Added 'ASAPO_PRINT_FALLBACK_REASON' as an environment variable for the consumer in order to get a message why TCP was used
* Added new consumer broker API call 'ForceNoRdma' to always use TCP and ignore any RDMA capabilities
* Added new consumer broker API call 'CurrentConnectionType' to see what connection type is currently used
BUG FIXES
* fix data query images when beamtime_id starts with number
......@@ -52,4 +58,4 @@ IMPROVEMENTS
BUG FIXES
* consumer operation timout - take duration of the operation into account
* giving warning/error on attempt to send data/metadata with same id
\ No newline at end of file
* giving warning/error on attempt to send data/metadata with same id
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment