[GitHub] [phoenix-thirdparty] stoty commented on a diff in pull request #6: PHOENIX-6771 Allow only "squash and merge" from GitHub UI

2022-08-16 Thread GitBox
stoty commented on code in PR #6: URL: https://github.com/apache/phoenix-thirdparty/pull/6#discussion_r946644709 ## .asf.yaml: ## @@ -0,0 +1,34 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +#

[GitHub] [phoenix-thirdparty] stoty commented on a diff in pull request #6: PHOENIX-6771 Allow only "squash and merge" from GitHub UI

2022-08-16 Thread GitBox
stoty commented on code in PR #6: URL: https://github.com/apache/phoenix-thirdparty/pull/6#discussion_r946644709 ## .asf.yaml: ## @@ -0,0 +1,34 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +#

[GitHub] [phoenix-thirdparty] richardantal commented on a diff in pull request #6: PHOENIX-6771 Allow only "squash and merge" from GitHub UI

2022-08-16 Thread GitBox
richardantal commented on code in PR #6: URL: https://github.com/apache/phoenix-thirdparty/pull/6#discussion_r946622496 ## .asf.yaml: ## @@ -0,0 +1,34 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE

[GitHub] [phoenix-omid] gjacoby126 commented on a diff in pull request #109: OMID-223 Refactor Omid to use HBase 2 APIs internally.

2022-08-15 Thread GitBox
gjacoby126 commented on code in PR #109: URL: https://github.com/apache/phoenix-omid/pull/109#discussion_r946078799 ## hbase-coprocessor/src/main/java/org/apache/omid/transaction/CellSkipFilterBase.java: ## @@ -53,21 +53,21 @@ public CellSkipFilterBase(Filter filter) { */

[GitHub] [phoenix-omid] gjacoby126 merged pull request #113: OMID-228 Upgrade snakeyaml

2022-08-15 Thread GitBox
gjacoby126 merged PR #113: URL: https://github.com/apache/phoenix-omid/pull/113 -- 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:

[GitHub] [phoenix-omid] gjacoby126 merged pull request #112: OMID-227 Upgrade jcommander

2022-08-15 Thread GitBox
gjacoby126 merged PR #112: URL: https://github.com/apache/phoenix-omid/pull/112 -- 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:

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #109: OMID-223 Refactor Omid to use HBase 2 APIs internally.

2022-08-15 Thread GitBox
stoty commented on code in PR #109: URL: https://github.com/apache/phoenix-omid/pull/109#discussion_r945523712 ## hbase-coprocessor/src/main/java/org/apache/omid/transaction/CellSkipFilterBase.java: ## @@ -53,21 +53,21 @@ public CellSkipFilterBase(Filter filter) { */

[GitHub] [phoenix-omid] Aarchy commented on a diff in pull request #109: OMID-223 Refactor Omid to use HBase 2 APIs internally.

2022-08-15 Thread GitBox
Aarchy commented on code in PR #109: URL: https://github.com/apache/phoenix-omid/pull/109#discussion_r945500706 ## hbase-coprocessor/src/main/java/org/apache/omid/transaction/CellSkipFilterBase.java: ## @@ -53,21 +53,21 @@ public CellSkipFilterBase(Filter filter) { */

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #111: OMID-226 Migrate from mockito-all to mockito-core and clean up test dependencies

2022-08-14 Thread GitBox
stoty commented on code in PR #111: URL: https://github.com/apache/phoenix-omid/pull/111#discussion_r945433122 ## pom.xml: ## @@ -168,7 +168,7 @@ 0.6.1 1.6.2 4.13.1 -1.10.19 +2.28.2 Review Comment: nit: AFAIK the mockito

[GitHub] [phoenix-omid] stoty closed pull request #108: OMID-224 Switch default logging backend to log4j2

2022-08-14 Thread GitBox
stoty closed pull request #108: OMID-224 Switch default logging backend to log4j2 URL: https://github.com/apache/phoenix-omid/pull/108 -- 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

[GitHub] [phoenix-omid] stoty commented on pull request #108: OMID-224 Switch default logging backend to log4j2

2022-08-14 Thread GitBox
stoty commented on PR #108: URL: https://github.com/apache/phoenix-omid/pull/108#issuecomment-1214627742 Yes, @apurtell , the only log4j dependencies are the test/runtime log4j2 dependencies for tests and benchmarks, examples, etc. -- This is an automated message from the Apache Git

