You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/03 12:40:53 UTC

[GitHub] [arrow] raulcd opened a new pull request, #13053: MINOR: [Java][Flight] Add context of descriptor on integration tests when not found

raulcd opened a new pull request, #13053:
URL: https://github.com/apache/arrow/pull/13053

   This PR adds minor logging info about the descriptor looked up when it can't be found.
   
   For example on this ticket failure [ARROW-16441](https://issues.apache.org/jira/browse/ARROW-16441) we should be able to get more info around the descriptor:
   
   ```
   panic: rpc error: code = NotFound desc = Unknown descriptor.
   ```


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13053: MINOR: [Java][Flight] Add context of descriptor on integration tests when not found

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13053:
URL: https://github.com/apache/arrow/pull/13053#issuecomment-1116198061

   @lidavidm can you take a look on this minor change. The idea is to get more context on what was the descriptor that could not be found to improve debugging purposes


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #13053: MINOR: [Java][Flight] Add context of descriptor on integration tests when not found

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13053:
URL: https://github.com/apache/arrow/pull/13053#issuecomment-1116068004

   Revision: 41d02dfc4f22d3e9baaf66628510b23d8f59cdf2
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1999](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1999)
   
   |Task|Status|
   |----|------|
   |test-skyhook-integration|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-test-skyhook-integration)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-test-skyhook-integration)|
   |verify-rc-source-integration-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-verify-rc-source-integration-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-verify-rc-source-integration-linux-almalinux-8-amd64)|
   |verify-rc-source-integration-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-verify-rc-source-integration-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-verify-rc-source-integration-linux-conda-latest-amd64)|
   |verify-rc-source-integration-linux-ubuntu-18.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-verify-rc-source-integration-linux-ubuntu-18.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-verify-rc-source-integration-linux-ubuntu-18.04-amd64)|
   |verify-rc-source-integration-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-verify-rc-source-integration-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-verify-rc-source-integration-linux-ubuntu-20.04-amd64)|
   |verify-rc-source-integration-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-verify-rc-source-integration-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-verify-rc-source-integration-linux-ubuntu-22.04-amd64)|
   |verify-rc-source-integration-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-verify-rc-source-integration-macos-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-verify-rc-source-integration-macos-amd64)|
   |verify-rc-source-integration-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-verify-rc-source-integration-macos-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-verify-rc-source-integration-macos-arm64)|
   |verify-rc-source-integration-macos-conda-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1999-github-verify-rc-source-integration-macos-conda-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1999-github-verify-rc-source-integration-macos-conda-amd64)|


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13053: MINOR: [Java][Flight] Add context of descriptor on integration tests when not found

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13053:
URL: https://github.com/apache/arrow/pull/13053#issuecomment-1116066872

   @github-actions crossbow submit *integration*


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm closed pull request #13053: MINOR: [Java][Flight] Add context of descriptor on integration tests when not found

Posted by GitBox <gi...@apache.org>.
lidavidm closed pull request #13053: MINOR: [Java][Flight] Add context of descriptor on integration tests when not found
URL: https://github.com/apache/arrow/pull/13053


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #13053: MINOR: [Java][Flight] Add context of descriptor on integration tests when not found

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #13053:
URL: https://github.com/apache/arrow/pull/13053#issuecomment-1120123844

   Benchmark runs are scheduled for baseline = 3c3e68c194ca6ac07086ddc1bb44fe153970213e and contender = 26f2d877b5d08d2a9c3c7289efcd4a56ba068e26. 26f2d877b5d08d2a9c3c7289efcd4a56ba068e26 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/75e240305a7743de9e1a1c86b5cffe34...5e3e06ab6a3b4c8398c80408fba3672a/)
   [Finished :arrow_down:0.0% :arrow_up:0.04%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/a02606b0cf8f4130ab1d660211d71a71...a21feaf2cc0e49c1ad0635f6d176189e/)
   [Finished :arrow_down:0.71% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/461595eec5d04497a9e7b776fd0b793d...40e29d083fe44db58242b29c69a1a836/)
   [Finished :arrow_down:0.59% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/7c29684118b5451f88efbc2b6277322c...dd37d695fa6e41b8964bc86951008c23/)
   Buildkite builds:
   [Finished] [`26f2d877` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/686)
   [Finished] [`26f2d877` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/683)
   [Finished] [`26f2d877` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/672)
   [Finished] [`26f2d877` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/688)
   [Finished] [`3c3e68c1` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/685)
   [Finished] [`3c3e68c1` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/682)
   [Finished] [`3c3e68c1` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/671)
   [Finished] [`3c3e68c1` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/687)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org