Skip to content
Snippets Groups Projects
Commit 1cf1eac4 authored by Claudio Bisegni's avatar Claudio Bisegni
Browse files

Squashed commit of the following:

- use pointer instenad struct for CMultiTypeDataArrayWrapper internal
  bson data because force an unwanted alignement for class, as reported
  by asan library.

- remove warning in compilation due to use of wrong bson typed struct.

- fix memory leaks CMultiTypeDataArrayWrapper dow to pointer usage.

- remove performance tester from xcode project, need to be
  reimplemented, code is not deleted for try to recode.

- fixed the bug that prevent the io driver to be deinitilized when
  a cu controller is removed.

- UIToolkit is now removed.

- implemented the burst management within KeyDataStorage driver

- defined the structured data type for Burst execution (chaos/common/da-
  ta/structured/Dataset.h) and an RPC action for control unit to add a
  burst request to the driver queue. The driver KeyDataStorage have a
  queue that need to be used to check a a burst request is pendig.

- storage type constant internally to class KeyDataStorage are used as
  bitfield to simplify the burst storage feature

- RPC now don't use SerializationBuffer that in future will be depreca-
  ted and has been added the RPC echo test for MDS message channel

- Storage Agein now check that tags vector is not defined or empty to
  permit the erase of the stored dataset

- implemented api on mds (server/client) for the submition of burst
  information
parent 7a4543d0
No related branches found
No related tags found
No related merge requests found
Showing
with 345 additions and 402 deletions
Loading
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