[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2020-06-26 Thread Aleksey Plekhanov (Jira)


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

Aleksey Plekhanov updated IGNITE-9295:
--
Fix Version/s: (was: 2.9)

> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of IgniteDataStreamer. 
>  For best performance use a single instance and share it between threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method (we should update the Javadoc as well):
> {quote}You are using IgniteDataStreamer.addData(key, value) method.
>  For best performance use addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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


[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2019-10-03 Thread Maxim Muzafarov (Jira)


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

Maxim Muzafarov updated IGNITE-9295:

Fix Version/s: (was: 2.8)
   2.9

> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
> Fix For: 2.9
>
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of IgniteDataStreamer. 
>  For best performance use a single instance and share it between threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method (we should update the Javadoc as well):
> {quote}You are using IgniteDataStreamer.addData(key, value) method.
>  For best performance use addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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


[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2018-09-27 Thread Vladimir Ozerov (JIRA)


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

Vladimir Ozerov updated IGNITE-9295:

Fix Version/s: (was: 2.7)
   2.8

> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
> Fix For: 2.8
>
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of IgniteDataStreamer. 
>  For best performance use a single instance and share it between threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method (we should update the Javadoc as well):
> {quote}You are using IgniteDataStreamer.addData(key, value) method.
>  For best performance use addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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


[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2018-09-25 Thread Nikolay Izhikov (JIRA)


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

Nikolay Izhikov updated IGNITE-9295:

Fix Version/s: (was: 2.8)
   2.7

> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
> Fix For: 2.7
>
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of IgniteDataStreamer. 
>  For best performance use a single instance and share it between threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method (we should update the Javadoc as well):
> {quote}You are using IgniteDataStreamer.addData(key, value) method.
>  For best performance use addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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


[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2018-09-24 Thread Nikolay Izhikov (JIRA)


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

Nikolay Izhikov updated IGNITE-9295:

Fix Version/s: (was: 2.7)
   2.8

> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
> Fix For: 2.8
>
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of IgniteDataStreamer. 
>  For best performance use a single instance and share it between threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method (we should update the Javadoc as well):
> {quote}You are using IgniteDataStreamer.addData(key, value) method.
>  For best performance use addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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


[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2018-08-16 Thread Dmitriy Setrakyan (JIRA)


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

Dmitriy Setrakyan updated IGNITE-9295:
--
Description: 
DataStreamer is design to allocate as much resources as available. In case if 
user is starting more then one instance per cache, it can cause significant 
slowdown for the streaming due to significant consumption of resources 

The proposal is to add warning message to the application log in case if two or 
more data streamers per cache:
{quote}You are running multiple instances of IgniteDataStreamer. 
 For best performance use a single instance and share it between threads.
{quote}
Also, if user is using addData(key, value) method, we should print a warning 
suggesting to use addData(Map) method (we should update the Javadoc as well):
{quote}You are using IgniteDataStreamer.addData(key, value) method.
 For best performance use addData(Map) method.
{quote}
Each of these warnings should be printed only once, the 1st time such a case 
was detected.

  was:
DataStreamer is design to allocate as much resources as available. In case if 
user is starting more then one instance per cache, it can cause significant 
slowdown for the streaming due to significant consumption of resources 

The proposal is to add warning message to the application log in case if two or 
more data streamers per cache:
{quote}You are running multiple instances of IgniteDataStreamer. 
 For best performance use a single instance and share it between threads.
{quote}
Also, if user is using addData(key, value) method, we should print a warning 
suggesting to use addData(Map) method:
{quote}You are using IgniteDataStreamer.addData(key, value) method.
 For best performance use addData(Map) method.
{quote}
Each of these warnings should be printed only once, the 1st time such a case 
was detected.


> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
> Fix For: 2.7
>
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of IgniteDataStreamer. 
>  For best performance use a single instance and share it between threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method (we should update the Javadoc as well):
> {quote}You are using IgniteDataStreamer.addData(key, value) method.
>  For best performance use addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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


[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2018-08-16 Thread Dmitriy Setrakyan (JIRA)


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

Dmitriy Setrakyan updated IGNITE-9295:
--
Description: 
DataStreamer is design to allocate as much resources as available. In case if 
user is starting more then one instance per cache, it can cause significant 
slowdown for the streaming due to significant consumption of resources 

The proposal is to add warning message to the application log in case if two or 
more data streamers per cache:
{quote}You are running multiple instances of IgniteDataStreamer. 
 For best performance use a single instance and share it between threads.
{quote}
Also, if user is using addData(key, value) method, we should print a warning 
suggesting to use addData(Map) method:
{quote}You are using IgniteDataStreamer.addData(key, value) method.
 For best performance use addData(Map) method.
{quote}
Each of these warnings should be printed only once, the 1st time such a case 
was detected.

  was:
DataStreamer is design to allocate as much resources as available. In case if 
user is starting more then one instance per cache, it can cause significant 
slowdown for the streaming due to significant consumption of resources 

The proposal is to add warning message to the application log in case if two or 
more data streamers per cache:
{quote}You are running multiple instances of DataStreamer. 
 For best performance use a single instance and share it between multiple 
threads.
{quote}
Also, if user is using addData(key, value) method, we should print a warning 
suggesting to use addData(Map) method:
{quote}You are using DataStreamer.addData(key, value) method.
 For best performance use DataStreamer.addData(Map) method.
{quote}
Each of these warnings should be printed only once, the 1st time such a case 
was detected.


> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
> Fix For: 2.7
>
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of IgniteDataStreamer. 
>  For best performance use a single instance and share it between threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method:
> {quote}You are using IgniteDataStreamer.addData(key, value) method.
>  For best performance use addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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


[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2018-08-16 Thread Dmitriy Setrakyan (JIRA)


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

Dmitriy Setrakyan updated IGNITE-9295:
--
Description: 
DataStreamer is design to allocate as much resources as available. In case if 
user is starting more then one instance per cache, it can cause significant 
slowdown for the streaming due to significant consumption of resources 

The proposal is to add warning message to the application log in case if two or 
more data streamers per cache:
{quote}You are running multiple instances of DataStreamer. 
 For best performance use a single instance and share it between multiple 
threads.
{quote}
Also, if user is using addData(key, value) method, we should print a warning 
suggesting to use addData(Map) method:
{quote}You are using DataStreamer.addData(key, value) method.
 For best performance use DataStreamer.addData(Map) method.
{quote}
Each of these warnings should be printed only once, the 1st time such a case 
was detected.

  was:
DataStreamer is design to allocate as much resources as available. In case if 
user is starting more then one instance per cache, it can cause significant 
slowdown for the streaming due to significant consumption of resources 

The proposal is to add warning message to the application log in case if two or 
more data streamers per cache:
{quote}You are running multiple instances of the DataStreamer. 
For best performance use a single instance and share it between multiple 
threads.
{quote}
Also, if user is using addData(key, value) method, we should print a warning 
suggesting to use addData(Map) method:
{quote}You are using DataStreamer.addData(key, value) method.
 For best performance use DataStreamer.addData(Map) method.
{quote}
Each of these warnings should be printed only once, the 1st time such a case 
was detected.


> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
> Fix For: 2.7
>
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of DataStreamer. 
>  For best performance use a single instance and share it between multiple 
> threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method:
> {quote}You are using DataStreamer.addData(key, value) method.
>  For best performance use DataStreamer.addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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


[jira] [Updated] (IGNITE-9295) Add Warning message for multiple data streamers

2018-08-16 Thread Dmitriy Setrakyan (JIRA)


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

Dmitriy Setrakyan updated IGNITE-9295:
--
Description: 
DataStreamer is design to allocate as much resources as available. In case if 
user is starting more then one instance per cache, it can cause significant 
slowdown for the streaming due to significant consumption of resources 

The proposal is to add warning message to the application log in case if two or 
more data streamers per cache:
{quote}You are running multiple instances of the DataStreamer. 
For best performance use a single instance and share it between multiple 
threads.
{quote}
Also, if user is using addData(key, value) method, we should print a warning 
suggesting to use addData(Map) method:
{quote}You are using DataStreamer.addData(key, value) method.
 For best performance use DataStreamer.addData(Map) method.
{quote}
Each of these warnings should be printed only once, the 1st time such a case 
was detected.

  was:
DataStreamer is design to allocate as much resources as available. In case if 
user is starting more then one instance per cache, it can cause significant 
slowdown for the streaming due to significant consumption of resources 

The proposal is to add warning message to the application log in case if two or 
more data streamers per cache:

Warning Text: “DataStreamer is already running. For best performance please use 
single instance”

The warning should be printed only once when the case is detected


> Add Warning message for multiple data streamers
> ---
>
> Key: IGNITE-9295
> URL: https://issues.apache.org/jira/browse/IGNITE-9295
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Alexander Gerus
>Priority: Major
> Fix For: 2.7
>
>
> DataStreamer is design to allocate as much resources as available. In case if 
> user is starting more then one instance per cache, it can cause significant 
> slowdown for the streaming due to significant consumption of resources 
> The proposal is to add warning message to the application log in case if two 
> or more data streamers per cache:
> {quote}You are running multiple instances of the DataStreamer. 
> For best performance use a single instance and share it between multiple 
> threads.
> {quote}
> Also, if user is using addData(key, value) method, we should print a warning 
> suggesting to use addData(Map) method:
> {quote}You are using DataStreamer.addData(key, value) method.
>  For best performance use DataStreamer.addData(Map) method.
> {quote}
> Each of these warnings should be printed only once, the 1st time such a case 
> was detected.



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