[GitHub] [phoenix-omid] apurtell opened a new pull request, #113: OMID-228 Upgrade snakeyaml

2022-08-12 Thread GitBox
apurtell opened a new pull request, #113: URL: https://github.com/apache/phoenix-omid/pull/113 Some snakeyaml versions are no the Snyk naught list. See https://security.snyk.io/package/maven/org.yaml:snakeyaml Upgrade it. -- This is an automated message from the Apache Git

[GitHub] [phoenix-omid] apurtell opened a new pull request, #112: OMID-227 Upgrade jcommander

2022-08-12 Thread GitBox
apurtell opened a new pull request, #112: URL: https://github.com/apache/phoenix-omid/pull/112 Some jcommander versions are on the Snyk naughty list. https://security.snyk.io/package/maven/com.beust:jcommander Upgrade it. -- This is an automated message from the Apache Git

[GitHub] [phoenix-omid] apurtell commented on pull request #111: OMID-226 Migrate from mockito-all to mockito-core and clean up test dependencies

2022-08-12 Thread GitBox
apurtell commented on PR #111: URL: https://github.com/apache/phoenix-omid/pull/111#issuecomment-1213418408 All unit tests passed for me locally before I pushed this up. Phoenix itself is using mockito-core 1.x and should align with HBase, which is using 2.28.2 on branch-2.4 and

[GitHub] [phoenix-omid] apurtell opened a new pull request, #111: OMID-226 Migrate from mockito-all to mockito-core and clean up test dependencies

2022-08-12 Thread GitBox
apurtell opened a new pull request, #111: URL: https://github.com/apache/phoenix-omid/pull/111 At some point OMID will upgrade to latest Hadoop 2.10 and HBase 2.4 releases and will then experience IncompatibleClassChangeErrors in unit tests due to a conflict between mockito-all used here

[GitHub] [phoenix-omid] apurtell closed pull request #110: OMID-225 Migrate from log4j1 to reload4j

2022-08-12 Thread GitBox
apurtell closed pull request #110: OMID-225 Migrate from log4j1 to reload4j URL: https://github.com/apache/phoenix-omid/pull/110 -- 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.

[GitHub] [phoenix-omid] apurtell opened a new pull request, #110: OMID-225 Migrate from log4j1 to reload4j

2022-08-12 Thread GitBox
apurtell opened a new pull request, #110: URL: https://github.com/apache/phoenix-omid/pull/110 Log4J1 is abandoned and has a number of significant CVEs filed for it. [Reload4J](https://reload4j.qos.ch) is a drop in binary compatible replacement for Log4J1 with all known security issues

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #109: OMID-223 Refactor Omid to use HBase 2 APIs internally.

2022-08-08 Thread GitBox
stoty commented on code in PR #109: URL: https://github.com/apache/phoenix-omid/pull/109#discussion_r940369614 ## common/src/main/java/org/apache/omid/YAMLUtils.java: ## @@ -64,7 +64,6 @@ public Map loadSettings(String resourcePath, String defaultResourcePath) throws

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #109: OMID-223 Refactor Omid to use HBase 2 APIs internally.

2022-08-08 Thread GitBox
stoty commented on code in PR #109: URL: https://github.com/apache/phoenix-omid/pull/109#discussion_r940365337 ## pom.xml: ## @@ -158,7 +158,7 @@ 2.0.0 3.0 6.10 -1.7.36 +1.7.30 Review Comment: Agree, we want the latest version.

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #109: OMID-223 Refactor Omid to use HBase 2 APIs internally.

2022-08-08 Thread GitBox
stoty commented on code in PR #109: URL: https://github.com/apache/phoenix-omid/pull/109#discussion_r940355736 ## hbase-coprocessor/src/main/java/org/apache/omid/transaction/CellSkipFilterBase.java: ## @@ -53,21 +53,21 @@ public CellSkipFilterBase(Filter filter) { */

[GitHub] [phoenix-omid] richardantal commented on a diff in pull request #109: OMID-223 Refactor Omid to use HBase 2 APIs internally.

