Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.14.0
-
None
-
None
Description
In the UpsertCompiler#setValues() , if it's a local index, the key is prefixed with regionPrefix. During that process, ptr.get() is called to get the base key, and the code assumes the entire array should be used. However, if it's a variable length key, we could have trailing nulls since the base key ptr array size is just an estimate.
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-3554 Building async local index by IndexTool generate wrong data
- Resolved
- relates to
-
PHOENIX-3554 Building async local index by IndexTool generate wrong data
- Resolved