[jira] [Updated] (HBASE-16266) Do not throw ScannerTimeoutException when catch UnknownScannerException

2016-07-25 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16266: -- Affects Version/s: (was: 1.1.5) 1.1.6 1.4.0

[jira] [Commented] (HBASE-16281) TestMasterReplication is flaky

2016-07-25 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391984#comment-15391984 ] Duo Zhang commented on HBASE-16281: --- Something wrong with the jenkins build? I do not think this patch

[jira] [Commented] (HBASE-16266) Do not throw ScannerTimeoutException when catch UnknownScannerException

2016-07-24 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391238#comment-15391238 ] Duo Zhang commented on HBASE-16266: --- This is not a big change so let's finish it. Will commit if no

[jira] [Created] (HBASE-16280) Use hash based map in SequenceIdAccounting

2016-07-24 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-16280: - Summary: Use hash based map in SequenceIdAccounting Key: HBASE-16280 URL: https://issues.apache.org/jira/browse/HBASE-16280 Project: HBase Issue Type: Sub-task

[jira] [Commented] (HBASE-9465) Push entries to peer clusters serially

2016-07-24 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391287#comment-15391287 ] Duo Zhang commented on HBASE-9465: -- I think we should open a new issue to revisit this testcase. We need

[jira] [Commented] (HBASE-16278) Use ConcurrentHashMap instead of ConcurrentSkipListMap if possible

2016-07-23 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390945#comment-15390945 ] Duo Zhang commented on HBASE-16278: --- [~stack] We can find unnecessary CSLM in code and open sub tasks

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15388686#comment-15388686 ] Duo Zhang commented on HBASE-16225: --- The filter logic will be wired if {{KeepDeletedCells}} is not

[jira] [Commented] (HBASE-12770) Don't transfer all the queued hlogs of a dead server to the same alive server

2016-07-23 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390601#comment-15390601 ] Duo Zhang commented on HBASE-12770: --- Suggest adding some jitter of the sleep time between the attempt

[jira] [Updated] (HBASE-16278) Use ConcurrentHashMap instead of ConcurrentSkipListMap if possible

2016-07-23 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16278: -- Issue Type: Improvement (was: Bug) > Use ConcurrentHashMap instead of ConcurrentSkipListMap if

[jira] [Commented] (HBASE-16266) Do not throw ScannerTimeoutException when catch UnknownScannerException

2016-07-22 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390508#comment-15390508 ] Duo Zhang commented on HBASE-16266: --- Let's commit and resolve this issue? [~stack] Thanks. > Do not

[jira] [Commented] (HBASE-16278) Use ConcurrentHashMap instead of ConcurrentSkipListMap if possible

2016-07-23 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390594#comment-15390594 ] Duo Zhang commented on HBASE-16278: --- This the test result on a machine with 2 * E5-2630 v2, 128G RAM.

[jira] [Created] (HBASE-16278) Use ConcurrentHashMap instead of ConcurrentSkipListMap if possible

2016-07-23 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-16278: - Summary: Use ConcurrentHashMap instead of ConcurrentSkipListMap if possible Key: HBASE-16278 URL: https://issues.apache.org/jira/browse/HBASE-16278 Project: HBase

[jira] [Comment Edited] (HBASE-16278) Use ConcurrentHashMap instead of ConcurrentSkipListMap if possible

2016-07-23 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390594#comment-15390594 ] Duo Zhang edited comment on HBASE-16278 at 7/23/16 7:27 AM: This the test

[jira] [Commented] (HBASE-9465) Push entries to peer clusters serially

2016-07-22 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390549#comment-15390549 ] Duo Zhang commented on HBASE-9465: -- Is the failed UT related? > Push entries to peer clusters serially >

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-23 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390596#comment-15390596 ] Duo Zhang commented on HBASE-16225: --- [~apurtell] Ping. > Refactor ScanQueryMatcher >

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-v2.patch Move LegacyScanQueryMatcher to src/main... > Refactor

[jira] [Commented] (HBASE-16266) Do not throw ScannerTimeoutException when catch UnknownScannerException

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15388842#comment-15388842 ] Duo Zhang commented on HBASE-16266: --- Add a UT to verify that the modification works? > Do not throw

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-v1.patch Add a LegacyScanQueryMatcher to keep compatibility if we use filter

