Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streams Mixed?? #116

Open
ksclark opened this issue Apr 28, 2016 · 6 comments
Open

Streams Mixed?? #116

ksclark opened this issue Apr 28, 2016 · 6 comments

Comments

@ksclark
Copy link

ksclark commented Apr 28, 2016

When running the following commands.

tail -f /var/webapps/eventscheduler.log | rtail --id 'test0'
tail -f /var/webapps/tracker.log | rtail --id 'test1'

If I click on stream 'test1' and then click on stream 'test0' or vice versa. The log data from both files appear in both streams in the web app.

Any ideas?

@kilianc
Copy link
Owner

kilianc commented Apr 30, 2016

This shouldn't be happening. Are you 100% sure you are not writing the two files with the same content?

OS / Node version / rtail version?

@maaronking
Copy link

maaronking commented May 11, 2016

I am seeing the same issue. If stay on one stream, everything looks correct. However, if I click on another stream and then back again, it mixes the two streams.

prompt> rtail --version
0.2.1
prompt> rtail-server --version
0.2.1
prompt> node --version
v0.10.25
prompt> uname -a
Linux ubuntu 3.16.0-69-generic #89~14.04.1-Ubuntu SMP Thu Mar 17 20:51:04 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

@maaronking
Copy link

Not sure if this is related, but the web console prints test: backlog received 100 bundle.min.js:18 each time i switch back and forth to various streams (obviously where 'test' is the name of the stream that I switched to).

@maaronking
Copy link

Also, if you switch to a stream and start seeing logs from the previous, if you refresh the page, you only see the logs from the current stream again.

@kilianc
Copy link
Owner

kilianc commented May 11, 2016

Yeah I think something changed somewhere in the deps tree or in the browser API because it used to work. I am def need to look into it. Thanks for reporting and adding more info, it's very helpful.

@demobox
Copy link

demobox commented Jul 26, 2016

Seeing the same issue - if there's any data we can provide that can help chase this one down, please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants