Author: zznate
Date: Wed Aug  8 21:47:18 2018
New Revision: 1837675

URL: http://svn.apache.org/viewvc?rev=1837675&view=rev
Log:
Edit for misnamed setting on streaming blog post. Detailed in CASSANDRA-14624

Modified:
    cassandra/site/publish/blog/2018/08/07/faster_streaming_in_cassandra.html
    cassandra/site/src/_posts/2018-08-06-faster_streaming_in_cassandra.markdown

Modified: 
cassandra/site/publish/blog/2018/08/07/faster_streaming_in_cassandra.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/blog/2018/08/07/faster_streaming_in_cassandra.html?rev=1837675&r1=1837674&r2=1837675&view=diff
==============================================================================
--- cassandra/site/publish/blog/2018/08/07/faster_streaming_in_cassandra.html 
(original)
+++ cassandra/site/publish/blog/2018/08/07/faster_streaming_in_cassandra.html 
Wed Aug  8 21:47:18 2018
@@ -103,7 +103,7 @@
 
 <h2 id="how-do-i-use-this-feature">How do I use this feature?</h2>
 
-<p>It just works. This feature is controlled using <code 
class="highlighter-rouge">streaming_zerocopy_sstables_enabled</code> in <code 
class="highlighter-rouge">cassandra.yaml</code> and is enabled by default. Even 
though this feature is enabled, it will respect the throttling limits as 
defined by <code 
class="highlighter-rouge">stream_throughput_outbound_megabits_per_sec</code>.</p>
+<p>It just works. This feature is controlled using <code 
class="highlighter-rouge">stream_entire_sstables</code> in <code 
class="highlighter-rouge">cassandra.yaml</code> and is enabled by default. Even 
though this feature is enabled, it will respect the throttling limits as 
defined by <code 
class="highlighter-rouge">stream_throughput_outbound_megabits_per_sec</code>.</p>
 
 <h2 id="impact">Impact</h2>
 

Modified: 
cassandra/site/src/_posts/2018-08-06-faster_streaming_in_cassandra.markdown
URL: 
http://svn.apache.org/viewvc/cassandra/site/src/_posts/2018-08-06-faster_streaming_in_cassandra.markdown?rev=1837675&r1=1837674&r2=1837675&view=diff
==============================================================================
--- cassandra/site/src/_posts/2018-08-06-faster_streaming_in_cassandra.markdown 
(original)
+++ cassandra/site/src/_posts/2018-08-06-faster_streaming_in_cassandra.markdown 
Wed Aug  8 21:47:18 2018
@@ -16,7 +16,7 @@ To solve this problem [CASSANDRA-14556](
 
 ## How do I use this feature?
 
-It just works. This feature is controlled using 
`streaming_zerocopy_sstables_enabled` in `cassandra.yaml` and is enabled by 
default. Even though this feature is enabled, it will respect the throttling 
limits as defined by `stream_throughput_outbound_megabits_per_sec`.
+It just works. This feature is controlled using `stream_entire_sstables` in 
`cassandra.yaml` and is enabled by default. Even though this feature is 
enabled, it will respect the throttling limits as defined by 
`stream_throughput_outbound_megabits_per_sec`.
 
 ## Impact
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to