You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "jztian (via GitHub)" <gi...@apache.org> on 2023/11/20 03:37:54 UTC

[I] [Bug] replica inconsistent for unique key table [doris]

jztian opened a new issue, #27262:
URL: https://github.com/apache/doris/issues/27262

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   doris-2.0.2-rc05-ae923f7
   
   ### What's Wrong?
   
       example:
              insert into C  select   A union all B
          (C table is  a unique key table with mow,three replicas)
             when Table A and Table B are found to have the same primary key, writing to Table C will result in inconsistent replicas
             So, multiple queries with different data
   
    
   https://github.com/apache/doris/assets/31120351/35efe2e0-fd93-4bed-9253-5b9c89727791
   
   
   
   
   ### What You Expected?
   
   Keep the same data after multiple queries
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


Re: [I] [Bug] replica inconsistent for unique key table [doris]

Posted by "dataroaring (via GitHub)" <gi...@apache.org>.
dataroaring commented on issue #27262:
URL: https://github.com/apache/doris/issues/27262#issuecomment-1818859753

   Please set a seq column for your table.https://doris.apache.org/docs/dev/data-operate/update-delete/sequence-column-manual?_highlight=seq.


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org