Hi all i execute following script from hadoop source code: find . |grep -v svn |grep java$ |xargs grep SimpleDateFormat |grep static I got many result.
SimpleDateFormat class is not thread safe. If the ojbect declare as static, it will cause thread safe problem. Leon Liu
