Re: [devel] [PATCH 1/1] imm: fix PBE terminated when adding data with duplicated values [#2422]

2018-05-08 Thread Vu Minh Nguyen
Hi Danh, Ack from me. Thanks, Vu. > -Original Message- > From: Danh Vo > Sent: Tuesday, May 8, 2018 4:35 PM > To: ravisekhar.ko...@oracle.com; hans.nordeb...@ericsson.com; > zoran.milinko...@ericsson.com; anders.wid...@ericsson.com; > lennart.l...@ericsson.com; vu.m.ngu...@dektech.com.a

[devel] [PATCH 1/1] imm: fix PBE terminated when adding data with duplicated values [#2422]

2018-05-08 Thread Danh Vo
When adding value set which has duplicated values into non-pure runtime attribute (cached or persistent), the first loop (doIt=0) does not validate in the correct way. It tries to detect duplicated values between current values and provided values without updating current values. So the current val