About RoundRobinLoadBalancingSpi

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

About RoundRobinLoadBalancingSpi

李玉珏
Hi,


In RoundRobinLoadBalancingSpi,according to the description of the document,per-task mode is the default configuration and should fit most of the use cases as it provides a fairly well-distributed split and also ensures that jobs within a single task are spread out across nodes to the maximum.


But from the source code, global mode is the default value.
I want to ask,does this belong to the document description issue, or is a bug?
Reply | Threaded
Open this post in threaded view
|

Re: About RoundRobinLoadBalancingSpi

Valentin Kulichenko
Hi,

Thanks for pointing this out. I fixed the documentation.

-Val

On Tue, Dec 27, 2016 at 7:50 PM, 李玉珏 <[hidden email]> wrote:

> Hi,
>
>
> In RoundRobinLoadBalancingSpi,according to the description of the
> document,per-task mode is the default configuration and should fit most of
> the use cases as it provides a fairly well-distributed split and also
> ensures that jobs within a single task are spread out across nodes to the
> maximum.
>
>
> But from the source code, global mode is the default value.
> I want to ask,does this belong to the document description issue, or is a
> bug?
Reply | Threaded
Open this post in threaded view
|

Re: About RoundRobinLoadBalancingSpi

李玉珏@163
Val,

Javadoc also need to be modified.


在 2016/12/29 00:08, Valentin Kulichenko 写道:

> Hi,
>
> Thanks for pointing this out. I fixed the documentation.
>
> -Val
>
> On Tue, Dec 27, 2016 at 7:50 PM, 李玉珏 <[hidden email]> wrote:
>
>> Hi,
>>
>>
>> In RoundRobinLoadBalancingSpi,according to the description of the
>> document,per-task mode is the default configuration and should fit most of
>> the use cases as it provides a fairly well-distributed split and also
>> ensures that jobs within a single task are spread out across nodes to the
>> maximum.
>>
>>
>> But from the source code, global mode is the default value.
>> I want to ask,does this belong to the document description issue, or is a
>> bug?


Reply | Threaded
Open this post in threaded view
|

Re: About RoundRobinLoadBalancingSpi

Valentin Kulichenko
Fixed.

On Thu, Dec 29, 2016 at 6:08 AM, 李玉珏@163 <[hidden email]> wrote:

> Val,
>
> Javadoc also need to be modified.
>
>
>
> 在 2016/12/29 00:08, Valentin Kulichenko 写道:
>
>> Hi,
>>
>> Thanks for pointing this out. I fixed the documentation.
>>
>> -Val
>>
>> On Tue, Dec 27, 2016 at 7:50 PM, 李玉珏 <[hidden email]> wrote:
>>
>> Hi,
>>>
>>>
>>> In RoundRobinLoadBalancingSpi,according to the description of the
>>> document,per-task mode is the default configuration and should fit most
>>> of
>>> the use cases as it provides a fairly well-distributed split and also
>>> ensures that jobs within a single task are spread out across nodes to the
>>> maximum.
>>>
>>>
>>> But from the source code, global mode is the default value.
>>> I want to ask,does this belong to the document description issue, or is a
>>> bug?
>>>
>>
>
>