stoty commented on PR #2027:
URL: https://github.com/apache/phoenix/pull/2027#issuecomment-2480465251
I'll try to track this down on Monday.
--
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 sp
[
https://issues.apache.org/jira/browse/PHOENIX-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898841#comment-17898841
]
Istvan Toth commented on PHOENIX-7464:
--
Thanks.
We need to cache, as optimizing H
virajjasani commented on code in PR #2008:
URL: https://github.com/apache/phoenix/pull/2008#discussion_r1844922826
##
phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionScanner.java:
##
@@ -708,6 +747,28 @@ private void
annotateAndCommit(Un
virajjasani commented on PR #2008:
URL: https://github.com/apache/phoenix/pull/2008#issuecomment-2480446049
> @virajjasani The changes look functionally correct but I didn't like how
we are creating a specialized path in the code just for this use case. I would
like it better if we can impl
virajjasani commented on code in PR #2008:
URL: https://github.com/apache/phoenix/pull/2008#discussion_r1844918836
##
phoenix-core-client/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java:
##
@@ -833,14 +847,24 @@ public MutationState execute() throws SQLException {
virajjasani commented on PR #2025:
URL: https://github.com/apache/phoenix/pull/2025#issuecomment-2480386528
You can use configs:
```
props.put(QueryServices.TASK_HANDLING_INITIAL_DELAY_MS_ATTRIB,
Long.toString(Long.MAX_VALUE));
```
--
This is an automated message from the Apa
palashc commented on PR #2025:
URL: https://github.com/apache/phoenix/pull/2025#issuecomment-2479834117
@virajjasani I am hitting some timing related issues in some tests on this
PR due to TaskRegionObserver running in the background. The connection created
by it causes some tests to flap,
lokiore opened a new pull request, #2027:
URL: https://github.com/apache/phoenix/pull/2027
Creating this PR for one of the solution of JIRA (Caching configuration at
ConnectionInfo level as each CQSI can have different confs)
--
This is an automated message from the Apache Git Service.
To
[
https://issues.apache.org/jira/browse/PHOENIX-6523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898731#comment-17898731
]
Lokesh Khurana commented on PHOENIX-6523:
-
Created the new Jira :- PHOENIX-7464
[
https://issues.apache.org/jira/browse/PHOENIX-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898730#comment-17898730
]
Lokesh Khurana commented on PHOENIX-7464:
-
[~stoty] Created the new Jira for Pe
[
https://issues.apache.org/jira/browse/PHOENIX-6523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898546#comment-17898546
]
Istvan Toth edited comment on PHOENIX-6523 at 11/15/24 9:55 AM:
-
[
https://issues.apache.org/jira/browse/PHOENIX-6523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898546#comment-17898546
]
Istvan Toth commented on PHOENIX-6523:
--
Can you open a new ticket to track that [~
[
https://issues.apache.org/jira/browse/PHOENIX-6523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898507#comment-17898507
]
Lokesh Khurana commented on PHOENIX-6523:
-
[~stoty] we are pushing 5.2 client t
13 matches
Mail list logo