limowang opened a new pull request, #2310: URL: https://github.com/apache/incubator-pegasus/pull/2310
[#2309]( This pull request updates the logic for assigning partition indices in the `async_get_unordered_scanners` method of `pegasus_client_impl.cpp`. The change ensures that each scanner receives a unique and sequential partition index, rather than decrementing from the total count. Partition assignment logic update: * Changed the assignment of partition indices in the scanner creation loop to use an incrementing `partition_index` variable, ensuring unique and sequential indices for each partition instead of using a decrementing `count` value. (`src/client_lib/pegasus_client_impl.cpp`, [src/client_lib/pegasus_client_impl.cppR1229-R1234](diffhunk://#diff-596327256f156d962e02d7567677f7fcd4e0bca298b9203c752264c2f82c0027R1229-R1234))https://github.com/apache/incubator-pegasus/issues/2309) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
