You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "rnewson (via GitHub)" <gi...@apache.org> on 2023/06/13 11:17:25 UTC

[GitHub] [couchdb] rnewson commented on issue #4640: _changes?since=X results are incorrectly ordered after two rounds of shard splitting

rnewson commented on issue #4640:
URL: https://github.com/apache/couchdb/issues/4640#issuecomment-1589094752

   decoded the last three;
   
   ```
   [{couchdb@localhost,[0,536870911],                                                                                                                                                                                                         {4,<<"ebc4fe9">>,couchdb@localhost}},                                                                                                                                                               {couchdb@localhost,[536870912,1073741823],
                        {4,{split,<<"5cb6670">>},couchdb@localhost}},
     {couchdb@localhost,[1073741824,1610612735],
                        {0,<<"09a8278">>,couchdb@localhost}},
     {couchdb@localhost,[1610612736,2147483647],
                        {3,<<"a9557bb">>,couchdb@localhost}},
     {couchdb@localhost,[2147483648,2684354559],
                        {4,<<"66b10a8">>,couchdb@localhost}},
     {couchdb@localhost,[2684354560,3221225471],
                        {0,<<"23a7175">>,couchdb@localhost}},
     {couchdb@localhost,[3221225472,3758096383],
                        {6,{split,<<"65e487d">>},couchdb@localhost}},
     {couchdb@localhost,[3758096384,4294967295],
                        {6,{split,<<"65e487d">>},couchdb@localhost}}],
   
   
   {couchdb@localhost,[0,536870911],
                        {4,<<"ebc4fe9">>,couchdb@localhost}},
     {couchdb@localhost,[536870912,1073741823],
                        {4,{split,<<"5cb6670">>},couchdb@localhost}},
     {couchdb@localhost,[1073741824,1610612735],
                        {0,<<"09a8278">>,couchdb@localhost}},
     {couchdb@localhost,[1610612736,2147483647],
                        {3,<<"a9557bb">>,couchdb@localhost}},
     {couchdb@localhost,[2147483648,2684354559],
                        {4,<<"66b10a8">>,couchdb@localhost}},
     {couchdb@localhost,[2684354560,3221225471],
                        {0,<<"23a7175">>,couchdb@localhost}},
     {couchdb@localhost,[3221225472,3758096383],
                        {6,<<"c1fac62">>,couchdb@localhost}},
     {couchdb@localhost,[3758096384,4294967295],
                        {6,{split,<<"65e487d">>},couchdb@localhost}}],
   
   
   {couchdb@localhost,[0,536870911],
                        {4,<<"ebc4fe9">>,couchdb@localhost}},
     {couchdb@localhost,[536870912,1073741823],
                        {4,{split,<<"5cb6670">>},couchdb@localhost}},
     {couchdb@localhost,[1073741824,1610612735],
                        {0,<<"09a8278">>,couchdb@localhost}},
     {couchdb@localhost,[1610612736,2147483647],
                        {3,<<"a9557bb">>,couchdb@localhost}},
     {couchdb@localhost,[2147483648,2684354559],
                        {4,<<"66b10a8">>,couchdb@localhost}},
     {couchdb@localhost,[2684354560,3221225471],
                        {0,<<"23a7175">>,couchdb@localhost}},
     {couchdb@localhost,[3221225472,3758096383],
                        {6,<<"c1fac62">>,couchdb@localhost}},
     {couchdb@localhost,[3758096384,4294967295],
                        {1,<<"8321e28">>,couchdb@localhost}}]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org