Github user ankitsinghal commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r91454867 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java --- @@ -385,6 +383,8 @@ private void updateTable(Connection conn, String tableName) throws SQLException } public static class FailingRegionObserver extends SimpleRegionObserver { + public static volatile boolean FAIL_WRITE = false; --- End diff -- This was taken care in the last commit.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---