|
CentOS 8 + Ubuntu 20.04 LTS Support
Hi Folks, I have just pushed some changes into the next branch which add some changes to support: CentOS 8 Ubuntu 20.04 It also effectively drops support for the now EOL: Fedora 28 Fedora 29 Ubuntu 14
Hi Folks, I have just pushed some changes into the next branch which add some changes to support: CentOS 8 Ubuntu 20.04 It also effectively drops support for the now EOL: Fedora 28 Fedora 29 Ubuntu 14
|
By
Frank Quinn
·
|
|
Deadlock in mamaSubscription and mamaTransport destroy logic
3 messages
Hi OpenMAMA Dev, We have encountered a deadlock situation in mamaSubscription’s and mamaTransport’s teardown logic due to lock ordering when destroying their underlying mamaPublisher. We are able to r
Hi OpenMAMA Dev, We have encountered a deadlock situation in mamaSubscription’s and mamaTransport’s teardown logic due to lock ordering when destroying their underlying mamaPublisher. We are able to r
|
By
Slade, Michael J
·
|
|
Early releases of lock in mamaSubscription destroy/deallocate logic
12 messages
Hi OpenMAMA Devs, In the subscription destroy/deallocate logic, there are a couple of functions which seem to release the lock used to protect access to the subscription structure early – i.e. before
Hi OpenMAMA Devs, In the subscription destroy/deallocate logic, there are a couple of functions which seem to release the lock used to protect access to the subscription structure early – i.e. before
|
By
Slade, Michael J
·
|
|
let's move bridgeMamaSubscriptionMute call up in hierarchy out of throttle locked context
7 messages
Classification: Public Hi openmama team, I'd like to propose moving bridgeMamaSubscriptionMute call from mamaSubscription_deactivate_internal up in the call hierarchy to mamaSubscription_deactivate so
Classification: Public Hi openmama team, I'd like to propose moving bridgeMamaSubscriptionMute call from mamaSubscription_deactivate_internal up in the call hierarchy to mamaSubscription_deactivate so
|
By
Igor Kovalenko
·
|
|
OpenMAMA plugin enhancement to allow source/symbol-mapping plugin
I took an action from recent OpenMAMA Steering Committee meeting to look into MAMA plugin interface enhancement, specifically with a view to providing for a pre-subscription plugin hook that would all
I took an action from recent OpenMAMA Steering Committee meeting to look into MAMA plugin interface enhancement, specifically with a view to providing for a pre-subscription plugin hook that would all
|
By
Keith Rudd
·
|
|
Adding Blank data representation to MAMA API data types
9 messages
Certain other market data platforms / APIs (well, TREP) support the concept of 'blank' field values. The price and time field types actually have special blank data representations defined. This is us
Certain other market data platforms / APIs (well, TREP) support the concept of 'blank' field values. The price and time field types actually have special blank data representations defined. This is us
|
By
Keith Rudd
·
|
|
OpenMAMA 6.3.0 Released
Hi Folks, We are pleased to announce OpenMAMA 6.3.0 is finally here! This is a bridge interface updating release which fixes several outstanding bugs and introduces some new functionality. OpenMAMA mi
Hi Folks, We are pleased to announce OpenMAMA 6.3.0 is finally here! This is a bridge interface updating release which fixes several outstanding bugs and introduces some new functionality. OpenMAMA mi
|
By
Frank Quinn
·
|
|
OpenMAMA-6.3.0-rc2 Now Available
2 messages
Hi Folks, RC2 now available with artefacts: https://github.com/OpenMAMA/OpenMAMA/releases/tag/OpenMAMA-6.3.0-rc2 Let’s aim for a 2 week test window so please get testing! Cheers, Frank Frank Quinn, Ca
Hi Folks, RC2 now available with artefacts: https://github.com/OpenMAMA/OpenMAMA/releases/tag/OpenMAMA-6.3.0-rc2 Let’s aim for a 2 week test window so please get testing! Cheers, Frank Frank Quinn, Ca
|
By
Frank Quinn
·
|
|
OpenMAMA-6.3.0-rc1 Now Available
3 messages
Hi Folks, Sorry for the delay I hit a few snags trying to get the release together, but it’s finally ready! https://github.com/OpenMAMA/OpenMAMA/releases/tag/OpenMAMA-6.3.0-rc1 Note that this changes
Hi Folks, Sorry for the delay I hit a few snags trying to get the release together, but it’s finally ready! https://github.com/OpenMAMA/OpenMAMA/releases/tag/OpenMAMA-6.3.0-rc1 Note that this changes
|
By
Frank Quinn
·
|
|
Proposal to make the cut for OpenMAMA 6.3.0 RC1
2 messages
Hi Folks, It’s that time again where I think we need to consider making a new OpenMAMA release. I’ve just raised a pull request for Docker which was the last main piece of new functionality that I wan
Hi Folks, It’s that time again where I think we need to consider making a new OpenMAMA release. I’ve just raised a pull request for Docker which was the last main piece of new functionality that I wan
|
By
Frank Quinn
·
|
|
Two Mamda libraries exporting the same symbol
3 messages
Hi all, We have noticed that both mamda/c_cpp/src/cpp/MamdaQuoteListener.cpp and mamda/c_cpp/src/orderbooks/MamdaQuoteToBookListener have implementations of a QuoteCache struct in the Wombat namespace
Hi all, We have noticed that both mamda/c_cpp/src/cpp/MamdaQuoteListener.cpp and mamda/c_cpp/src/orderbooks/MamdaQuoteToBookListener have implementations of a QuoteCache struct in the Wombat namespace
|
By
Slade, Michael J
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch! [fquinn.ni] Restored conditional in listenermsgcallback.c mama/c_cpp/src/c/listenermsgcallback.c Results for OpenMAMA_Snapshot_Linux CI run
Some changes have just been added to the origin/next branch! [fquinn.ni] Restored conditional in listenermsgcallback.c mama/c_cpp/src/c/listenermsgcallback.c Results for OpenMAMA_Snapshot_Linux CI run
|
By
ci@...
·
|
|
Code change(s) just landed on origin/next (Still Failing)
3 messages
Some changes have just been added to the origin/next branch! [fquinn.ni] PLAT-1474: getNumBidLevels and getNumAskLevels wrong on some occasions mamda/c_cpp/src/cpp/orderbooks/MamdaOrderBookListener.cp
Some changes have just been added to the origin/next branch! [fquinn.ni] PLAT-1474: getNumBidLevels and getNumAskLevels wrong on some occasions mamda/c_cpp/src/cpp/orderbooks/MamdaOrderBookListener.cp
|
By
ci@...
·
|
|
change openmama linux platform implementation to call dlopen with RTLD_LOCAl flag
3 messages
Classification: Public Hi openmama team, I see that on linux platform openmama uses dlopen() with RTLD_GLOBAL flag to load bridge implementations. What do you think about changing that dlopen() call t
Classification: Public Hi openmama team, I see that on linux platform openmama uses dlopen() with RTLD_GLOBAL flag to load bridge implementations. What do you think about changing that dlopen() call t
|
By
Igor Kovalenko
·
|
|
OpenMAMA Simplified Base Middleware Bridge Implementation
Hi Folks, As you may have heard recently, we have been working on reducing the burden of implementing each of the middleware bridge methods when writing bridges. The solution we're working on involves
Hi Folks, As you may have heard recently, we have been working on reducing the burden of implementing each of the middleware bridge methods when writing bridges. The solution we're working on involves
|
By
Frank Quinn
·
|
|
openmama 6.2 crash with dqstrategy disabled for subscription with multiple initials [I]
Classification: For internal use only Thank you Aaron, I will give your suggestion a try. To reproduce the issue you will need a transport returning multiple initial snapshots for your group subscript
Classification: For internal use only Thank you Aaron, I will give your suggestion a try. To reproduce the issue you will need a transport returning multiple initial snapshots for your group subscript
|
By
Igor Kovalenko
·
|
|
openmama 6.2 crash with dqstrategy disabled for subscription with multiple initials
3 messages
Classification: Public Hi openmama team, I see that commit 6de60350f40b4d9b0f181b7e64e0d192798b9f97 accidentally removed one conditional expression from around current line 393 of listenermsgcallbacks
Classification: Public Hi openmama team, I see that commit 6de60350f40b4d9b0f181b7e64e0d192798b9f97 accidentally removed one conditional expression from around current line 393 of listenermsgcallbacks
|
By
Igor Kovalenko
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch! [noreply] Add cross platform docker builds (#388) release_scripts/install-dependencies.sh mama/c_cpp/src/c/dictionary.c .appveyor.yml commo
Some changes have just been added to the origin/next branch! [noreply] Add cross platform docker builds (#388) release_scripts/install-dependencies.sh mama/c_cpp/src/c/dictionary.c .appveyor.yml commo
|
By
ci@...
·
|
|
OpenMAMA_Snapshot_RPM - Build # 643 - Failure!
Some changes have just been added to the origin/next branch! [fquinn.ni] PLAT-1474: getNumBidLevels and getNumAskLevels wrong on some occasions mamda/c_cpp/src/cpp/orderbooks/MamdaOrderBookListener.cp
Some changes have just been added to the origin/next branch! [fquinn.ni] PLAT-1474: getNumBidLevels and getNumAskLevels wrong on some occasions mamda/c_cpp/src/cpp/orderbooks/MamdaOrderBookListener.cp
|
By
ci@...
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch! [fquinn.ni] PLAT-1474: getNumBidLevels and getNumAskLevels wrong on some occasions mamda/c_cpp/src/cpp/orderbooks/MamdaOrderBookListener.cp
Some changes have just been added to the origin/next branch! [fquinn.ni] PLAT-1474: getNumBidLevels and getNumAskLevels wrong on some occasions mamda/c_cpp/src/cpp/orderbooks/MamdaOrderBookListener.cp
|
By
ci@...
·
|