To begin with, Dilip, could you please explain your problem to everyone a
bit more clearly? It's hard to understand what you are communicating.

On Thu, Mar 23, 2017 at 11:17 AM, Sai Dilip Reddy Kiralam <
dkira...@aadhya-analytics.com> wrote:

> For Eg : Think we are getting three json chucks of some post with increase
> in comment count and new text.while first json chuck content will get a
> succeeded insert , while second and third json chucks share the same post
> id with the different comment count for update which are sent to db at same
> time by using parallelism of storm (Two different update queries are trying
> to perform at same time ).which is causing dead lock, I can see two
> transactions holding same id in db for update.
>
> I just wrote a insert query and below that I have written a update
> query in single bolt on increasing parallelism to that bolt,I can see more
> dead locks on db table.
>
> Writing the a different update bolt will solve by problem of dead locks ?
>
>
>
> *Best regards,*
>
> *K.Sai Dilip Reddy.*
>



-- 
Regards,
Navin

Reply via email to