[
https://issues.apache.org/jira/browse/BEAM-11997?focusedWorklogId=682882&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-682882
]
ASF GitHub Bot logged work on BEAM-11997:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Nov/21 19:41
Start Date: 17/Nov/21 19:41
Worklog Time Spent: 10m
Work Description: MiguelAnzoWizeline commented on pull request #15549:
URL: https://github.com/apache/beam/pull/15549#issuecomment-971912615
Updated RedisCursor compareTo to differentiate start and end, moved util
functions to RedisCursorRangeTrakcer.
About the internal ByteKeyRangeTracker, I removed it and moved its logic to
the RedisCursorRangeTracker as having the internal ByteKeyRangeTracker
presented some problems, mainly that the trySplit method would produce ranges
with a starting key that was not a valid cursor returned by redis (because of
its next function adding 1 to the current ByteKey) this caused problems on the
test case with a large number of keys.
RedisCursorRangeTracker maintains the same logic used on ByteKeyRangeTracker
with the exception of a modified trySplit method.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 682882)
Time Spent: 7h 10m (was: 7h)
> Implement RedisIO on top of Splittable DoFn
> -------------------------------------------
>
> Key: BEAM-11997
> URL: https://issues.apache.org/jira/browse/BEAM-11997
> Project: Beam
> Issue Type: Improvement
> Components: io-java-redis
> Reporter: Boyuan Zhang
> Assignee: Miguel Anzo
> Priority: P2
> Time Spent: 7h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)