2022-08-08 Thread GitBox
richardantal commented on code in PR #109: URL: https://github.com/apache/phoenix-omid/pull/109#discussion_r937688092 ## common/src/main/java/org/apache/omid/YAMLUtils.java: ## @@ -64,7 +64,6 @@ public Map loadSettings(String resourcePath, String defaultResourcePath) throws

[GitHub] [phoenix-omid] stoty commented on pull request #109: OMID-223 Refactor Omid to use HBase 2 APIs internally.

2022-08-08 Thread GitBox
stoty commented on PR #109: URL: https://github.com/apache/phoenix-omid/pull/109#issuecomment-1208221678 Thre are still some deprecation warnings: ``` [WARNING] /home/stoty/workspaces/apache-phoenix/omid/statemachine/src/main/java/org/apache/statemachine/StateMachine.java:[246,24]

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #108: OMID-224 Switch default logging backend to log4j2

2022-08-07 Thread GitBox
stoty commented on code in PR #108: URL: https://github.com/apache/phoenix-omid/pull/108#discussion_r939812812 ## hbase-commit-table/pom.xml: ## @@ -112,13 +117,32 @@ curator-test test + + + + + +

[GitHub] [phoenix-omid] gjacoby126 commented on a diff in pull request #108: OMID-224 Switch default logging backend to log4j2

2022-08-06 Thread GitBox
gjacoby126 commented on code in PR #108: URL: https://github.com/apache/phoenix-omid/pull/108#discussion_r939545022 ## hbase-commit-table/pom.xml: ## @@ -112,13 +117,32 @@ curator-test test + + + + + +

[GitHub] [phoenix-omid] stoty opened a new pull request, #108: OMID-224 Switch default logging backend to log4j2

2022-07-27 Thread GitBox
stoty opened a new pull request, #108: URL: https://github.com/apache/phoenix-omid/pull/108 Replace logging config based on HBase Change logging configuration for tso-server to match the HBase setup -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [phoenix-tephra] dependabot[bot] opened a new pull request, #115: Bump libthrift from 0.9.3-1 to 0.14.0

2022-06-27 Thread GitBox
dependabot[bot] opened a new pull request, #115: URL: https://github.com/apache/phoenix-tephra/pull/115 Bumps [libthrift](https://github.com/apache/thrift) from 0.9.3-1 to 0.14.0. Release notes Sourced from https://github.com/apache/thrift/releases;>libthrift's releases.

[GitHub] [phoenix-omid] dependabot[bot] opened a new pull request, #107: Bump hadoop-yarn-server-common from 2.10.0 to 2.10.2

2022-06-17 Thread GitBox
dependabot[bot] opened a new pull request, #107: URL: https://github.com/apache/phoenix-omid/pull/107 Bumps hadoop-yarn-server-common from 2.10.0 to 2.10.2. [![Dependabot compatibility

[GitHub] [phoenix-omid] dependabot[bot] opened a new pull request, #106: Bump hadoop-common from 2.10.0 to 3.2.3

2022-06-16 Thread GitBox
dependabot[bot] opened a new pull request, #106: URL: https://github.com/apache/phoenix-omid/pull/106 Bumps hadoop-common from 2.10.0 to 3.2.3. [![Dependabot compatibility

[GitHub] [phoenix-omid] stoty closed pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-06-16 Thread GitBox
stoty closed pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4 URL: https://github.com/apache/phoenix-omid/pull/105 -- 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

[GitHub] [phoenix-omid] stoty commented on pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-06-16 Thread GitBox
stoty commented on PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#issuecomment-1157352943 Fixed both versions, @gjacoby126. -- 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

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-06-16 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r898788305 ## pom.xml: ## @@ -190,8 +175,8 @@ 1.10 1.3 -2.13.0 -3.4.9 +4.3.0 Review Comment: Right again, fixing it. --

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-06-16 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r898788288 ## pom.xml: ## @@ -147,33 +146,19 @@ - -hbase1.x -hbase2.x - - omid-hbase-shims-${hbase1.artifactId.suffix} -

[GitHub] [phoenix-omid] gjacoby126 commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-06-15 Thread GitBox
gjacoby126 commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r898299565 ## pom.xml: ## @@ -190,8 +175,8 @@ 1.10 1.3 -2.13.0 -3.4.9 +4.3.0 Review Comment: I believe in

