[jira] [Commented] (PHOENIX-6671) Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread Kadir OZDEMIR (Jira)


[ 
https://issues.apache.org/jira/browse/PHOENIX-6671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509356#comment-17509356
 ] 

Kadir OZDEMIR commented on PHOENIX-6671:


[~larsh], This failure is related to your change. I run this test on my local 
machine and it failed without your patch. Let's file a bug on this. It is not a 
blocker for your patch.

> Avoid ShortCirtuation Coprocessor Connection with HBase 2.x
> ---
>
> Key: PHOENIX-6671
> URL: https://issues.apache.org/jira/browse/PHOENIX-6671
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Lars Hofhansl
>Priority: Major
> Fix For: 5.2.0, 5.1.3
>
> Attachments: 6671-5.1.txt
>
>
> See PHOENIX-6501, PHOENIX-6458, and HBASE-26812.
> HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We might 
> be able to fix it there, but with all the work the RPC handlers perform now 
> (closing scanning, resolving current user, etc), I doubt we'll get that 100% 
> right. HBase 3 has removed this functionality.
> Even with HBase 2, which does not have the async protobuf code, I could 
> hardly see any performance improvement from circumventing the RPC stack in 
> case the target of a Get or Scan is local. Even in the most ideal conditions 
> where everything is local, there was improvement outside of noise.
> I suggest we do not use ShortCircuited Connections in Phoenix 5+.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (PHOENIX-6671) Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread Kadir OZDEMIR (Jira)


[ 
https://issues.apache.org/jira/browse/PHOENIX-6671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509356#comment-17509356
 ] 

Kadir OZDEMIR edited comment on PHOENIX-6671 at 3/20/22, 12:05 AM:
---

[~larsh], This failure is NOT related to your change. I run this test on my 
local machine and it failed without your patch. Let's file a bug on this. It is 
not a blocker for your patch.


was (Author: kozdemir):
[~larsh], This failure is related to your change. I run this test on my local 
machine and it failed without your patch. Let's file a bug on this. It is not a 
blocker for your patch.

> Avoid ShortCirtuation Coprocessor Connection with HBase 2.x
> ---
>
> Key: PHOENIX-6671
> URL: https://issues.apache.org/jira/browse/PHOENIX-6671
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Lars Hofhansl
>Priority: Major
> Fix For: 5.2.0, 5.1.3
>
> Attachments: 6671-5.1.txt
>
>
> See PHOENIX-6501, PHOENIX-6458, and HBASE-26812.
> HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We might 
> be able to fix it there, but with all the work the RPC handlers perform now 
> (closing scanning, resolving current user, etc), I doubt we'll get that 100% 
> right. HBase 3 has removed this functionality.
> Even with HBase 2, which does not have the async protobuf code, I could 
> hardly see any performance improvement from circumventing the RPC stack in 
> case the target of a Get or Scan is local. Even in the most ideal conditions 
> where everything is local, there was improvement outside of noise.
> I suggest we do not use ShortCircuited Connections in Phoenix 5+.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (PHOENIX-6671) Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PHOENIX-6671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509345#comment-17509345
 ] 

ASF GitHub Bot commented on PHOENIX-6671:
-

lhofhansl edited a comment on pull request #1405:
URL: https://github.com/apache/phoenix/pull/1405#issuecomment-1073067481


   Seems that I cannot look at the output of the test run...?
   
   Update: I can now. Time out in BasePermissionsIT:812 (Where it creates an 
index), so it might be related.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Avoid ShortCirtuation Coprocessor Connection with HBase 2.x
> ---
>
> Key: PHOENIX-6671
> URL: https://issues.apache.org/jira/browse/PHOENIX-6671
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Lars Hofhansl
>Priority: Major
> Fix For: 5.2.0, 5.1.3
>
> Attachments: 6671-5.1.txt
>
>
> See PHOENIX-6501, PHOENIX-6458, and HBASE-26812.
> HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We might 
> be able to fix it there, but with all the work the RPC handlers perform now 
> (closing scanning, resolving current user, etc), I doubt we'll get that 100% 
> right. HBase 3 has removed this functionality.
> Even with HBase 2, which does not have the async protobuf code, I could 
> hardly see any performance improvement from circumventing the RPC stack in 
> case the target of a Get or Scan is local. Even in the most ideal conditions 
> where everything is local, there was improvement outside of noise.
> I suggest we do not use ShortCircuited Connections in Phoenix 5+.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [phoenix] lhofhansl edited a comment on pull request #1405: PHOENIX-6671 Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread GitBox


