Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-05-26 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2132180519 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 32s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-05-26 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2132175872 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 13s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-05-26 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2132172890 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m 0s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-05-26 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2132094735 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 26s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-05-25 Thread via GitHub
guluo2016 commented on code in PR #5767: URL: https://github.com/apache/hbase/pull/5767#discussion_r1615025003 ## hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestScanOrGetWithReplicationFromClient.java: ## @@ -0,0 +1,208 @@ +/* + * Licensed to the Apache Software

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-26 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2021477976 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 34s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-26 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2021413168 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 34s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-26 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2021372824 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 36s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-26 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2020830781 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 41s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-26 Thread via GitHub
guluo2016 commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2020729857 > I think we should try to check the replica id when we hit the RegionOfflineException, like what we have done in AsyncRpcRetryingCaller. Thanks for your good suggestion, the

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-24 Thread via GitHub
Apache9 commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2016817710 I think we should try to check the replica id when we hit the RegionOfflineException, like what we have done in AsyncRpcRetryingCaller. -- This is an automated message from the Apache

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-23 Thread via GitHub
guluo2016 commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2016469719 > Mind explaining more on why locating is so slow when the replica id does not exist? Busying with other things, Sorry for the late reply. In a short, hbase would retry 8

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-21 Thread via GitHub
Apache9 commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2011978374 Mind explaining more on why locating is so slow when the replica id does not exist? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-20 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2010541351 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 30s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-20 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2010432094 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 29s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-20 Thread via GitHub
Apache-HBase commented on PR #5767: URL: https://github.com/apache/hbase/pull/5767#issuecomment-2009874840 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26s |

[PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-20 Thread via GitHub
guluo2016 opened a new pull request, #5767: URL: https://github.com/apache/hbase/pull/5767 Details see: [HBASE-28443](https://issues.apache.org/jira/browse/HBASE-28443) Before this PR: ```shell hbase:014:0> scan 't01', {CONSISTENCY => "TIMELINE", REGION_REPLICA_ID => 2} ROW

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-20 Thread via GitHub
guluo2016 closed pull request #5764: HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID URL: https://github.com/apache/hbase/pull/5764 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-19 Thread via GitHub
Apache-HBase commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2007918628 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 58s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-19 Thread via GitHub
Apache-HBase commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2007916489 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 13s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-19 Thread via GitHub
Apache-HBase commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2007869879 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-19 Thread via GitHub
Apache-HBase commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2007454716 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 33s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-19 Thread via GitHub
guluo2016 commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2007340839 Updating modifiers from public to private, and triggering test case running again -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-19 Thread via GitHub
guluo2016 commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2007331599 Strange,the expired test case was been executed. -- 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

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-18 Thread via GitHub
Apache-HBase commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2004532679 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 29s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-18 Thread via GitHub
Apache-HBase commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2004525551 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 30s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-18 Thread via GitHub
Apache-HBase commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2004466502 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 27s |

Re: [PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-18 Thread via GitHub
Apache-HBase commented on PR #5764: URL: https://github.com/apache/hbase/pull/5764#issuecomment-2003942385 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m 0s |

[PR] HBASE-28443 Return too slow when scanning a table with non-existing REGION_REPLICA_ID [hbase]

2024-03-18 Thread via GitHub
guluo2016 opened a new pull request, #5764: URL: https://github.com/apache/hbase/pull/5764 Details see: [HBASE-28443](https://issues.apache.org/jira/browse/HBASE-28443) Before this PR: ```shell hbase:014:0> scan 't01', {CONSISTENCY => "TIMELINE", REGION_REPLICA_ID => 2} ROW