2020-03-11 01:42:10 UTC - Rodric Rabbah: youre running openwhisk locally but 
connecting to kafka on the ibm cloud?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583890930254600?thread_ts=1583873001.254100&cid=C3TPCAQG1
----
2020-03-11 01:42:59 UTC - Rodric Rabbah: looks like you’ll need to update the 
package.json file to add the dependencies - the runtime image for node used in 
ibm has many libraries pre-installed which the apache project does not install 
for maintenance reasons
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583890979254800?thread_ts=1583873001.254100&cid=C3TPCAQG1
----
2020-03-11 03:27:59 UTC - Siddharth Lanka: Hey, thanks for the reply. You are 
right, I’m trying to connect to kafka on the ibm cloud. I will add the 
dependencies and install my functions again.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583897279255000?thread_ts=1583873001.254100&cid=C3TPCAQG1
----
2020-03-11 16:52:07 UTC - Morgan Langlais: Hi everyone, I just wanted to 
introduce myself. I’m an IBM’er and interested in contributing to OpenWhisk. 
This will be my first open source project to work on, but I am excited to work 
with all of you! I’ll start with a simple issue, probably documentation, first.
wave : Rodric Rabbah, Bilal, Daniel Varsanyi, mmarth, Jiang PengCheng, chetanm
raised_hands : Rodric Rabbah, Bilal
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583945527256700
----
2020-03-11 16:55:41 UTC - Rodric Rabbah: welcome Morgan
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583945741257100
----
2020-03-11 20:47:24 UTC - Tom Barber: completely subjective question
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583959644257600
----
2020-03-11 20:47:45 UTC - Tom Barber: has anyone seen any weird issues where 
logs end up with duplicate, triplicate or more lines in them
flushed : Rodric Rabbah
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583959665258200
----
2020-03-11 20:47:57 UTC - Tom Barber: especially concerning non blocking 
sequences?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583959677258600
----
2020-03-11 20:57:33 UTC - Tom Barber: there are other times where OW just seems 
to drop stdout as well, but its rather intermittent :man-shrugging:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583960253259400
----
2020-03-11 21:20:30 UTC - Tom Barber: here we go, after a long running job 
finishes I have an example:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961630259900
----
2020-03-11 21:20:38 UTC - Tom Barber: ```Activation: 
'pixlize-serverless-dev-triggerPiquantJobCompletion' 
(c04145a3e0ab425b8145a3e0ab225b0e)
[
    "2020-03-11T21:16:04.78013771Z  stdout: Caught exception: An error occurred 
(ResourceNotFoundException) when calling the PutLogEvents operation: The 
specified log stream does not exist.",
    "2020-03-11T21:16:06.84183405Z  stdout: INFO - quantJobComplete called for 
files00007.txt",
    "2020-03-11T21:16:06.84235832Z  stdout: INFO - quantJobComplete called for 
files00007.txt",
    "2020-03-11T21:16:06.84345137Z  stdout: INFO - quantJobComplete called for 
files00007.txt",
    "2020-03-11T21:16:06.84358414Z  stdout: INFO - quantJobComplete called for 
files00007.txt",
    "2020-03-11T21:16:09.250959367Z stdout: INFO - Deleting activation file: 
Jobs/b388c0bc-e846-4bdb-bc08-198b2e6d4db8/activation_files00007.txt_c3406019b0f94183806019b0f901832c.json,
 bucket: <>",
    "2020-03-11T21:16:09.250989823Z stdout: INFO - Deleting activation file: 
Jobs/b388c0bc-e846-4bdb-bc08-198b2e6d4db8/activation_files00007.txt_c3406019b0f94183806019b0f901832c.json,
 bucket: <>",
    "2020-03-11T21:16:09.251005424Z stdout: INFO - Deleting activation file: 
Jobs/b388c0bc-e846-4bdb-bc08-198b2e6d4db8/activation_files00007.txt_c3406019b0f94183806019b0f901832c.json,
 bucket: <>",
    "2020-03-11T21:16:09.251010894Z stdout: INFO - Deleting activation file: 
Jobs/b388c0bc-e846-4bdb-bc08-198b2e6d4db8/activation_files00007.txt_c3406019b0f94183806019b0f901832c.json,
 bucket: <>",
    "2020-03-11T21:16:09.251013308Z stdout: INFO - Deleting activation file: 
Jobs/b388c0bc-e846-4bdb-bc08-198b2e6d4db8/activation_files00007.txt_c3406019b0f94183806019b0f901832c.json,
 bucket: <>",
    "2020-03-11T21:16:09.470084395Z stdout: INFO - Job status: complete",
    "2020-03-11T21:16:09.470108028Z stdout: INFO - Job status: complete",
    "2020-03-11T21:16:09.470110813Z stdout: INFO - Job status: complete",
    "2020-03-11T21:16:09.470123139Z stdout: INFO - Job status: complete",
    "2020-03-11T21:16:09.470126287Z stdout: INFO - Job status: complete",
    "2020-03-11T21:16:09.470170763Z stdout: INFO - Gathering results...",
    "2020-03-11T21:16:09.470175053Z stdout: INFO - Gathering results...",
    "2020-03-11T21:16:09.470209376Z stdout: INFO - Gathering results...",
    "2020-03-11T21:16:09.470239566Z stdout: INFO - Gathering results...",```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961638260300
----
2020-03-11 21:20:47 UTC - Tom Barber: and that goes on for like 200 lines
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961647260600
----
2020-03-11 21:22:02 UTC - Rodric Rabbah: is this python?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961722261100
----
2020-03-11 21:22:03 UTC - Tom Barber: and for a bunch of different activations
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961723261200
----
2020-03-11 21:22:06 UTC - Tom Barber: yeah
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961726261400
----
2020-03-11 21:22:19 UTC - Tom Barber: I can't replicate it on short jobs though
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961739261700
----
2020-03-11 21:22:20 UTC - Tom Barber: its weird
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961740262000
----
2020-03-11 21:23:22 UTC - Tom Barber: what I'm really trying to track down is 
why a certain action isn't being triggered, but the logs don't make for easy 
reading for some weird reason
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961802262800
----
2020-03-11 21:24:48 UTC - Rodric Rabbah: i have not seen this… hmm
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583961888263200
----
2020-03-11 21:28:20 UTC - Tom Barber: Just for some further sanity 
checking:<https://paste.ubuntu.com/p/wmRDmPW7yk/>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583962100263500
----
2020-03-11 21:28:22 UTC - Tom Barber: thats the function
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583962102263800
----
2020-03-11 21:28:59 UTC - Tom Barber: <https://paste.ubuntu.com/p/CGHcYrwfpS/>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583962139264000
----
2020-03-11 21:29:08 UTC - Tom Barber: thats the output of a single function call
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583962148264400
----
2020-03-11 21:29:31 UTC - Tom Barber: but sometimes you get 1, 2, 3 or more log 
entries
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583962171264800
----
2020-03-11 21:29:35 UTC - Tom Barber: :man-shrugging:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583962175265000
----
2020-03-11 21:29:48 UTC - Tom Barber: anyway, if anyone has any bright ideas 
I'm happy to hear them
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583962188265500
----
2020-03-11 21:30:19 UTC - Rodric Rabbah: tagging @Markus Thömmes ^^
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1583962219265800
----

Reply via email to