Problem to set Rollover argument for stream
See original GitHub issueREAD 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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok sure. I understand your concern. I’ll look for it and will update this. Thank you Bryan.
Going to go ahead and close as
norepro
We can certainly re-open if an MRE becomes available.