[jira] [Updated] (GEODE-10392) Faulty statistics when parallel gateway sender is started with clean queue, on restarted member

2022-06-20 Thread Alexander Murmann (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Murmann updated GEODE-10392:
--
Labels: needsTriage  (was: )

> Faulty statistics when parallel gateway sender is started with clean queue, 
> on restarted member
> ---
>
> Key: GEODE-10392
> URL: https://issues.apache.org/jira/browse/GEODE-10392
> Project: Geode
>  Issue Type: Bug
>  Components: statistics, wan
>Reporter: Mario Ivanac
>Priority: Major
>  Labels: needsTriage
>
> we have following scenario:
> we fill parallel gateway-sender queue with some events, restart one server, 
> and after it is recovered, execute stop gw sender, and then start gw sender 
> with clean queue option.
> At this moment, queue is cleared, and all stats are zero.
> After this moment, if we put any data in queue, you can see that stats 
> getTotalQueueSizeBytesInUse is 0.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Assigned] (GEODE-10392) Faulty statistics when parallel gateway sender is started with clean queue, on restarted member

2022-06-20 Thread Mario Ivanac (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mario Ivanac reassigned GEODE-10392:


Assignee: Mario Ivanac

> Faulty statistics when parallel gateway sender is started with clean queue, 
> on restarted member
> ---
>
> Key: GEODE-10392
> URL: https://issues.apache.org/jira/browse/GEODE-10392
> Project: Geode
>  Issue Type: Bug
>  Components: statistics, wan
>Reporter: Mario Ivanac
>Assignee: Mario Ivanac
>Priority: Major
>  Labels: needsTriage
>
> we have following scenario:
> we fill parallel gateway-sender queue with some events, restart one server, 
> and after it is recovered, execute stop gw sender, and then start gw sender 
> with clean queue option.
> At this moment, queue is cleared, and all stats are zero.
> After this moment, if we put any data in queue, you can see that stats 
> getTotalQueueSizeBytesInUse is 0.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Created] (GEODE-10392) Faulty statistics when parallel gateway sender is started with clean queue, on restarted member

2022-06-20 Thread Mario Ivanac (Jira)
Mario Ivanac created GEODE-10392:


 Summary: Faulty statistics when parallel gateway sender is started 
with clean queue, on restarted member
 Key: GEODE-10392
 URL: https://issues.apache.org/jira/browse/GEODE-10392
 Project: Geode
  Issue Type: Bug
  Components: statistics, wan
Reporter: Mario Ivanac


we have following scenario:

we fill parallel gateway-sender queue with some events, restart one server, and 
after it is recovered, execute stop gw sender, and then start gw sender with 
clean queue option.

At this moment, queue is cleared, and all stats are zero.

After this moment, if we put any data in queue, you can see that stats 
getTotalQueueSizeBytesInUse is 0.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Created] (GEODE-10393) RegionEntryFactory.getEntryClass() return type should have generic type

2022-06-20 Thread Joris Melchior (Jira)
Joris Melchior created GEODE-10393:
--

 Summary: RegionEntryFactory.getEntryClass() return type should 
have generic type
 Key: GEODE-10393
 URL: https://issues.apache.org/jira/browse/GEODE-10393
 Project: Geode
  Issue Type: Improvement
  Components: core
Affects Versions: 1.16.0
Reporter: Joris Melchior


The interface `RegionEntryFactory.getEntryClass()` returns a class without a 
generic type. Because of this there are compiler warnings.

By adding a generic type we can reduce the number of warnings we get in our 
code.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (GEODE-10393) RegionEntryFactory.getEntryClass() return type should have generic type

2022-06-20 Thread Joris Melchior (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joris Melchior updated GEODE-10393:
---
Priority: Minor  (was: Major)

> RegionEntryFactory.getEntryClass() return type should have generic type
> ---
>
> Key: GEODE-10393
> URL: https://issues.apache.org/jira/browse/GEODE-10393
> Project: Geode
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 1.16.0
>Reporter: Joris Melchior
>Assignee: Joris Melchior
>Priority: Minor
>
> The interface `RegionEntryFactory.getEntryClass()` returns a class without a 
> generic type. Because of this there are compiler warnings.
> By adding a generic type we can reduce the number of warnings we get in our 
> code.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Assigned] (GEODE-10393) RegionEntryFactory.getEntryClass() return type should have generic type

2022-06-20 Thread Joris Melchior (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joris Melchior reassigned GEODE-10393:
--

Assignee: Joris Melchior

> RegionEntryFactory.getEntryClass() return type should have generic type
> ---
>
> Key: GEODE-10393
> URL: https://issues.apache.org/jira/browse/GEODE-10393
> Project: Geode
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 1.16.0
>Reporter: Joris Melchior
>Assignee: Joris Melchior
>Priority: Major
>
> The interface `RegionEntryFactory.getEntryClass()` returns a class without a 
> generic type. Because of this there are compiler warnings.
> By adding a generic type we can reduce the number of warnings we get in our 
> code.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (GEODE-10393) RegionEntryFactory.getEntryClass() return type should have generic type

2022-06-20 Thread Joris Melchior (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joris Melchior updated GEODE-10393:
---
Affects Version/s: 1.14.4
   1.12.9
   1.15.1

> RegionEntryFactory.getEntryClass() return type should have generic type
> ---
>
> Key: GEODE-10393
> URL: https://issues.apache.org/jira/browse/GEODE-10393
> Project: Geode
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 1.12.9, 1.14.4, 1.15.1, 1.16.0
>Reporter: Joris Melchior
>Assignee: Joris Melchior
>Priority: Minor
>
> The interface `RegionEntryFactory.getEntryClass()` returns a class without a 
> generic type. Because of this there are compiler warnings.
> By adding a generic type we can reduce the number of warnings we get in our 
> code.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (GEODE-10393) RegionEntryFactory.getEntryClass() return type should have generic type

2022-06-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated GEODE-10393:
---
Labels: pull-request-available  (was: )

> RegionEntryFactory.getEntryClass() return type should have generic type
> ---
>
> Key: GEODE-10393
> URL: https://issues.apache.org/jira/browse/GEODE-10393
> Project: Geode
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 1.12.9, 1.14.4, 1.15.1, 1.16.0
>Reporter: Joris Melchior
>Assignee: Joris Melchior
>Priority: Minor
>  Labels: pull-request-available
>
> The interface `RegionEntryFactory.getEntryClass()` returns a class without a 
> generic type. Because of this there are compiler warnings.
> By adding a generic type we can reduce the number of warnings we get in our 
> code.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (GEODE-10392) Faulty statistics when parallel gateway sender is started with clean queue, on restarted member

2022-06-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated GEODE-10392:
---
Labels: needsTriage pull-request-available  (was: needsTriage)

> Faulty statistics when parallel gateway sender is started with clean queue, 
> on restarted member
> ---
>
> Key: GEODE-10392
> URL: https://issues.apache.org/jira/browse/GEODE-10392
> Project: Geode
>  Issue Type: Bug
>  Components: statistics, wan
>Reporter: Mario Ivanac
>Assignee: Mario Ivanac
>Priority: Major
>  Labels: needsTriage, pull-request-available
>
> we have following scenario:
> we fill parallel gateway-sender queue with some events, restart one server, 
> and after it is recovered, execute stop gw sender, and then start gw sender 
> with clean queue option.
> At this moment, queue is cleared, and all stats are zero.
> After this moment, if we put any data in queue, you can see that stats 
> getTotalQueueSizeBytesInUse is 0.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)