[GitHub] [phoenix-omid] gjacoby126 commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-06-15 Thread GitBox
gjacoby126 commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r898298858 ## pom.xml: ## @@ -147,33 +146,19 @@ - -hbase1.x -hbase2.x - - omid-hbase-shims-${hbase1.artifactId.suffix} -

[GitHub] [phoenix-omid] stoty commented on pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-06-13 Thread GitBox
stoty commented on PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#issuecomment-1154680247 I had to pause working on 5.2 stuff due to @dayjob deadlines, but now I can resume work on it. (Bar the usual summer PTOs) Can you please re-review @gjacoby126 ? We can

[GitHub] [phoenix-tephra] dependabot[bot] opened a new pull request, #114: Bump gson from 2.2.4 to 2.8.9

2022-05-20 Thread GitBox
dependabot[bot] opened a new pull request, #114: URL: https://github.com/apache/phoenix-tephra/pull/114 Bumps [gson](https://github.com/google/gson) from 2.2.4 to 2.8.9. Release notes Sourced from https://github.com/google/gson/releases;>gson's releases. Gson 2.8.9

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875445938 ## pom.xml: ## @@ -612,20 +570,28 @@ hbase-1 - - - - -hbase-2 - -

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875445600 ## pom.xml: ## @@ -147,33 +146,19 @@ - -hbase1.x -hbase2.x - - omid-hbase-shims-${hbase1.artifactId.suffix} -

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875445204 ## pom.xml: ## @@ -147,33 +146,19 @@ - -hbase1.x -hbase2.x - - omid-hbase-shims-${hbase1.artifactId.suffix} -

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875444085 ## pom.xml: ## @@ -147,33 +146,19 @@ - -hbase1.x -hbase2.x - - omid-hbase-shims-${hbase1.artifactId.suffix} -

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875444085 ## pom.xml: ## @@ -147,33 +146,19 @@ - -hbase1.x -hbase2.x - - omid-hbase-shims-${hbase1.artifactId.suffix} -

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875443116 ## hbase-client/src/test/java/org/apache/omid/transaction/TestCellUtils.java: ## @@ -137,7 +136,7 @@ public void testCorrectMapingOfCellsToShadowCells() throws

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875439934 ## pom.xml: ## @@ -612,20 +570,28 @@ hbase-1 - - - - -hbase-2 - -

[GitHub] [phoenix-omid] stoty commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875438343 ## pom.xml: ## @@ -147,33 +146,19 @@ - -hbase1.x -hbase2.x - - omid-hbase-shims-${hbase1.artifactId.suffix} -

[GitHub] [phoenix-omid] gjacoby126 commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
gjacoby126 commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875233006 ## pom.xml: ## @@ -147,33 +146,19 @@ - -hbase1.x -hbase2.x - - omid-hbase-shims-${hbase1.artifactId.suffix} -

[GitHub] [phoenix-omid] gjacoby126 commented on a diff in pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
gjacoby126 commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r875216816 ## hbase-client/src/test/java/org/apache/omid/transaction/TestCellUtils.java: ## @@ -137,7 +136,7 @@ public void testCorrectMapingOfCellsToShadowCells() throws

[GitHub] [phoenix-omid] stoty commented on pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
stoty commented on PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#issuecomment-1129271715 The failure with hbase-1 profile is intentional, as it is no longer supported. I'm going to update the test job. -- This is an automated message from the Apache Git Service. To

[GitHub] [phoenix-omid] gjacoby126 commented on pull request #105: OMID-222 Remove HBase1 support and update HBase 2 version to 2.4

2022-05-17 Thread GitBox
gjacoby126 commented on PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#issuecomment-1129262892 Build fails with an enforcer rule to always fail? `[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ omid --- [WARNING] Rule 0:

[GitHub] [phoenix-omid] stoty closed pull request #103: Bump junit from 4.13 to 4.13.1

2022-04-25 Thread GitBox
stoty closed pull request #103: Bump junit from 4.13 to 4.13.1 URL: https://github.com/apache/phoenix-omid/pull/103 -- 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

[GitHub] [phoenix-omid] dependabot[bot] commented on pull request #103: Bump junit from 4.13 to 4.13.1

2022-04-25 Thread GitBox
dependabot[bot] commented on PR #103: URL: https://github.com/apache/phoenix-omid/pull/103#issuecomment-1108790486 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

