Skip to content

Misleading INFO message. #294

@drtconway

Description

@drtconway

When running as an agent, bpipe produces output like the following:

bpipe.agent.JMSAgent    [1]     INFO    |3:30:49 Blocked waiting for 222000 for current commands to complete ... 
bpipe.agent.JMSAgent    [1]     INFO    |3:30:59 Blocked waiting for 224000 for current commands to complete ... 
bpipe.agent.JMSAgent    [1]     INFO    |3:31:09 Blocked waiting for 226000 for current commands to complete ... 
bpipe.agent.JMSAgent    [1]     INFO    |3:31:19 Blocked waiting for 228000 for current commands to complete ... 
bpipe.agent.JMSAgent    [1]     INFO    |3:31:29 Blocked waiting for 230000 for current commands to complete ... 

with a new message ever 10s or so.

I believe the code at:

https://github.com/ssadedin/bpipe/blob/12fd28001769c3596b2ee8167e8ea8693cf33f2c/src/main/groovy/bpipe/agent/JMSAgent.groovy#L421C26-L421C30

should be doing a wait for waitMS not 2000.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions