[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-23 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Attachment: r704_20191023.patch

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
>  Labels: ozone
> Attachments: r704_20191009.patch, r704_20191011.patch, 
> r704_20191018.patch, r704_20191022.patch, r704_20191023.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-23 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Attachment: (was: r704_20191023.patch)

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
>  Labels: ozone
> Attachments: r704_20191009.patch, r704_20191011.patch, 
> r704_20191018.patch, r704_20191022.patch, r704_20191023.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-23 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Attachment: r704_20191023.patch

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
>  Labels: ozone
> Attachments: r704_20191009.patch, r704_20191011.patch, 
> r704_20191018.patch, r704_20191022.patch, r704_20191023.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-23 Thread Mukul Kumar Singh (Jira)


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

Mukul Kumar Singh updated RATIS-704:

Labels: ozone  (was: )

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
>  Labels: ozone
> Attachments: r704_20191009.patch, r704_20191011.patch, 
> r704_20191018.patch, r704_20191022.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-22 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Attachment: r704_20191022.patch

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
> Attachments: r704_20191009.patch, r704_20191011.patch, 
> r704_20191018.patch, r704_20191022.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-17 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Attachment: r704_20191018.patch

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
> Attachments: r704_20191009.patch, r704_20191011.patch, 
> r704_20191018.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-11 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Attachment: (was: r706_20191011b.patch)

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
> Attachments: r704_20191009.patch, r704_20191011.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-11 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Attachment: r704_20191011.patch

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
> Attachments: r704_20191009.patch, r704_20191011.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-11 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Attachment: r706_20191011b.patch

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
> Attachments: r704_20191009.patch, r704_20191011.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RATIS-704) Invoke sendAsync as soon as OrderedAsync is created

2019-10-10 Thread Tsz-wo Sze (Jira)


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

Tsz-wo Sze updated RATIS-704:
-
Summary: Invoke sendAsync as soon as OrderedAsync is created  (was: Invoke 
sendAsync as soon as a OrderedAsync is created)

> Invoke sendAsync as soon as OrderedAsync is created
> ---
>
> Key: RATIS-704
> URL: https://issues.apache.org/jira/browse/RATIS-704
> Project: Ratis
>  Issue Type: Improvement
>  Components: client
>Reporter: Tsz-wo Sze
>Assignee: Tsz-wo Sze
>Priority: Major
> Attachments: r704_20191009.patch
>
>
> In OrderedAsync, the messages are sent asynchronously except for the first 
> message.  The first message is used to establish the connection.  
> OrderedAsync will wait for the first message to complete before sending the 
> following messages.
> Note that, when sending only two messages, the performance of sending the 
> messages asynchronously is degenerated to sending them sequentially 
> [~msingh] has discovered a case that can be optimized: an application may 
> send two or more messages and the first message may take a long time to 
> process.  In this case, we may send a dummy lightweighted message establish 
> the connection, and then send real messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)