[GitHub] [phoenix-omid] stoty commented on pull request #103: Bump junit from 4.13 to 4.13.1

2022-04-25 Thread GitBox
stoty commented on PR #103: URL: https://github.com/apache/phoenix-omid/pull/103#issuecomment-1108790443 Merged from a cloned commit. -- 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

[GitHub] [phoenix-omid] stoty closed pull request #104: OMID-221 Bump junit from 4.13 to 4.13.1

2022-04-25 Thread GitBox
stoty closed pull request #104: OMID-221 Bump junit from 4.13 to 4.13.1 URL: https://github.com/apache/phoenix-omid/pull/104 -- 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

[GitHub] [phoenix-omid] stoty opened a new pull request, #104: OMID-221 Bump junit from 4.13 to 4.13.1

2022-04-25 Thread GitBox
stoty opened a new pull request, #104: URL: https://github.com/apache/phoenix-omid/pull/104 Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) -

[GitHub] [phoenix-omid] dependabot[bot] opened a new pull request, #103: Bump junit from 4.13 to 4.13.1

2022-04-20 Thread GitBox
dependabot[bot] opened a new pull request, #103: URL: https://github.com/apache/phoenix-omid/pull/103 Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases;>junit's releases. JUnit

[GitHub] [phoenix-omid] stoty closed pull request #102: OMID-220 Update netty to 4.1.76.Final

2022-04-20 Thread GitBox
stoty closed pull request #102: OMID-220 Update netty to 4.1.76.Final URL: https://github.com/apache/phoenix-omid/pull/102 -- 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

[GitHub] [phoenix-omid] stoty closed pull request #101: OMID-219 Update to phoenix-thirdparty 2.0

2022-04-20 Thread GitBox
stoty closed pull request #101: OMID-219 Update to phoenix-thirdparty 2.0 URL: https://github.com/apache/phoenix-omid/pull/101 -- 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.

[GitHub] [phoenix-tephra] dependabot[bot] commented on pull request #113: Bump hadoop-common from 2.2.0 to 3.2.3

2022-04-13 Thread GitBox
dependabot[bot] commented on PR #113: URL: https://github.com/apache/phoenix-tephra/pull/113#issuecomment-1097821338 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [phoenix-tephra] stoty closed pull request #113: Bump hadoop-common from 2.2.0 to 3.2.3

2022-04-13 Thread GitBox
stoty closed pull request #113: Bump hadoop-common from 2.2.0 to 3.2.3 URL: https://github.com/apache/phoenix-tephra/pull/113 -- 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.

[GitHub] [phoenix-tephra] stoty commented on pull request #113: Bump hadoop-common from 2.2.0 to 3.2.3

2022-04-13 Thread GitBox
stoty commented on PR #113: URL: https://github.com/apache/phoenix-tephra/pull/113#issuecomment-1097821271 No way, Jose. -- 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

[GitHub] [phoenix-tephra] dependabot[bot] opened a new pull request, #113: Bump hadoop-common from 2.2.0 to 3.2.3

2022-04-12 Thread GitBox
dependabot[bot] opened a new pull request, #113: URL: https://github.com/apache/phoenix-tephra/pull/113 Bumps hadoop-common from 2.2.0 to 3.2.3. [![Dependabot compatibility

[GitHub] [phoenix-thirdparty] stoty closed pull request #5: PHOENIX-6648 Change next release version of phoenix-thirdparty to 2.0.0

2022-02-22 Thread GitBox
stoty closed pull request #5: URL: https://github.com/apache/phoenix-thirdparty/pull/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:

[GitHub] [phoenix-thirdparty] stoty closed pull request #4: PHOENIX-6641 Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-09 Thread GitBox
stoty closed pull request #4: URL: https://github.com/apache/phoenix-thirdparty/pull/4 -- 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:

[GitHub] [phoenix-thirdparty] stoty commented on a change in pull request #4: PHOENIX-6641 Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-09 Thread GitBox
stoty commented on a change in pull request #4: URL: https://github.com/apache/phoenix-thirdparty/pull/4#discussion_r802387168 ## File path: pom.xml ## @@ -68,7 +68,7 @@ org.apache.phoenix.thirdparty -29.0-android +31.0.1-android Review comment:

