This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug server/16342] stap --list-servers lists spurious line when having two stap-serverd instances


https://sourceware.org/bugzilla/show_bug.cgi?id=16342

Jonathan Lebon <jlebon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Jonathan Lebon <jlebon at redhat dot com> ---
Fixed in commit 2436ada. For reference, what was happening was that the first
avahi entry would get resolved, but not the second, since the cache reported
that hostname as already resolved. When the time came to merge the avahi
entries, only the first one found its equivalent, while the second one kept its
short hostname(2). Afterwards, since the hostname(2) doesn't match the hostname
in the database, we see the 'offline' line there.

Here is what we see now:

[root@machine.domain ~]# stap --list-servers=all
Systemtap Compile Server Status for 'all'
 host=machine.domain address=XX.XX.XX.XX port=42444
sysinfo="3.10.0-61.el7.x86_64 x86_64" version=2.4 certinfo="00:9d:bc:89:1e"
 host=machine.domain address=XX.XX.XX.XX port=59489
sysinfo="3.10.0-61.el7.x86_64 x86_64" version=2.4 certinfo="00:9d:bc:76:aa"

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]