vinodkc commented on code in PR #50483: URL: https://github.com/apache/spark/pull/50483#discussion_r2025926556
########## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDB.scala: ########## @@ -1485,11 +1485,12 @@ class RocksDB( override def log(infoLogLevel: InfoLogLevel, logMsg: String) = { // Map DB log level to log4j levels // Warn is mapped to info because RocksDB warn is too verbose + // Info is mapped to debug because RocksDB info is too verbose Review Comment: @anishshri-db , >Which specific logs did we see most often here ? Mainly `Hard Linking <filename>.log` eg: 25/03/19 10:38:55 INFO RocksDB [StateStoreId(opId=0,partId=265,name=default), queryRunId=30d232ab-0d2a-454d-a217-5b2debfe10e9, queryId=4c8ca990-9fd4-4b69-8f90-ce933b3f4ef3]: [NativeRocksDB-1] [ilities/checkpoint/checkpoint_impl.cc:127] Hard Linking 009723.log -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org