[ https://issues.apache.org/jira/browse/PHOENIX-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14072103#comment-14072103 ]
Hudson commented on PHOENIX-938: -------------------------------- SUCCESS: Integrated in Phoenix | Master | Hadoop1 #289 (See [https://builds.apache.org/job/Phoenix-master-hadoop1/289/]) PHOENIX-938: Use higher priority queue for index updates to prevent deadlock (jyates: rev 1954c717a12561bdc2184ba23c53afae3f900084) * phoenix-core/src/main/java/org/apache/phoenix/hbase/index/builder/BaseIndexBuilder.java * phoenix-core/src/main/java/org/apache/phoenix/hbase/index/IndexQosRpcControllerFactory.java * phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexHandlerIT.java * phoenix-core/src/main/java/org/apache/phoenix/hbase/index/IndexQosCompat.java * phoenix-core/src/main/java/org/apache/phoenix/util/IndexUtil.java * phoenix-core/src/main/java/org/apache/phoenix/hbase/index/table/CoprocessorHTableFactory.java * phoenix-core/src/main/java/org/apache/phoenix/hbase/index/builder/IndexBuildManager.java * phoenix-core/src/main/java/org/apache/phoenix/hbase/index/ipc/PhoenixIndexRpcSchedulerFactory.java * pom.xml * phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/PhoenixIndexRpcScheduler.java * phoenix-core/src/test/java/org/apache/hadoop/hbase/ipc/PhoenixIndexRpcSchedulerTest.java * phoenix-core/src/main/java/org/apache/phoenix/hbase/index/builder/IndexBuilder.java * phoenix-core/src/test/java/org/apache/hadoop/hbase/regionserver/PhoenixIndexRpcSchedulerFactoryTest.java > Use higher priority queue for index updates to prevent deadlock > --------------------------------------------------------------- > > Key: PHOENIX-938 > URL: https://issues.apache.org/jira/browse/PHOENIX-938 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.0.0, 4.1 > Reporter: James Taylor > Assignee: Jesse Yates > Fix For: 5.0.0, 4.1 > > Attachments: PHOENIX-938-master-v3.patch, phoenix-938-4.0-v0.patch, > phoenix-938-4.0-v0.patch, phoenix-938-master-v0.patch, > phoenix-938-master-v1.patch, phoenix-938-master-v2.patch, > phoenix-938-master-v4.patch, phoenix-938-master-v5.patch > > > With our current global secondary indexing solution, a batched Put of table > data causes a RS to do a batch Put to other RSs. This has the potential to > lead to a deadlock if all RS are overloaded and unable to process the pending > batched Put. To prevent this, we should use a higher priority queue to submit > these Puts so that they're always processed before other Puts. This will > prevent the potential for a deadlock under high load. Note that this will > likely require some HBase 0.98 code changes and would not be feasible to > implement for HBase 0.94. -- This message was sent by Atlassian JIRA (v6.2#6252)