Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
Description
1. in TimestampBasedKeyGenerator#getKey method, generate a HoodieKey will create a new SimpleDateFormat object,the dateformat object can be reused as class variable.
2. SimpleDateFormat is not thread safe,there is always potential thread safe problem.