Can you elaborate on what is unclear about the documentation? This
exception and the related documentation read as being in support of each
other to me.
On 10/9/18 5:39 AM, Batyrshin Alexander wrote:
Hello all,
Documentations (http://phoenix.apache.org/atomic_upsert.html) say:
"Although global indexes on columns being atomically updated are supported, it’s not
recommended as a potentially a separate RPC across the wire would be made while the row
is under lock to maintain the secondary index."
But in practice we get:
CANNOT_USE_ON_DUP_KEY_WITH_GLOBAL_IDX(1224, "42Z24", "The ON DUPLICATE KEY clause
may not be used when a table has a global index." )
Is this bug or documentation is outdated?