Skip to content

Non-synchronized error logging by logerror() #68

Open
@rountree

Description

@rountree

The Read shared object from outside cache: messages can land on top of other logged messages. A few examples:

[[email protected]:435] client_library_load - la_objsearch redirecting /opt/cray/pe/cce/18.0.1/cce/x86_64/lib/librt.so.1 to /__not_exists//opt/cray/pe/cce/18.0.1/ccError: Read shared object from outside cache: /tmp/rountree/foo/spindle.9000000/opt/cray/pe/pmi/6.1.15.6/lib/2b-spindlens-dso-libpmi.so.0.6.0

[[email protected]:146] add_wgot_library - Inserted library  with GOT range 204010 to 204058 into theError: Read shared object from outside cache: /tmp/rountree/foo/spindle.9000000/opt/cray/pe/pmi/6.1.15.6/lib/2b-spindlens-dso-libpmi.so.0.6.0

[SError: Read shared object from outside cache: /tmp/rountree/foo/spindle.9000000/usr/lib64/4a-spindlens-dso-libcom_err.so.2.1

[ServeError: Read shared object from outside cache: /tmp/rountree/foo/spindle.9000000/usr/lib64/47-spindlens-dso-libgssapi_krb5.so.2.2

[Server.178784@ldcs_audit_server_handlers.c:1225] handle_client_rejected_query - Server answeriError: Read shared object from outside cache: /tmp/rountree/foo/spindle.9000000/opt/cray/libfabric/2.1/lib64/29-spindlens-dso-libfabric
.so.1.18.2

Reproducer:

  • commit 7fa2b
  • Tuolumne allocation of 3 debug nodes running under Flux
  • SPINDLE_DEBUG=2
  • installation spindle.conf file has the single option location=/tmp/rountree/foo
  • Running testsuite/runTests will all but the first test commented out.

The important problem is (almost certainly) that -o/--location isn't getting propagated correctly, but that needs its own ticket.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions