sahilTakiar commented on issue #816: HDFS-14482: Crash when using libhdfs with bad classpath URL: https://github.com/apache/hadoop/pull/816#issuecomment-492470371 If libhdfs fails to create the `env`, then `hdfsThreadDestructor` should be called on the `ThreadLocalState`, which looks like it should clean everything up? It frees the `ThreadLocalState`, so the next call to `threadLocalStorageGet` should return `NULL`, and a new `ThreadLocalState` should be created.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