[GitHub] [phoenix-thirdparty] stoty commented on a change in pull request #4: PHOENIX-6641 Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-09 Thread GitBox
stoty commented on a change in pull request #4: URL: https://github.com/apache/phoenix-thirdparty/pull/4#discussion_r802387168 ## File path: pom.xml ## @@ -68,7 +68,7 @@ org.apache.phoenix.thirdparty -29.0-android +31.0.1-android Review comment:

[GitHub] [phoenix-thirdparty] ankitsinghal commented on a change in pull request #4: PHOENIX-6641 Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-08 Thread GitBox
ankitsinghal commented on a change in pull request #4: URL: https://github.com/apache/phoenix-thirdparty/pull/4#discussion_r802330352 ## File path: pom.xml ## @@ -68,7 +68,7 @@ org.apache.phoenix.thirdparty -29.0-android +31.0.1-android Review comment:

[GitHub] [phoenix-thirdparty] ankitsinghal commented on a change in pull request #4: PHOENIX-6641 Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-08 Thread GitBox
ankitsinghal commented on a change in pull request #4: URL: https://github.com/apache/phoenix-thirdparty/pull/4#discussion_r802330352 ## File path: pom.xml ## @@ -68,7 +68,7 @@ org.apache.phoenix.thirdparty -29.0-android +31.0.1-android Review comment:

[GitHub] [phoenix-omid] stoty closed pull request #100: OMID-218 Update OWASP plugin to latest

2022-01-31 Thread GitBox
stoty closed pull request #100: URL: https://github.com/apache/phoenix-omid/pull/100 -- 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:

[GitHub] [phoenix-thirdparty] stoty closed pull request #3: PHOENIX-6575 Replace patched commons-cli with original one when a rel…

2021-11-10 Thread GitBox
stoty closed pull request #3: URL: https://github.com/apache/phoenix-thirdparty/pull/3 -- 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:

[GitHub] [phoenix-thirdparty] virajjasani commented on pull request #3: PHOENIX-6575 Replace patched commons-cli with original one when a rel…

2021-11-10 Thread GitBox
virajjasani commented on pull request #3: URL: https://github.com/apache/phoenix-thirdparty/pull/3#issuecomment-964986582 +1, makes sense -- 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

[GitHub] [phoenix-thirdparty] stoty opened a new pull request #3: PHOENIX-6575 Replace patched commons-cli with original one when a rel…

2021-11-08 Thread GitBox
stoty opened a new pull request #3: URL: https://github.com/apache/phoenix-thirdparty/pull/3 …ease with CLI-254 is available -- 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

[GitHub] [phoenix-omid] stoty closed pull request #99: OMID-216 Remove log4j.properties from maven artifact

2021-10-05 Thread GitBox
stoty closed pull request #99: URL: https://github.com/apache/phoenix-omid/pull/99 -- 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:

[GitHub] [phoenix-omid] stoty closed pull request #66: OMID-161 Switch default timestampType to WORLD_TIME

2021-10-05 Thread GitBox
stoty closed pull request #66: URL: https://github.com/apache/phoenix-omid/pull/66 -- 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:

[GitHub] [phoenix-omid] stoty commented on pull request #74: OMID-167 fix flaky TestTSOChannelHandlerNetty

2021-10-05 Thread GitBox
stoty commented on pull request #74: URL: https://github.com/apache/phoenix-omid/pull/74#issuecomment-934336836 This has been fixed by OMID-198 -- 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

[GitHub] [phoenix-omid] stoty closed pull request #74: OMID-167 fix flaky TestTSOChannelHandlerNetty

2021-10-05 Thread GitBox
stoty closed pull request #74: URL: https://github.com/apache/phoenix-omid/pull/74 -- 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:

[GitHub] [phoenix-omid] stoty closed pull request #84: OMID-188 Fix "inconsistent module metadata found" when using hbase-2

2021-10-05 Thread GitBox
stoty closed pull request #84: URL: https://github.com/apache/phoenix-omid/pull/84 -- 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:

[GitHub] [phoenix-omid] stoty closed pull request #90: OMID-199 Omid client cannot use pre-authenticated UserGroupInformatio…

2021-10-05 Thread GitBox
stoty closed pull request #90: URL: https://github.com/apache/phoenix-omid/pull/90 -- 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:

