Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.4.0
-
ghx-label-2
Description
Right now Impala always uses the default max_mem value for re2 regexp pattern matching.
For more memory consuming patterns this can cause the following error:
"re2/re2.cc:667: DFA out of memory: size xxxxx, bytemap range xx, list count xxxxx".
It would be nice if re2's max_mem option would be configurable via an Impala startup flag.
Attachments
Issue Links
- causes
-
IMPALA-5256 ERROR log files can get very large
- Resolved