You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, while working under hdfs default configuration fs.hdfs.impl.disable.cache=false, will these code have effect to each other, such as one close HDFS FileSystem, which may lead to the other one get ClosedChannelException? Or, we should set fs.hdfs.impl.disable.cache=true while using this plugin always ?
Any one have some explication for this? 3ks
The text was updated successfully, but these errors were encountered:
Recently, I'm working on an
ClosedChannelException
of kafka-connect-hdfs, and I find thatWALFile.java
have fellowing codelink to WALFile.java#L146
StringRecordWriterProvider.java
have fellowing codelink to StringRecordWriterProvider.java#L64
So, while working under hdfs default configuration
fs.hdfs.impl.disable.cache=false
, will these code have effect to each other, such as one close HDFS FileSystem, which may lead to the other one getClosedChannelException
? Or, we should setfs.hdfs.impl.disable.cache=true
while using this plugin always ?Any one have some explication for this? 3ks
The text was updated successfully, but these errors were encountered: