Skip to content
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

phosphor-dbus-monitor: journal behavior #5

Open
wvervoorn opened this issue Apr 12, 2019 · 0 comments
Open

phosphor-dbus-monitor: journal behavior #5

wvervoorn opened this issue Apr 12, 2019 · 0 comments

Comments

@wvervoorn
Copy link

When using PDM I am running into problems when I try to use the "journal" functionality.

I found two issues:

  1. journal doesn't work if a "bool" property group is passed in. If I add two call backs to generate a journal entry and I pass a "bool" property group in one and a "uint64" in the other the "uint64" entry will be generated while the other is not.
  2. A "uint64" journal entry will only be generated is I also have a "watch" included for a "uint64" property group. I noticed this as I had a watch for a "bool" property and wanted to pass in a "unint64" property group as a workaround for the first issue. This was working but only as long as there was a watch for the "unint64" as soon as I removed this the journal entry wasn't generated any longer.

Please note I also added error logging entries and those were werking without problem. So it seems to be a "journal" specific issue.

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

No branches or pull requests

1 participant