[
https://issues.apache.org/jira/browse/GEODE-8063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17103178#comment-17103178
]
ASF GitHub Bot commented on GEODE-8063:
---------------------------------------
codecov-io commented on pull request #597:
URL: https://github.com/apache/geode-native/pull/597#issuecomment-626123939
# [Codecov](https://codecov.io/gh/apache/geode-native/pull/597?src=pr&el=h1)
Report
> Merging
[#597](https://codecov.io/gh/apache/geode-native/pull/597?src=pr&el=desc) into
[develop](https://codecov.io/gh/apache/geode-native/commit/b10e7fedc4166f998301b863d04fc67765a2b681&el=desc)
will **increase** coverage by `0.02%`.
> The diff coverage is `100.00%`.
[](https://codecov.io/gh/apache/geode-native/pull/597?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## develop #597 +/- ##
===========================================
+ Coverage 73.17% 73.20% +0.02%
===========================================
Files 638 638
Lines 50847 50845 -2
===========================================
+ Hits 37209 37219 +10
+ Misses 13638 13626 -12
```
| [Impacted
Files](https://codecov.io/gh/apache/geode-native/pull/597?src=pr&el=tree) |
Coverage Δ | |
|---|---|---|
|
[cppcache/include/geode/Cache.hpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvaW5jbHVkZS9nZW9kZS9DYWNoZS5ocHA=)
| `100.00% <ø> (ø)` | |
|
[cppcache/src/Cache.cpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL0NhY2hlLmNwcA==)
| `88.00% <ø> (+3.38%)` | :arrow_up: |
|
[cppcache/src/CacheImpl.hpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL0NhY2hlSW1wbC5ocHA=)
| `95.12% <ø> (ø)` | |
|
[cppcache/src/CacheImpl.cpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL0NhY2hlSW1wbC5jcHA=)
| `77.98% <100.00%> (ø)` | |
|
[cppcache/src/ServerLocation.hpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL1NlcnZlckxvY2F0aW9uLmhwcA==)
| `85.41% <0.00%> (-4.17%)` | :arrow_down: |
|
[cppcache/src/ThinClientPoolDM.cpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL1RoaW5DbGllbnRQb29sRE0uY3Bw)
| `75.35% <0.00%> (-0.08%)` | :arrow_down: |
|
[cppcache/src/ThinClientRegion.cpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL1RoaW5DbGllbnRSZWdpb24uY3Bw)
| `55.89% <0.00%> (-0.06%)` | :arrow_down: |
|
[cppcache/src/ThinClientRedundancyManager.cpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL1RoaW5DbGllbnRSZWR1bmRhbmN5TWFuYWdlci5jcHA=)
| `75.46% <0.00%> (ø)` | |
|
[cppcache/src/TcrEndpoint.cpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL1RjckVuZHBvaW50LmNwcA==)
| `55.53% <0.00%> (+0.56%)` | :arrow_up: |
|
[cppcache/src/TcrConnection.cpp](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree#diff-Y3BwY2FjaGUvc3JjL1RjckNvbm5lY3Rpb24uY3Bw)
| `71.96% <0.00%> (+0.62%)` | :arrow_up: |
| ... and [2
more](https://codecov.io/gh/apache/geode-native/pull/597/diff?src=pr&el=tree-more)
| |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/geode-native/pull/597?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/geode-native/pull/597?src=pr&el=footer).
Last update
[b10e7fe...f12fa00](https://codecov.io/gh/apache/geode-native/pull/597?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
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 contact Infrastructure at:
[email protected]
> Access violation during Cache destrucition caused by ClientMetadataService
> --------------------------------------------------------------------------
>
> Key: GEODE-8063
> URL: https://issues.apache.org/jira/browse/GEODE-8063
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Jacob Barrett
> Assignee: Jacob Barrett
> Priority: Major
>
> During the destruction of {{Cache}} the pointer to {{CacheImpl}} is invalid.
> Calls from {{ClientMetadataService}} attempt to access {{Pool}} instances
> through the {{Cache}} instance rather than {{CacheImpl}} resulting in access
> violation. This issue is timing dependent and isn't always reproducible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)