schenksj commented on code in PR #43202:
URL: https://github.com/apache/spark/pull/43202#discussion_r1355389886
##########
docs/structured-streaming-programming-guide.md:
##########
@@ -2385,6 +2385,11 @@ Here are the configs regarding to RocksDB instance of
the state store provider:
<td>Total memory to be occupied by blocks in high priority pool as a
fraction of memory allocated across all RocksDB instances on a single node
using maxMemoryUsageMB.</td>
<td>0.1</td>
</tr>
+ <tr>
+ <td>spark.sql.streaming.stateStore.rocksdb.allowFAllocate</td>
Review Comment:
Thank you @siying ! Is it the capitalization that you are finding
bothersome? I carried though the `allowFAllocate` casing from the RocksDB
DBOptions class:
https://javadoc.io/doc/org.rocksdb/rocksdbjni/6.8.1/org/rocksdb/DBOptions.html#allowFAllocate()
I'm definitely not tied to it, but do like maintaining consistency across
the two packages.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]