[jira] [Resolved] (HBASE-14476) ReplicationQueuesZKImpl#copyQueuesFromRSUsingMulti will fail if there are orphaned queues under dead region server

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-14476. --- Resolution: Duplicate Fixed by HBASE-16135. > ReplicationQueuesZKImpl#copyQueuesFromRSUsingMulti

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15388875#comment-15388875 ] Duo Zhang commented on HBASE-16225: --- [~ghelmling] What do you think of the new patch? And I think we

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-v6.patch Move ColumnCount to querymatcher package. > Refactor

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401438#comment-15401438 ] Duo Zhang commented on HBASE-16225: --- I test some of the UTs locally, some of them can not pass, but not

[jira] [Reopened] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-16209: --- This causes a large set of UTs to fail on branch-1. See here

[jira] [Updated] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16209: -- Attachment: HBASE-16209-addendum.patch Addendum fix the region move problem. Will push it to branch-1

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: (was: HBASE-16225-branch-1-v1.patch) > Refactor ScanQueryMatcher >

[jira] [Resolved] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-16209. --- Resolution: Fixed Hadoop Flags: Reviewed Pushed to branch-1. > Provide an

[jira] [Updated] (HBASE-16309) TestDefaultCompactSelection.testCompactionRatio is flaky

2016-08-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16309: -- Status: Patch Available (was: Open) > TestDefaultCompactSelection.testCompactionRatio is flaky >

[jira] [Updated] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-08-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16209: -- Attachment: HBASE-16209-branch-1-addendum-v2.patch > Provide an ExponentialBackOffPolicy sleep between

[jira] [Resolved] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-08-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-16209. --- Resolution: Fixed Pushed to branch-1. > Provide an ExponentialBackOffPolicy sleep between failed

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-08-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: (was: HBASE-16225-branch-1-v1.patch) > Refactor ScanQueryMatcher >

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-branch-1-v1.patch Retry after fixing the problem introduced by HBASE-16209. >

[jira] [Created] (HBASE-16309) TestDefaultCompactSelection.testCompactionRatio is flaky

2016-08-01 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-16309: - Summary: TestDefaultCompactSelection.testCompactionRatio is flaky Key: HBASE-16309 URL: https://issues.apache.org/jira/browse/HBASE-16309 Project: HBase Issue

[jira] [Reopened] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-08-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-16209: --- Sorry I misread the second parameter of invokeAssign... It is different from the assign

[jira] [Updated] (HBASE-16309) TestDefaultCompactSelection.testCompactionRatio is flaky

2016-08-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16309: -- Attachment: HBASE-16309.patch > TestDefaultCompactSelection.testCompactionRatio is flaky >

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-08-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-branch-1-v1.patch Retry. > Refactor ScanQueryMatcher >

[jira] [Updated] (HBASE-16280) Use hash based map in SequenceIdAccounting

2016-07-25 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16280: -- Status: Open (was: Patch Available) Missed one file. > Use hash based map in SequenceIdAccounting >

[jira] [Updated] (HBASE-16280) Use hash based map in SequenceIdAccounting

2016-07-25 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16280: -- Attachment: (was: HBASE-16280.patch) > Use hash based map in SequenceIdAccounting >

[jira] [Commented] (HBASE-16278) Use ConcurrentHashMap instead of ConcurrentSkipListMap if possible

2016-07-24 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391387#comment-15391387 ] Duo Zhang commented on HBASE-16278: --- [~ikeda] One problem is that, we may use a byte[] as key multiple

[jira] [Updated] (HBASE-16280) Use hash based map in SequenceIdAccounting

2016-07-25 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16280: -- Status: Patch Available (was: Open) > Use hash based map in SequenceIdAccounting >

[jira] [Commented] (HBASE-16281) TestMasterReplication is flaky

2016-07-25 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391399#comment-15391399 ] Duo Zhang commented on HBASE-16281: --- +1. Five seconds is too short. > TestMasterReplication is flaky

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-v5.patch Change the switch indent in {{StoreScanner}}. It has already been

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15400677#comment-15400677 ] Duo Zhang commented on HBASE-16225: --- The hadoopcheck failure is cause by compiling hbase-assembly which

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-v4.patch Address the comments on rb. > Refactor ScanQueryMatcher >

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15400944#comment-15400944 ] Duo Zhang commented on HBASE-16225: --- I mean why it fails probabilistically? In the most of the failed

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-branch-1-v1.patch Fix the findbugs and javadoc warnings. > Refactor

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225-branch-1.patch Patch for branch-1. > Refactor ScanQueryMatcher >

[jira] [Commented] (HBASE-9465) Push entries to peer clusters serially

2016-08-02 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405176#comment-15405176 ] Duo Zhang commented on HBASE-9465: -- Fine... Will commit this evening if no objections. Thanks. > Push

[jira] [Commented] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-08-02 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405134#comment-15405134 ] Duo Zhang commented on HBASE-16209: --- If there is no failure then we should not call

[jira] [Commented] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-08-03 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405399#comment-15405399 ] Duo Zhang commented on HBASE-16209: --- I think the latter implementation(call invoke assign directly if

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-08-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15403360#comment-15403360 ] Duo Zhang commented on HBASE-16225: --- OK, the failed UTs are unrelated... Will commit shortly. >

[jira] [Commented] (HBASE-16403) Upgrade guava version to the lastest one(19.0)

2016-08-11 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15418283#comment-15418283 ] Duo Zhang commented on HBASE-16403: --- You can try the hbase-shaded-client.

[jira] [Commented] (HBASE-16403) Upgrade guava version to the lastest one(19.0)

2016-08-11 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15418296#comment-15418296 ] Duo Zhang commented on HBASE-16403: --- I believe there is a relocation when shading so the guava inside

[jira] [Updated] (HBASE-16368) test*WhenRegionMove in TestPartialResultsFromClientSide is flaky

2016-08-09 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16368: -- Attachment: HBASE-16368-v1.patch > test*WhenRegionMove in TestPartialResultsFromClientSide is flaky >

[jira] [Commented] (HBASE-16368) test*WhenRegionMove in TestPartialResultsFromClientSide is flaky

2016-08-09 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15414661#comment-15414661 ] Duo Zhang commented on HBASE-16368: --- +1. Let's retry it several times to see if it works as

[jira] [Commented] (HBASE-9465) Push entries to peer clusters serially

2016-08-03 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15407211#comment-15407211 ] Duo Zhang commented on HBASE-9465: -- For master, I do not think we need to run findbugs on the files

[jira] [Commented] (HBASE-16209) Provide an ExponentialBackOffPolicy sleep between failed region open requests

2016-08-03 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15406950#comment-15406950 ] Duo Zhang commented on HBASE-16209: --- +1 on v5 after you fix the findbugs issue. Thanks. > Provide an

[jira] [Updated] (HBASE-16285) Drop RPC requests if it must be considered as timeout at client

2016-08-10 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16285: -- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Commented] (HBASE-16285) Drop RPC requests if it must be considered as timeout at client

2016-08-10 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15414889#comment-15414889 ] Duo Zhang commented on HBASE-16285: --- +1. Will commit shortly. Thanks. > Drop RPC requests if it must

[jira] [Updated] (HBASE-16368) test*WhenRegionMove in TestPartialResultsFromClientSide is flaky

2016-08-10 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16368: -- Attachment: HBASE-16368-v1.patch > test*WhenRegionMove in TestPartialResultsFromClientSide is flaky >

[jira] [Updated] (HBASE-16368) test*WhenRegionMove in TestPartialResultsFromClientSide is flaky

2016-08-10 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16368: -- Resolution: Fixed Status: Resolved (was: Patch Available) Pushed to branch-1.1+. >

[jira] [Updated] (HBASE-16285) Drop RPC requests if it must be considered as timeout at client

2016-08-10 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16285: -- Affects Version/s: 1.4.0 1.3.0 2.0.0 Fix

[jira] [Commented] (HBASE-16386) Fix findbug RV_RETURN_VALUE_IGNORED: Method ignores return value In HRegionServer

2016-08-10 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15415027#comment-15415027 ] Duo Zhang commented on HBASE-16386: --- What happens if the await returns false? Abort because of

[jira] [Updated] (HBASE-16368) test*WhenRegionMove in TestPartialResultsFromClientSide is flaky

2016-08-10 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16368: -- Labels: trivial (was: ) Fix Version/s: 1.2.3 1.1.6

[jira] [Commented] (HBASE-16368) test*WhenRegionMove in TestPartialResultsFromClientSide is flaky

2016-08-10 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15415029#comment-15415029 ] Duo Zhang commented on HBASE-16368: --- TestPartialResultsFromClientSide has passed all the 3 times. Let

[jira] [Commented] (HBASE-16223) Drop duplicated delete markers in minor compaction

2016-07-13 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15374548#comment-15374548 ] Duo Zhang commented on HBASE-16223: --- This requires changing the logic of {{ScanQueryMatcher}} but it is

[jira] [Created] (HBASE-16223) Drop duplicated delete markers in minor compaction

2016-07-13 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-16223: - Summary: Drop duplicated delete markers in minor compaction Key: HBASE-16223 URL: https://issues.apache.org/jira/browse/HBASE-16223 Project: HBase Issue Type:

[jira] [Commented] (HBASE-16144) Replication queue's lock will live forever if RS acquiring the lock has died prematurely

2016-07-14 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15376399#comment-15376399 ] Duo Zhang commented on HBASE-16144: --- [~tedyu] Let's commit v6 patch? The failed UTs are all in

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-13 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15376163#comment-15376163 ] Duo Zhang commented on HBASE-16225: --- [~apurtell] That will be awesome, but honestly I do not know if it

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Assignee: Duo Zhang Status: Patch Available (was: Open) > Refactor ScanQueryMatcher >

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Attachment: HBASE-16225.patch Modify {{TestRegionObserverScannerOpenHook}} to make it pass first.

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-21 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15387513#comment-15387513 ] Duo Zhang commented on HBASE-16225: --- The refactor is partially done.

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-15 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15379155#comment-15379155 ] Duo Zhang commented on HBASE-16225: --- I need some time... The logic of ScanQueryMatcher, StoreScanner

[jira] [Updated] (HBASE-16144) Replication queue's lock will live forever if RS acquiring the lock has died prematurely

2016-07-17 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16144: -- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 1.1.7 1.2.3

[jira] [Updated] (HBASE-16144) Replication queue's lock will live forever if RS acquiring the lock has died prematurely

2016-07-17 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16144: -- Affects Version/s: (was: 1.1.5) (was: 1.2.1)

[jira] [Commented] (HBASE-16110) AsyncFS WAL doesn't work with Hadoop 2.8+

2016-07-19 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15383720#comment-15383720 ] Duo Zhang commented on HBASE-16110: --- Good. Thanks [~busbey]. > AsyncFS WAL doesn't work with Hadoop

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-15 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380488#comment-15380488 ] Duo Zhang commented on HBASE-16225: --- OK, I know, this is an optimization. We create a fake cell first

[jira] [Created] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-13 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-16225: - Summary: Refactor ScanQueryMatcher Key: HBASE-16225 URL: https://issues.apache.org/jira/browse/HBASE-16225 Project: HBase Issue Type: Improvement

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-13 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Description: As said in HBASE-16223, the code of {{ScanQueryMatcher}} is too complicated. I suggest

[jira] [Updated] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-13 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16225: -- Description: As said in HBASE-16223, the code of {{ScanQueryMatcher}} is too complicated. I suggest

[jira] [Updated] (HBASE-16110) AsyncFS WAL doesn't work with Hadoop 2.8+

2016-07-11 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16110: -- Attachment: HBASE-16110-v1.patch > AsyncFS WAL doesn't work with Hadoop 2.8+ >

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-17 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381722#comment-15381722 ] Duo Zhang commented on HBASE-16225: --- [~ram_krish] Good. Which JIRA? > Refactor ScanQueryMatcher >

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-17 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381761#comment-15381761 ] Duo Zhang commented on HBASE-16225: --- And IMO, the filter based SQM is a 'nice to have'. It does not

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-17 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381734#comment-15381734 ] Duo Zhang commented on HBASE-16225: --- {{DeleteTracker}} and {{ColumnTracker}}, hmm... This is another

[jira] [Commented] (HBASE-16225) Refactor ScanQueryMatcher

2016-07-15 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380470#comment-15380470 ] Duo Zhang commented on HBASE-16225: --- The most confusing logic for me currently is that, we can get a

[jira] [Commented] (HBASE-16110) AsyncFS WAL doesn't work with Hadoop 2.8+

2016-06-27 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15350552#comment-15350552 ] Duo Zhang commented on HBASE-16110: --- [~busbey] Can we have a pre-commit which builds against

[jira] [Updated] (HBASE-16110) AsyncFS WAL doesn't work with Hadoop 2.8+

2016-06-27 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16110: -- Assignee: Duo Zhang Status: Patch Available (was: Open) > AsyncFS WAL doesn't work with Hadoop

[jira] [Updated] (HBASE-16110) AsyncFS WAL doesn't work with Hadoop 2.8+

2016-06-27 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16110: -- Attachment: HBASE-16110.patch > AsyncFS WAL doesn't work with Hadoop 2.8+ >

[jira] [Commented] (HBASE-16135) PeerClusterZnode under rs of removed peer may never be deleted

2016-06-28 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354203#comment-15354203 ] Duo Zhang commented on HBASE-16135: --- OK. Will fix in the next patch. Any questions on the fix? Thanks.

[jira] [Commented] (HBASE-16144) Replication queue's lock will live forever if RS acquiring the lock has died prematurely

2016-07-04 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362038#comment-15362038 ] Duo Zhang commented on HBASE-16144: --- So make it configurable? We should not introduce new findbugs

[jira] [Created] (HBASE-16362) Mob compaction does not set cacheBlocks to false when creating StoreScanner

2016-08-04 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-16362: - Summary: Mob compaction does not set cacheBlocks to false when creating StoreScanner Key: HBASE-16362 URL: https://issues.apache.org/jira/browse/HBASE-16362 Project: HBase

[jira] [Updated] (HBASE-16362) Mob compaction does not set cacheBlocks to false when creating StoreScanner

2016-08-05 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16362: -- Attachment: HBASE-16362.patch A trivial fix. Pass false if scanType is not USER_SCAN. > Mob

[jira] [Updated] (HBASE-16362) Mob compaction does not set cacheBlocks to false when creating StoreScanner

2016-08-05 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16362: -- Assignee: Duo Zhang Status: Patch Available (was: Open) > Mob compaction does not set

[jira] [Commented] (HBASE-16362) Mob compaction does not set cacheBlocks to false when creating StoreScanner

2016-08-05 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409072#comment-15409072 ] Duo Zhang commented on HBASE-16362: --- Only MOB and some UTs. > Mob compaction does not set cacheBlocks

[jira] [Commented] (HBASE-12770) Don't transfer all the queued hlogs of a dead server to the same alive server

2016-08-05 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409139#comment-15409139 ] Duo Zhang commented on HBASE-12770: --- TestLogLevel and TestFilterList are all small tests so the failure

[jira] [Updated] (HBASE-16362) Mob compaction does not set cacheBlocks to false when creating StoreScanner

2016-08-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16362: -- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-16362) Mob compaction does not set cacheBlocks to false when creating StoreScanner

2016-08-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16362: -- Affects Version/s: 2.0.0 Fix Version/s: 2.0.0 Component/s: regionserver

[jira] [Updated] (HBASE-16362) Mob compaction does not set cacheBlocks to false when creating StoreScanner

2016-08-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16362: -- Labels: trivial (was: ) > Mob compaction does not set cacheBlocks to false when creating StoreScanner

[jira] [Updated] (HBASE-9465) Push entries to peer clusters serially

2016-08-09 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-9465: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Pushed

[jira] [Commented] (HBASE-9465) Push entries to peer clusters serially

2016-08-09 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15413025#comment-15413025 ] Duo Zhang commented on HBASE-9465: -- The findbugs warnings and failed UTs are unrelated. Will commit

[jira] [Updated] (HBASE-9465) Push entries to peer clusters serially

2016-08-09 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-9465: - Affects Version/s: 1.4.0 2.0.0 Fix Version/s: 1.4.0

<    4   5   6   7   8   9   10   11   12   13   >