HyukjinKwon commented on code in PR #37196:
URL: https://github.com/apache/spark/pull/37196#discussion_r921698831
##########
docs/structured-streaming-programming-guide.md:
##########
@@ -1958,6 +1958,11 @@ Here are the configs regarding to RocksDB instance of
the state store provider:
<td>The waiting time in millisecond for acquiring lock in the load
operation for RocksDB instance.</td>
<td>60000</td>
</tr>
+ <tr>
+ <td>spark.sql.streaming.stateStore.rocksdb.maxOpenFiles</td>
+ <td>The number of open files that can be used by the RocksDB instance.
Value of -1 means that files opened are always kept open.</td>
Review Comment:
What does happen if it hits the limit? Would be great to document that if it
fails or do something else.
--
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]