-
Notifications
You must be signed in to change notification settings - Fork 19
Henchman sometimes fails with "unexpected end of JSON input" Error #95
Comments
Is this being run with the latest release? |
Actually still fixing the latest release, something is up with the copy module |
should be ready to go now |
|
The issue at hand is some of the data is being dropped from ssh.Exec. So if the output should return |
Notes:
This could be an underlying issue with ssh.go |
Any help on this? @madhurranjan / @sudharsh . This keeps happening and coulndt proceed with other tasks on playbook unless i have "ignore_errors: true" for that task. |
@baskaran-md Does temp fix prevent henchman from throwing "End of JSON Input error?". It should. If it does happen let me know please. We're still trying to find the root cause of that issues |
Have removed the explicit appending of '}' if this occurs as more log output is needed |
@sudharsh did you get a chance to test this yet? |
This reverts commit 4d5f262. Conflicts: henchman/task.go
Here's what we know so far to be able reproduce this (1 in 3-5 times) 1.) The target node has to be, |
fat-fingered 'Close and comment' |
Tried downgrading 2.7.10 to 2.7.5 on amazon linux. No dice. |
Here's another clue, https://bugs.python.org/issue19612 |
Issue resolved when shell module was ported to go |
go shell module will break at 1.4 mil length for output |
Not stacktrace /error log found!
The text was updated successfully, but these errors were encountered: