Skip to content

Instantly share code, notes, and snippets.

@slfritchie
Last active March 11, 2020 02:05
Show Gist options
  • Save slfritchie/5d6cbcb243d8197f61c659445feb9454 to your computer and use it in GitHub Desktop.
Save slfritchie/5d6cbcb243d8197f61c659445feb9454 to your computer and use it in GitHub Desktop.
vagrant@ubuntu-bionic:/build2$ (start-cluster.sh 2 ; head -1 ./misc/sample-data/data.csv | ./frame-text-lines.py | nc -w 1 localhost 7100)
tail: cannot open '/tmp/sink-out/output' for reading: No such file or directory
WARNING: all useful state files are deleted by this script!
tail: '/tmp/sink-out/output' has appeared; following new file
Listening on 0.0.0.0:7200
1583890671.410894,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890671.433204,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
SKIP poll_all_ready, poll worker0 only
TCP port number = 7107
Success
start 1583890672.469306 @ worker1 count 0 elapsed 0.010 primary-key 0042
vagrant@ubuntu-bionic:/build2$ (start-cluster.sh 4 ; head -1 ./misc/sample-data/data.csv | ./frame-text-lines.py | nc -w 1 localhost 7100)
WARNING: all useful state files are deleted by this script!
tail: '/tmp/sink-out/output' has been replaced; following new file
SKIP poll_all_ready, poll worker0 only
TCP port number = 7107
Success
Listening on 0.0.0.0:7200
1583890690.190555,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890690.202398,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890690.208758,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890691.295739,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890694.602037 @ worker3 count 0 elapsed 0.010 primary-key 0042
vagrant@ubuntu-bionic:/build2$ (start-cluster.sh 8 ; head -1 ./misc/sample-data/data.csv | ./frame-text-lines.py | nc -w 1 localhost 7100)
WARNING: all useful state files are deleted by this script!
tail: '/tmp/sink-out/output' has been replaced; following new file
Listening on 0.0.0.0:7200
SKIP poll_all_ready, poll worker0 only
TCP port number = 7107
..1583890719.395229,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
.1583890720.239808,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890720.510461,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890720.052865,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890720.224762,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890720.042578,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890720.179596,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890721.749306,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
Success
start 1583890739.448419 @ worker6 count 0 elapsed 0.010 primary-key 0042
vagrant@ubuntu-bionic:/build2$ echo ".merge(other)" moved to line 62
.merge(other) moved to line 62
vagrant@ubuntu-bionic:/build2$ (start-cluster.sh 2 ; head -1 ./misc/sample-data/data.csv | ./frame-text-lines.py | nc -w 1 localhost 7100)
WARNING: all useful state files are deleted by this script!
SKIP poll_all_ready, poll worker0 only
TCP port number = 7107
Success
vagrant@ubuntu-bionic:/build2$ tail: '/tmp/sink-out/output' has been replaced; following new file
Listening on 0.0.0.0:7200
1583890904.943978,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890904.944862,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
start 1583890905.975630 @ worker1 count 0 elapsed 0.011 primary-key 0042
vagrant@ubuntu-bionic:/build2$ (start-cluster.sh 4 ; head -1 ./misc/sample-data/data.csv | ./frame-text-lines.py | nc -w 1 localhost 7100)
WARNING: all useful state files are deleted by this script!
tail: '/tmp/sink-out/output' has been replaced; following new file
Listening on 0.0.0.0:7200
1583890929.711596,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890929.706793,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890929.711466,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890929.707697,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
SKIP poll_all_ready, poll worker0 only
TCP port number = 7107
Success
start 1583890930.829961 @ worker3 count 0 elapsed 0.010 primary-key 0042
vagrant@ubuntu-bionic:/build2$ (start-cluster.sh 8 ; head -1 ./misc/sample-data/data.csv | ./frame-text-lines.py | nc -w 1 localhost 7100)
WARNING: all useful state files are deleted by this script!
tail: '/tmp/sink-out/output' has been replaced; following new file
Listening on 0.0.0.0:7200
SKIP poll_all_ready, poll worker0 only
TCP port number = 7107
.1583890949.675105,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890949.676413,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890949.687258,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890949.679738,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890949.676270,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890949.678801,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890949.676589,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
1583890949.687592,|~~ INIT PHASE IV: Cluster is ready to work! ~~|
Success
start 1583890950.931319 @ worker0 count 0 elapsed 0.010 primary-key 0042
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment