[jira] [Commented] (PHOENIX-3811) Do not disable index on write failure by default

2017-05-12 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009128#comment-16009128 ] Lars Hofhansl commented on PHOENIX-3811: Hmm... I think this should be opt-in, r

[jira] [Updated] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated PHOENIX-3850: -- Description: When the RegionServer starts, I always find the region logs "Found some outstanding inde

Why Index.preWALRestore method just use RecoveryIndexWriter.write method to write the indexUpdates? It is a bug?

2017-05-12 Thread 程磊
Sorry, the code format of previous email is error , I reedit the code format : When I look the code of Index.preWALRestore method, I find RecoveryIndexWriter.write method is used to write the indexUpdates in following line 565: 547 @Override 548 public void preWALRestore(ObserverContext

[jira] [Updated] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated PHOENIX-3850: -- Description: When the RegionServer starts, I always find the region logs "Found some outstanding inde

[jira] [Updated] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated PHOENIX-3850: -- Description: When the RegionServer starts, I always find the region logs "Found some outstanding inde

[jira] [Updated] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated PHOENIX-3850: -- Description: When the RegionServer starts, I always find the region logs "Found some outstanding inde

Why Index.preWALRestore method just use RecoveryIndexWriter.write method to write the indexUpdates? It is a bug?

2017-05-12 Thread 程磊
When I look the code of Index.preWALRestore method, I find RecoveryIndexWriter.write method is used to write the indexUpdates in following line 565: 547 @Override 548 public void preWALRestore(ObserverContext env, HRegionInfo info, 549 HLogKey logKey, WALEdit logEdit) throws IOException { 550

[jira] [Commented] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009115#comment-16009115 ] Hadoop QA commented on PHOENIX-3850: {color:red}-1 overall{color}. Here are the res

[jira] [Commented] (PHOENIX-3811) Do not disable index on write failure by default

2017-05-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009110#comment-16009110 ] James Taylor commented on PHOENIX-3811: --- No, the default changes with this commit.

[jira] [Commented] (PHOENIX-3576) The local index updates will be blocked when the region is preparing to split

2017-05-12 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009101#comment-16009101 ] Chia-Ping Tsai commented on PHOENIX-3576: - bq. Wouldn't it be easier to just cre

[jira] [Commented] (PHOENIX-3811) Do not disable index on write failure by default

2017-05-12 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009076#comment-16009076 ] Lars Hofhansl commented on PHOENIX-3811: The patch leaves the default in place,

[jira] [Commented] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009060#comment-16009060 ] chenglei commented on PHOENIX-3850: --- just a minor patch. > Indexer.postOpen should no

[jira] [Updated] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated PHOENIX-3850: -- Attachment: PHOENIX-3850_v1.patch > Indexer.postOpen should not always log "Found some outstanding ind

[jira] [Updated] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated PHOENIX-3850: -- Description: When the RegionServer starts, I always find the region logs "Found some outstanding inde

[jira] [Created] (PHOENIX-3850) Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed"

2017-05-12 Thread chenglei (JIRA)
chenglei created PHOENIX-3850: - Summary: Indexer.postOpen should not always log "Found some outstanding index updates that didn't succeed" Key: PHOENIX-3850 URL: https://issues.apache.org/jira/browse/PHOENIX-3850

[jira] [Commented] (PHOENIX-3823) Force cache update on MetaDataEntityNotFoundException

2017-05-12 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009027#comment-16009027 ] Hadoop QA commented on PHOENIX-3823: {color:red}-1 overall{color}. Here are the res

[jira] [Commented] (PHOENIX-3823) Force cache update on MetaDataEntityNotFoundException

2017-05-12 Thread Maddineni Sukumar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008961#comment-16008961 ] Maddineni Sukumar commented on PHOENIX-3823: Hi [~jamestaylor], Please revi

[jira] [Updated] (PHOENIX-3823) Force cache update on MetaDataEntityNotFoundException

2017-05-12 Thread Maddineni Sukumar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maddineni Sukumar updated PHOENIX-3823: --- Attachment: PHOENIX-3823.patch > Force cache update on MetaDataEntityNotFoundExcepti

[jira] [Commented] (PHOENIX-3827) Make use of HBASE-15600 to write local index mutations along with data mutations atomically

2017-05-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008945#comment-16008945 ] James Taylor commented on PHOENIX-3827: --- [~rajeshbabu] - I debugged the OnDuplicat

[jira] [Commented] (PHOENIX-3847) Handle out of order rows during index maintenance

2017-05-12 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008938#comment-16008938 ] Vincent Poon commented on PHOENIX-3847: --- I guess then point queries wouldn't work.

[jira] [Commented] (PHOENIX-3847) Handle out of order rows during index maintenance

2017-05-12 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008933#comment-16008933 ] Vincent Poon commented on PHOENIX-3847: --- [~jamestaylor] Tried this out and the beh

[jira] [Resolved] (PHOENIX-3838) Region splits can hang on SPLITTING_NEW when local index is present

2017-05-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby resolved PHOENIX-3838. -- Resolution: Duplicate > Region splits can hang on SPLITTING_NEW when local index is pr

[jira] [Commented] (PHOENIX-3838) Region splits can hang on SPLITTING_NEW when local index is present

2017-05-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008919#comment-16008919 ] Geoffrey Jacoby commented on PHOENIX-3838: -- Turns out this was detected earlier

[jira] [Commented] (PHOENIX-3576) The local index updates will be blocked when the region is preparing to split

2017-05-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008913#comment-16008913 ] Geoffrey Jacoby commented on PHOENIX-3576: -- Yes, [~jamestaylor], this looks lik

[jira] [Commented] (PHOENIX-3840) Functions extending FirstLastValueBaseFunction returning NAME as null instead of actual function name

2017-05-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008909#comment-16008909 ] James Taylor commented on PHOENIX-3840: --- Ping [~samarthjain] - would you mind revi

[jira] [Commented] (PHOENIX-3576) The local index updates will be blocked when the region is preparing to split

2017-05-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008873#comment-16008873 ] James Taylor commented on PHOENIX-3576: --- This looks like a duplicate of PHOENIX-38

[jira] [Updated] (PHOENIX-3576) The local index updates will be blocked when the region is preparing to split

2017-05-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3576: -- Fix Version/s: 4.11.0 > The local index updates will be blocked when the region is preparing t

[jira] [Commented] (PHOENIX-3846) IndexedWALEditCodec make hbase cluster replication does not work

2017-05-12 Thread Yi Liang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008837#comment-16008837 ] Yi Liang commented on PHOENIX-3846: --- Hi [~gjacoby] I am trying use Phoenix to put da

[jira] [Commented] (PHOENIX-3789) Execute cross region index maintenance calls in postBatchMutateIndispensably

2017-05-12 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008820#comment-16008820 ] Enis Soztutar commented on PHOENIX-3789: Thanks James, good to know. Agreed that

[jira] [Commented] (PHOENIX-3838) Region splits can hang on SPLITTING_NEW when local index is present

2017-05-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008789#comment-16008789 ] Geoffrey Jacoby commented on PHOENIX-3838: -- I can no longer reproduce the issue

[jira] [Commented] (PHOENIX-3655) Metrics for PQS

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008775#comment-16008775 ] ASF GitHub Bot commented on PHOENIX-3655: - Github user rahulsIOT commented on a

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116331710 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsGlobalMetrics.java --- @@ -0,0 +1,76 @@ +/* + * Licensed to

[jira] [Commented] (PHOENIX-3655) Metrics for PQS

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008757#comment-16008757 ] ASF GitHub Bot commented on PHOENIX-3655: - Github user rahulsIOT commented on a

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116330910 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsGlobalMetrics.java --- @@ -0,0 +1,76 @@ +/* + * Licensed to

[jira] [Commented] (PHOENIX-3655) Metrics for PQS

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008753#comment-16008753 ] ASF GitHub Bot commented on PHOENIX-3655: - Github user rahulsIOT commented on a

[jira] [Commented] (PHOENIX-3655) Metrics for PQS

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008751#comment-16008751 ] ASF GitHub Bot commented on PHOENIX-3655: - Github user rahulsIOT commented on a

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116330576 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsConfiguration.java --- @@ -0,0 +1,67 @@ +/* + * Licensed to

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116330598 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsConfiguration.java --- @@ -0,0 +1,67 @@ +/* + * Licensed to

[jira] [Commented] (PHOENIX-3838) Region splits can hang on SPLITTING_NEW when local index is present

2017-05-12 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008692#comment-16008692 ] Mujtaba Chohan commented on PHOENIX-3838: - Thanks [~gjacoby] for finding the roo

[jira] [Commented] (PHOENIX-3655) Metrics for PQS

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008687#comment-16008687 ] ASF GitHub Bot commented on PHOENIX-3655: - Github user rahulsIOT commented on a

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116323604 --- Diff: phoenix-queryserver/src/it/java/org/apache/phoenix/end2end/QueryServerBasicsIT.java --- @@ -161,5 +184,19 @@ public void smokeTest() throws Exc

[jira] [Commented] (PHOENIX-3838) Region splits can hang on SPLITTING_NEW when local index is present

2017-05-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008666#comment-16008666 ] Geoffrey Jacoby commented on PHOENIX-3838: -- I'm very interested in [~rajeshbabu

[jira] [Comment Edited] (PHOENIX-3838) Region splits can hang on SPLITTING_NEW when local index is present

2017-05-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008663#comment-16008663 ] Geoffrey Jacoby edited comment on PHOENIX-3838 at 5/12/17 8:31 PM: ---

[jira] [Commented] (PHOENIX-3838) Region splits can hang on SPLITTING_NEW when local index is present

2017-05-12 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008663#comment-16008663 ] Geoffrey Jacoby commented on PHOENIX-3838: -- [~mujtabachohan] [~rajeshbabu] Afte

[jira] [Commented] (PHOENIX-3655) Metrics for PQS

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008622#comment-16008622 ] ASF GitHub Bot commented on PHOENIX-3655: - Github user rahulsIOT commented on a

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116309789 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/PhoenixMetaFactoryImpl.java --- @@ -68,7 +70,10 @@ public Meta create(L

[jira] [Commented] (PHOENIX-3655) Metrics for PQS

2017-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008612#comment-16008612 ] ASF GitHub Bot commented on PHOENIX-3655: - Github user rahulsIOT commented on a

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116309097 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/sink/PqsSlf4jSink.java --- @@ -0,0 +1,44 @@ +/* + * Licensed t

[jira] [Commented] (PHOENIX-3789) Execute cross region index maintenance calls in postBatchMutateIndispensably

2017-05-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008580#comment-16008580 ] James Taylor commented on PHOENIX-3789: --- I think it's ok and not terribly differen

[jira] [Commented] (PHOENIX-3789) Execute cross region index maintenance calls in postBatchMutateIndispensably

2017-05-12 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008548#comment-16008548 ] Enis Soztutar commented on PHOENIX-3789: bq. This earlier behavior was not scala

[jira] [Comment Edited] (PHOENIX-3729) Phoenix 4.7 integration issue with Spark 2.1.0

2017-05-12 Thread Josh Mahonin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008153#comment-16008153 ] Josh Mahonin edited comment on PHOENIX-3729 at 5/12/17 1:56 PM: --

[jira] [Commented] (PHOENIX-3729) Phoenix 4.7 integration issue with Spark 2.1.0

2017-05-12 Thread Josh Mahonin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008153#comment-16008153 ] Josh Mahonin commented on PHOENIX-3729: --- [~shekharreddy...@gmail.com] Can you conf

[jira] [Updated] (PHOENIX-3849) Flaky tests in phoenix core module

2017-05-12 Thread Sneha Kanekar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sneha Kanekar updated PHOENIX-3849: --- Attachment: TxWriteFailureIT_Standard_output_log.txt I have attached standard output log for

[jira] [Created] (PHOENIX-3849) Flaky tests in phoenix core module

2017-05-12 Thread Sneha Kanekar (JIRA)
Sneha Kanekar created PHOENIX-3849: -- Summary: Flaky tests in phoenix core module Key: PHOENIX-3849 URL: https://issues.apache.org/jira/browse/PHOENIX-3849 Project: Phoenix Issue Type: Bug