Skip to content

Add kdbtplog to segmentedchainedtickerplant #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erichards97
Copy link
Contributor

kdbtplog was recently added to settings/segmentedtickerplant.q

If you have a segmentedchainedtickerplant process that does not inherit segmentedtickerplant as a parentproctype, it will not pick up this config, and the process will fail to startup as kdbtplog is undefined.

Therefore adding a copy to settings/segmentedchainedtickerplant.q. This brings it in line with the rest of the ctp config, where it has its own copy of each of the .stplg variables.

Thanks

@jonathonmcmurray
Copy link
Member

Hi @erichards97, thanks for this

We would generally recommend having the segmentedtickerplant as the parentproctype of segmentedchainedtickerplant - I would expect there could be other breakages by not having this set (for example, most of the code for the segementedtickerplant is in code/segmentedtickerplant/ and would have to be explicitly loaded if not using the parentproctype)

Is there a particular use case where you need to set the parentproctype differently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants