[jira] [Updated] (ARROW-2551) [Plasma] Improve notification logic

2018-05-10 Thread Zhijun Fu (JIRA)

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

Zhijun Fu updated ARROW-2551:
-
Description: 
There are a few issues in current Plasma notification code:
 * When a client subscribes to Plasma, the store pushes notifications about 
existing objects to ALL subscribers, while it should only push to the new 
subscriber.
 * And in the above scenario, it should only push "sealed" objects to the new 
subscriber, while currently it pushes all objects regardless of the state.
 * When a client disconnects, it will no longer be able to receive 
notifications, thus the NotificationQueue for the client should be removed from 
global map.

  was:There are two issues in current Plasma notification code


> [Plasma] Improve notification logic
> ---
>
> Key: ARROW-2551
> URL: https://issues.apache.org/jira/browse/ARROW-2551
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Plasma (C++)
>Reporter: Zhijun Fu
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> There are a few issues in current Plasma notification code:
>  * When a client subscribes to Plasma, the store pushes notifications about 
> existing objects to ALL subscribers, while it should only push to the new 
> subscriber.
>  * And in the above scenario, it should only push "sealed" objects to the new 
> subscriber, while currently it pushes all objects regardless of the state.
>  * When a client disconnects, it will no longer be able to receive 
> notifications, thus the NotificationQueue for the client should be removed 
> from global map.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-2551) [Plasma] Improve notification logic

2018-05-10 Thread Zhijun Fu (JIRA)

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

Zhijun Fu updated ARROW-2551:
-
Summary: [Plasma] Improve notification logic  (was: [Plasma] Improve 
notification related code)

> [Plasma] Improve notification logic
> ---
>
> Key: ARROW-2551
> URL: https://issues.apache.org/jira/browse/ARROW-2551
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Plasma (C++)
>Reporter: Zhijun Fu
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> There are two issues in current Plasma notification code



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)