[GitHub] [phoenix-omid] stoty closed pull request #93: OMID-207 Upgrade to snakeyaml 1.26

2021-10-05 Thread GitBox
stoty closed pull request #93: URL: https://github.com/apache/phoenix-omid/pull/93 -- 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:

[GitHub] [phoenix-omid] stoty closed pull request #98: OMID-214 Upgrade commons-io to 2.11.0

2021-10-01 Thread GitBox
stoty closed pull request #98: URL: https://github.com/apache/phoenix-omid/pull/98 -- 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:

[GitHub] [phoenix-omid] stoty closed pull request #97: OMID-211 Don't leak testing dependencies in hbase shims.

2021-10-01 Thread GitBox
stoty closed pull request #97: URL: https://github.com/apache/phoenix-omid/pull/97 -- 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:

[GitHub] [phoenix-omid] petersomogyi commented on pull request #98: OMID-214 Upgrade commons-io to 2.11.0

2021-10-01 Thread GitBox
petersomogyi commented on pull request #98: URL: https://github.com/apache/phoenix-omid/pull/98#issuecomment-932228136 Commons IO does not support Java 7 anymore from 2.7 so this PR would break the compatibility. I'll check how this could be reworked. -- This is an automated message

[GitHub] [phoenix-omid] greyfairer commented on pull request #97: OMID-211 Don't leak testing dependencies in hbase shims.

2021-07-12 Thread GitBox
greyfairer commented on pull request #97: URL: https://github.com/apache/phoenix-omid/pull/97#issuecomment-878215912 > Can you please open an OMID JIRA for the change, and update this PR to refer to that ? Done: OMID-211 -- This is an automated message from the Apache Git

[GitHub] [phoenix-omid] stoty commented on pull request #97: Don't leak testing dependencies in hbase shims.

2021-07-06 Thread GitBox
stoty commented on pull request #97: URL: https://github.com/apache/phoenix-omid/pull/97#issuecomment-875279313 Can you please open an OMID JIRA for the change, and update this PR to refer to that ? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [phoenix-omid] greyfairer opened a new pull request #97: Don't leak testing dependencies in hbase shims.

2021-07-02 Thread GitBox
greyfairer opened a new pull request #97: URL: https://github.com/apache/phoenix-omid/pull/97 HBase-testing-util was scoped as compile dependency, so all users depending on one of the shims will have it on it's classpath, unless they exclude it. We found this when using Phoenix 5.1

[GitHub] [phoenix-omid] stoty closed pull request #96: OMID-210 Use org.openlabtesting.protobuf:protoc:2.5.0 on Linux ARM64

2021-05-27 Thread GitBox
stoty closed pull request #96: URL: https://github.com/apache/phoenix-omid/pull/96 -- 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. For queries about this service, please

[GitHub] [phoenix-omid] martin-g commented on pull request #96: OMID-210 Use org.openlabtesting.protobuf:protoc:2.5.0 on Linux ARM64

2021-05-27 Thread GitBox
martin-g commented on pull request #96: URL: https://github.com/apache/phoenix-omid/pull/96#issuecomment-849355924 All done! -- 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

[GitHub] [phoenix-omid] stoty commented on pull request #96: PHOENIX-6475 Use org.openlabtesting.protobuf:protoc:2.5.0 on Linux ARM64

2021-05-26 Thread GitBox
stoty commented on pull request #96: URL: https://github.com/apache/phoenix-omid/pull/96#issuecomment-849304469 Sorry, wanted to close the Phoenix one. -- 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

[GitHub] [phoenix-omid] stoty closed pull request #96: PHOENIX-6475 Use org.openlabtesting.protobuf:protoc:2.5.0 on Linux ARM64

2021-05-26 Thread GitBox
stoty closed pull request #96: URL: https://github.com/apache/phoenix-omid/pull/96 -- 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. For queries about this service, please

[GitHub] [phoenix-omid] stoty edited a comment on pull request #96: PHOENIX-6475 Use org.openlabtesting.protobuf:protoc:2.5.0 on Linux ARM64

2021-05-26 Thread GitBox
stoty edited a comment on pull request #96: URL: https://github.com/apache/phoenix-omid/pull/96#issuecomment-849301746 OMID has its own JIRA project. Please clone the Phoenix ticket to OMID, and update the commit message and patch description. -- This is an automated message from

[GitHub] [phoenix-omid] stoty commented on pull request #96: PHOENIX-6475 Use org.openlabtesting.protobuf:protoc:2.5.0 on Linux ARM64

2021-05-26 Thread GitBox
stoty commented on pull request #96: URL: https://github.com/apache/phoenix-omid/pull/96#issuecomment-849301746 OMID has its own JIRA project. Please clone the Phoenix ticket to OMID, and update the patch description. -- This is an automated message from the Apache Git Service. To

[GitHub] [phoenix-omid] martin-g opened a new pull request #96: PHOENIX-6475 Use org.openlabtesting.protobuf:protoc:2.5.0 on Linux ARM64

2021-05-26 Thread GitBox
martin-g opened a new pull request #96: URL: https://github.com/apache/phoenix-omid/pull/96 Similar to https://github.com/apache/phoenix/pull/1238 -- 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

[GitHub] [phoenix-omid] stoty closed pull request #95: OMID-209 Migrate to commons-lang3

2021-05-24 Thread GitBox
stoty closed pull request #95: URL: https://github.com/apache/phoenix-omid/pull/95 -- 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. For queries about this service, please

[GitHub] [phoenix-omid] jojochuang opened a new pull request #95: OMID-209 Migrate to commons-lang3

2021-05-20 Thread GitBox
jojochuang opened a new pull request #95: URL: https://github.com/apache/phoenix-omid/pull/95 -- 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. For queries about this

[GitHub] [phoenix-omid] richardantal merged pull request #94: OMID-208 Pass additional options to omid.sh

2021-05-14 Thread GitBox
richardantal merged pull request #94: URL: https://github.com/apache/phoenix-omid/pull/94 -- 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. For queries about this service,

[GitHub] [phoenix-omid] richardantal opened a new pull request #94: OMID-208 Pass additional options to omid.sh

2021-05-14 Thread GitBox
richardantal opened a new pull request #94: URL: https://github.com/apache/phoenix-omid/pull/94 Change-Id: I3922f89d8723350b2c3b6e8ae36615e7ba6c2fe5 -- 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

[GitHub] [phoenix-tephra] wolf31o2 closed pull request #15: TEPHRA-186 Prefix shell variables and functions

2021-05-05 Thread GitBox
wolf31o2 closed pull request #15: URL: https://github.com/apache/phoenix-tephra/pull/15 -- 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. For queries about this service,

[GitHub] [phoenix-tephra] wolf31o2 closed pull request #16: TEPHRA-187 Support --foreground argument for foreground operation

2021-05-05 Thread GitBox
wolf31o2 closed pull request #16: URL: https://github.com/apache/phoenix-tephra/pull/16 -- 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. For queries about this service,

[GitHub] [phoenix-omid] richardantal opened a new pull request #93: OMID-207 Upgrade to snakeyaml 1.26 due to CVE-2017-18640

2021-04-19 Thread GitBox
richardantal opened a new pull request #93: URL: https://github.com/apache/phoenix-omid/pull/93 Change-Id: I59cef742ac05eb596ce42fea06d24b07f7dcaec3 -- 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

[GitHub] [phoenix-tephra] stoty closed pull request #112: TEPHRA-317 Add support for HBase 2.4

2021-04-19 Thread GitBox
stoty closed pull request #112: URL: https://github.com/apache/phoenix-tephra/pull/112 -- 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. For queries about this service,

[GitHub] [phoenix-tephra] stoty commented on pull request #112: TEPHRA-317 Add support for HBase 2.4

2021-04-19 Thread GitBox
stoty commented on pull request #112: URL: https://github.com/apache/phoenix-tephra/pull/112#issuecomment-822241294 Thanks. Let's wait for the CI 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

[GitHub] [phoenix-tephra] richardantal commented on pull request #112: TEPHRA-317 Add support for HBase 2.4

2021-04-19 Thread GitBox
richardantal commented on pull request #112: URL: https://github.com/apache/phoenix-tephra/pull/112#issuecomment-822236477 > 1. There seems to be a pom error that causes the test to fail. > 2. Did you have to make changes in the code for 2.4 compared to 2.3 ? If not, then it'd be better

  1   2   3   >