morningman commented on a change in pull request #1679: fixbug and extend
partition function
URL: https://github.com/apache/incubator-doris/pull/1679#discussion_r315966080
##########
File path: fe/src/main/java/org/apache/doris/catalog/Replica.java
##########
@@ -111,7 +111,7 @@ public Replica(long replicaId, long backendId, int
schemaHash, ReplicaState stat
// for create tablet and restore
public Replica(long replicaId, long backendId, ReplicaState state, long
version, long versionHash, int schemaHash) {
- this(replicaId, backendId, version, versionHash, schemaHash, -1, -1,
state, -1L, 0L, version, versionHash);
+ this(replicaId, backendId, version, versionHash, schemaHash, 0L, -1,
state, -1L, 0L, version, versionHash);
Review comment:
```suggestion
this(replicaId, backendId, version, versionHash, schemaHash, 0L, 0L,
state, -1L, 0L, version, versionHash);
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]