lhofhansl edited a comment on pull request #1405:
URL: https://github.com/apache/phoenix/pull/1405#issuecomment-1073067481


   Seems that I cannot look at the output of the test run...?
   
   Update: I can now. Time out in BasePermissionsIT:812 (Where it creates an 
index), so it might be related.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (PHOENIX-6671) Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PHOENIX-6671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509325#comment-17509325
 ] 

ASF GitHub Bot commented on PHOENIX-6671:
-

lhofhansl commented on pull request #1405:
URL: https://github.com/apache/phoenix/pull/1405#issuecomment-1073067481


   Seems that I cannot look at the output of the test run...?


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Avoid ShortCirtuation Coprocessor Connection with HBase 2.x
> ---
>
> Key: PHOENIX-6671
> URL: https://issues.apache.org/jira/browse/PHOENIX-6671
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Lars Hofhansl
>Priority: Major
> Fix For: 5.2.0, 5.1.3
>
> Attachments: 6671-5.1.txt
>
>
> See PHOENIX-6501, PHOENIX-6458, and HBASE-26812.
> HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We might 
> be able to fix it there, but with all the work the RPC handlers perform now 
> (closing scanning, resolving current user, etc), I doubt we'll get that 100% 
> right. HBase 3 has removed this functionality.
> Even with HBase 2, which does not have the async protobuf code, I could 
> hardly see any performance improvement from circumventing the RPC stack in 
> case the target of a Get or Scan is local. Even in the most ideal conditions 
> where everything is local, there was improvement outside of noise.
> I suggest we do not use ShortCircuited Connections in Phoenix 5+.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [phoenix] lhofhansl commented on pull request #1405: PHOENIX-6671 Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread GitBox


lhofhansl commented on pull request #1405:
URL: https://github.com/apache/phoenix/pull/1405#issuecomment-1073067481


   Seems that I cannot look at the output of the test run...?


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (PHOENIX-6671) Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread Lars Hofhansl (Jira)


[ 
https://issues.apache.org/jira/browse/PHOENIX-6671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509306#comment-17509306
 ] 

Lars Hofhansl commented on PHOENIX-6671:


We need to be careful with this in production environments too. The remote call 
will now always tie up an extra handler thread even when the target regions are 
local.

On the other hand, the chance for that is p=1/number-of-regionservers, so 
unless there are special scenarios where we know the region is local I do not 
think there is any risk.


> Avoid ShortCirtuation Coprocessor Connection with HBase 2.x
> ---
>
> Key: PHOENIX-6671
> URL: https://issues.apache.org/jira/browse/PHOENIX-6671
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Lars Hofhansl
>Priority: Major
> Fix For: 5.2.0, 5.1.3
>
> Attachments: 6671-5.1.txt
>
>
> See PHOENIX-6501, PHOENIX-6458, and HBASE-26812.
> HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We might 
> be able to fix it there, but with all the work the RPC handlers perform now 
> (closing scanning, resolving current user, etc), I doubt we'll get that 100% 
> right. HBase 3 has removed this functionality.
> Even with HBase 2, which does not have the async protobuf code, I could 
> hardly see any performance improvement from circumventing the RPC stack in 
> case the target of a Get or Scan is local. Even in the most ideal conditions 
> where everything is local, there was improvement outside of noise.
> I suggest we do not use ShortCircuited Connections in Phoenix 5+.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (PHOENIX-6671) Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread Lars Hofhansl (Jira)


[ 
https://issues.apache.org/jira/browse/PHOENIX-6671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509306#comment-17509306
 ] 

Lars Hofhansl edited comment on PHOENIX-6671 at 3/19/22, 4:52 PM:
--

We need to be careful with this in production environments too. The remote call 
will now always tie up an extra handler thread even when the target regions are 
local.

On the other hand, the chance for that is p=1/number-of-regionservers, so 
unless there are special scenarios where we know the region is local I do not 
think there is any risk.

Before we merge, let's see where HBASE-26812 is going.


was (Author: lhofhansl):
We need to be careful with this in production environments too. The remote call 
will now always tie up an extra handler thread even when the target regions are 
local.

