question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem to set Rollover argument for stream

See original GitHub issue

READ AND FOLLOW THESE INSTRUCTIONS CAREFULLY

ISSUES THAT DO NOT CONTAIN NECESSARY INFORMATION MAY BE CLOSED, IMMEDIATELY

The issue tracker is NOT the place for general support. For questions and technical assistance, come ask the Bokeh mailing list or join the chat on Gitter. For feature requests, please provide a detailed description or proposal of the new capability or behavior.

For defects or deficiencies, please provide ALL OF THE FOLLOWING:

ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)

Bokeh 1.0.4 Python3 OS —> Windows10

Description of expected behavior and the observed behavior

Specifying the rollover to the value less than 10 don’t have any affect. For instance if you set the rollover value to 6 on next call you will see 10 points on the graph.

Complete, minimal, self-contained example code that reproduces the issue

Here is part of my code.

# code goes here between backticks
df1 = dataFrame.loc[(dataFrame['x'] >= float(self.dropdownRSS.value))]
            newDataFrame = ColumnDataSource(df1)
            sizeOfDataFrame = int((len(df1.index)))
            self.source.stream(newDataFrame.data, rollover=sizeOfDataFrame)

Stack traceback and/or browser JavaScript console output

Screenshots or screencasts of the bug in action

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
johnDavis1365commented, Feb 27, 2019

Ok sure. I understand your concern. I’ll look for it and will update this. Thank you Bryan.

0reactions
bryevdvcommented, Mar 7, 2019

Going to go ahead and close as norepro We can certainly re-open if an MRE becomes available.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot failed rollover index in Amazon OpenSearch ...
If you received a "Failed to rollover index" error, your rollover action might have failed for one of the following reasons:.
Read more >
Rollover API | Elasticsearch Guide [8.5] | Elastic
The rollover API creates a new index for a data stream or index alias. The API's behavior depends on the rollover target. Roll...
Read more >
A new way to index time-series data into Elasticsearch!
A data stream is append-only. You can only write data to the new index that the Data stream is pointing to. create is...
Read more >
MPEG-2 TS Byte Stream Format - W3C
Abstract. This specification defines a Media Source Extensions byte stream format specification based on MPEG-2 Transport Streams.
Read more >
"Non-monotonous DTS in output stream" every 13 hours 14 ...
The other issue is that RTSP/RTP sets its timestamp wrap bits as 32 bits. The problem is that the timestamps in the case...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found