openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Ratan Gupta <ratagupt@linux.vnet.ibm.com>
To: Patrick Williams <patrick@stwcx.xyz>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
	Brad Bishop <bradleyb@fuzziesquirrel.com>,
	Ed Tanous <ed@tanous.net>
Subject: Re: Emit interface added signal
Date: Fri, 19 Mar 2021 14:07:03 +0530	[thread overview]
Message-ID: <6a83328d-c9d8-e387-6647-0595b9e73e88@linux.vnet.ibm.com> (raw)
In-Reply-To: <YFNqT47YVXprhEsM@heinlein>

Thanks Patrick for your response.

On 3/18/21 8:27 PM, Patrick Williams wrote:
> On Thu, Mar 18, 2021 at 04:03:21PM +0530, Ratan Gupta wrote:
>
>> Proposal: Don't emit the interface added signal by the D-bus service if
>> we are restoring the D-Bus objects from file system.
>>
>> Do we see any concern here? or any other way to fix the above issue?
> Yes, this is pretty dangerous.  If you do this, mapper will not know
> about your objects and they will not show up in queries.  This is
> certainly not what you want.  (Mapper will delete your objects from its
> cache when the service exits, and not know that you have new ones
> because it did not get the signal.)
>
> This isn't just about mapper though.  Anytime you do not emit the
> signals, you then require applications to poll your service for
> knowledge of your objects.
>
> In general, you should not work around an issue in one application
> (bmcweb in this case) by changing your dbus behavior.  This isn't the
> first time that I've seen a similar request.

My plan was not to modify anything in bmcweb, My plan was exactly as you 
described below

The dbus applications which is restoring the Dbus objects from the file 
system needs to be modified if they are restoring the Dbus objects from 
the file system and that was the intent to send this mail as the changes 
lies in other repo.

e.g. 
https://github.com/openbmc/phosphor-debug-collector/blob/master/dump_manager_main.cpp#L60


>
> Having said this, there is one option for you.  This is completely valid,
> and done by other dbus services we have, and arguably more correct than
> what it sounds like you're currently doing.
>
>     - Defer the service name registration until just before entering your
>       dbus processing loop.
>
>     - Create your restored dbus objects before this service name
>       registration and use the `emitSignal=false` argument to prevent
>       the signal from being emitted.
>
> This pattern is your way of indicating "these aren't new dynamic
> objects, but objects I'm creating at the beginning of my service."
> When mapper sees the NameOwnerChanged signal, it will query your service
> for objects and add them to its cache.  `bmcweb` won't see the
> ObjectManager.InterfacesAdded signals for these static / restored
> objects, but it will see them for new / dynamic objects.
>

      reply	other threads:[~2021-03-19  8:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-18 10:33 Emit interface added signal Ratan Gupta
2021-03-18 14:57 ` Patrick Williams
2021-03-19  8:37   ` Ratan Gupta [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6a83328d-c9d8-e387-6647-0595b9e73e88@linux.vnet.ibm.com \
    --to=ratagupt@linux.vnet.ibm.com \
    --cc=bradleyb@fuzziesquirrel.com \
    --cc=ed@tanous.net \
    --cc=openbmc@lists.ozlabs.org \
    --cc=patrick@stwcx.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).