transactions classes usage

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

transactions classes usage

voipp
Hi all! We've got a group of GridDhtTx*Request classes, how do they relate
to GridNearTx*Request classes?
--

*Best Regards,*

*Kuznetsov Aleksey*
Reply | Threaded
Open this post in threaded view
|

Re: transactions classes usage

afedotov
Hi,

GridNearTx*Request are sent from the originating node while GridDhtTx*Request
are sent from the primary node.
If originating node is primary the same time, then only GridDhtTx*Request
is sent.


On Fri, Mar 17, 2017 at 4:48 PM, ALEKSEY KUZNETSOV <[hidden email]
> wrote:

> Hi all! We've got a group of GridDhtTx*Request classes, how do they relate
> to GridNearTx*Request classes?
> --
>
> *Best Regards,*
>
> *Kuznetsov Aleksey*
>



--
Kind regards,
Alex.
Kind regards,
Alexander
Reply | Threaded
Open this post in threaded view
|

Re: transactions classes usage

voipp
ah, what is the difference between originating node and primary one ?

пт, 17 мар. 2017 г. в 17:47, Alexander Fedotov <[hidden email]
>:

> Hi,
>
> GridNearTx*Request are sent from the originating node while
> GridDhtTx*Request
> are sent from the primary node.
> If originating node is primary the same time, then only GridDhtTx*Request
> is sent.
>
>
> On Fri, Mar 17, 2017 at 4:48 PM, ALEKSEY KUZNETSOV <
> [hidden email]
> > wrote:
>
> > Hi all! We've got a group of GridDhtTx*Request classes, how do they
> relate
> > to GridNearTx*Request classes?
> > --
> >
> > *Best Regards,*
> >
> > *Kuznetsov Aleksey*
> >
>
>
>
> --
> Kind regards,
> Alex.
>
--

*Best Regards,*

*Kuznetsov Aleksey*
Reply | Threaded
Open this post in threaded view
|

Re: transactions classes usage

afedotov
Originating node is the node from which operation is initiated for a given
key.
Primary node, as its name implies, is a node which is primary for the key.
Usually, an originating node is a client node.

On Mon, Mar 20, 2017 at 2:30 PM, ALEKSEY KUZNETSOV <[hidden email]
> wrote:

> ah, what is the difference between originating node and primary one ?
>
> пт, 17 мар. 2017 г. в 17:47, Alexander Fedotov <
> [hidden email]
> >:
>
> > Hi,
> >
> > GridNearTx*Request are sent from the originating node while
> > GridDhtTx*Request
> > are sent from the primary node.
> > If originating node is primary the same time, then only GridDhtTx*Request
> > is sent.
> >
> >
> > On Fri, Mar 17, 2017 at 4:48 PM, ALEKSEY KUZNETSOV <
> > [hidden email]
> > > wrote:
> >
> > > Hi all! We've got a group of GridDhtTx*Request classes, how do they
> > relate
> > > to GridNearTx*Request classes?
> > > --
> > >
> > > *Best Regards,*
> > >
> > > *Kuznetsov Aleksey*
> > >
> >
> >
> >
> > --
> > Kind regards,
> > Alex.
> >
> --
>
> *Best Regards,*
>
> *Kuznetsov Aleksey*
>



--
Kind regards,
Alex.
Kind regards,
Alexander