meszibalu commented on PR #8395: URL: https://github.com/apache/hbase/pull/8395#issuecomment-4787806796
@hingu-8103 In the description of the Jira I suggested the encoded name can conflict only within a table. However it _might_ be possible to create conflicts across multiple tables. So I can generate two special split points, one for `table1,m` and the other one for `table2,n` start keys. HBase also appends a timestamp into the hash input, so exploiting it also requires to do the split exactly at the same time (millisecond precision), but it is theoretically possible. -- 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]
