[GitHub] [kafka] vvcephei commented on pull request #9420: KAFKA-10604: The StreamsConfig.STATE_DIR_CONFIG's default value does not reflect the JVM parameter or OS-specific settings

2021-01-29 Thread GitBox


vvcephei commented on pull request #9420:
URL: https://github.com/apache/kafka/pull/9420#issuecomment-769882506


   Merged!
   
   Many thanks, @dongjinleekr !



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] vvcephei commented on pull request #9420: KAFKA-10604: The StreamsConfig.STATE_DIR_CONFIG's default value does not reflect the JVM parameter or OS-specific settings

2021-01-29 Thread GitBox


vvcephei commented on pull request #9420:
URL: https://github.com/apache/kafka/pull/9420#issuecomment-769881493


   Only one flaky test failure:
   ```
Build / JDK 11 / 
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationSSLTest.testOneWayReplicationWithAutoOffsetSync()
   ```
   
   Proceeding to merge...



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] vvcephei commented on pull request #9420: KAFKA-10604: The StreamsConfig.STATE_DIR_CONFIG's default value does not reflect the JVM parameter or OS-specific settings

2021-01-28 Thread GitBox


vvcephei commented on pull request #9420:
URL: https://github.com/apache/kafka/pull/9420#issuecomment-769289485


   Ah, a checkstyle violation. How embarrassing. Just fixed it.



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] vvcephei commented on pull request #9420: KAFKA-10604: The StreamsConfig.STATE_DIR_CONFIG's default value does not reflect the JVM parameter or OS-specific settings

2021-01-27 Thread GitBox


vvcephei commented on pull request #9420:
URL: https://github.com/apache/kafka/pull/9420#issuecomment-768789634


   Hey @dongjinleekr ,
   
   Sorry for the force-push, but I had to rebase this and resolve a conflict 
before merging. Note that the conflict was from 
462c89e0b436abd56864bea8bbcaf1ab70b7f66e, which re-organized the boolean 
conditions in the StateDirectory constructor, specifically where we warn if the 
state dir is a temp dir.
   
   After resolving the conflict, I noticed there's no test for that warning, so 
I added one to be sure it works. It also looked like the temp dir check could 
actually be a bit simpler, so I just tweaked it rather than leaving a new 
comment for you to address.
   
   I hope this is all ok. I'll let the tests run and merge in the morning, 
unless you have any objections.
   
   Thanks!
   -John



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org