-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.3-SNAPSHOT
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Comments
Currently comments page provider is using comment's creationDate as sort parameter.
It's not very likely to happen but, if there are comments created at the same time (we are using Instant.now() for initialise creationDate), page provider is not able to return coherent results when invoked.
On WebUI side it may led to repeated/inconsistent comments presentation.