richardantal commented on pull request #929: URL: https://github.com/apache/phoenix/pull/929#issuecomment-712296791
@ChinmaySKulkarni Can you review this change please? For the view index creation we created a mutex for `<column family>:<column name>` I changed it to `<column family>.<column name>` For the other occurrences this checkAndPut was only for `<column name>` so I changed those to `<column family>.<column name>` as well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