On the other hand, the chance for that is p=1/number-of-regionservers, so 
unless there are special scenarios where we know the region is local I do not 
think there is any risk.


> Avoid ShortCirtuation Coprocessor Connection with HBase 2.x
> ---
>
> Key: PHOENIX-6671
> URL: https://issues.apache.org/jira/browse/PHOENIX-6671
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Lars Hofhansl
>Priority: Major
> Fix For: 5.2.0, 5.1.3
>
> Attachments: 6671-5.1.txt
>
>
> See PHOENIX-6501, PHOENIX-6458, and HBASE-26812.
> HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We might 
> be able to fix it there, but with all the work the RPC handlers perform now 
> (closing scanning, resolving current user, etc), I doubt we'll get that 100% 
> right. HBase 3 has removed this functionality.
> Even with HBase 2, which does not have the async protobuf code, I could 
> hardly see any performance improvement from circumventing the RPC stack in 
> case the target of a Get or Scan is local. Even in the most ideal conditions 
> where everything is local, there was improvement outside of noise.
> I suggest we do not use ShortCircuited Connections in Phoenix 5+.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (PHOENIX-6671) Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PHOENIX-6671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509305#comment-17509305
 ] 

ASF GitHub Bot commented on PHOENIX-6671:
-

lhofhansl opened a new pull request #1405:
URL: https://github.com/apache/phoenix/pull/1405


   From Jira: 
   See [PHOENIX-6501](https://issues.apache.org/jira/browse/PHOENIX-6501), 
[PHOENIX-6458](https://issues.apache.org/jira/browse/PHOENIX-6458), and 
[HBASE-26812](https://issues.apache.org/jira/browse/HBASE-26812).
   
   HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We 
might be able to fix it there, but with all the work the RPC handlers perform 
now (closing scanning, resolving current user, etc), I doubt we'll get that 
100% right. HBase 3 has removed this functionality.
   
   Even with HBase 2, which does not have the async protobuf code, I could 
hardly see any performance improvement from circumventing the RPC stack in case 
the target of a Get or Scan is local. Even in the most ideal conditions where 
everything is local, there was improvement outside of noise.
   
   I suggest we do not use ShortCircuited Connections in Phoenix 5+.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Avoid ShortCirtuation Coprocessor Connection with HBase 2.x
> ---
>
> Key: PHOENIX-6671
> URL: https://issues.apache.org/jira/browse/PHOENIX-6671
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Lars Hofhansl
>Priority: Major
> Fix For: 5.2.0, 5.1.3
>
> Attachments: 6671-5.1.txt
>
>
> See PHOENIX-6501, PHOENIX-6458, and HBASE-26812.
> HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We might 
> be able to fix it there, but with all the work the RPC handlers perform now 
> (closing scanning, resolving current user, etc), I doubt we'll get that 100% 
> right. HBase 3 has removed this functionality.
> Even with HBase 2, which does not have the async protobuf code, I could 
> hardly see any performance improvement from circumventing the RPC stack in 
> case the target of a Get or Scan is local. Even in the most ideal conditions 
> where everything is local, there was improvement outside of noise.
> I suggest we do not use ShortCircuited Connections in Phoenix 5+.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [phoenix] lhofhansl opened a new pull request #1405: PHOENIX-6671 Avoid ShortCirtuation Coprocessor Connection with HBase 2.x

2022-03-19 Thread GitBox


lhofhansl opened a new pull request #1405:
URL: https://github.com/apache/phoenix/pull/1405


   From Jira: 
   See [PHOENIX-6501](https://issues.apache.org/jira/browse/PHOENIX-6501), 
[PHOENIX-6458](https://issues.apache.org/jira/browse/PHOENIX-6458), and 
[HBASE-26812](https://issues.apache.org/jira/browse/HBASE-26812).
   
   HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We 
might be able to fix it there, but with all the work the RPC handlers perform 
now (closing scanning, resolving current user, etc), I doubt we'll get that 
100% right. HBase 3 has removed this functionality.
   
   Even with HBase 2, which does not have the async protobuf code, I could 
hardly see any performance improvement from circumventing the RPC stack in case 
the target of a Get or Scan is local. Even in the most ideal conditions where 
everything is local, there was improvement outside of noise.
   
   I suggest we do not use ShortCircuited Connections in Phoenix 5+.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org