Roberto Díaz
08/10/2021, 11:58 AMnull
value.
The only way I have achieved to see data on the new column is restarting the server instances. Any idea about I have to do to get the data n the table after update the schema?
Note: following the documentation I added the property: pinot.server.instance.reload.consumingSegment=true
to my pinot-server-config
but the result is the same.Mayank
Roberto Díaz
08/10/2021, 2:30 PMchart=pinot-0.2.4
Roberto Díaz
08/10/2021, 2:50 PMRoberto Díaz
08/10/2021, 3:31 PMJackie
08/10/2021, 3:53 PMRoberto Díaz
08/10/2021, 4:09 PMRoberto Díaz
08/10/2021, 4:09 PM/segments/{tableName}/reload
Roberto Díaz
08/10/2021, 4:10 PMRoberto Díaz
08/10/2021, 4:13 PMchart=pinot-0.2.4
is my pinot version? if it is I’m running a very old version….Subbu Subramaniam
08/10/2021, 4:13 PMRoberto Díaz
08/10/2021, 4:14 PMRoberto Díaz
08/10/2021, 4:15 PMSubbu Subramaniam
08/10/2021, 4:19 PMNeha Pawar
Roberto Díaz
08/10/2021, 5:41 PMRoberto Díaz
08/10/2021, 5:41 PMRoberto Díaz
08/10/2021, 5:42 PMNeha Pawar
Neha Pawar
@POST
@Path("segments/{tableNameWithType}/{segmentName}/reset")
Roberto Díaz
08/10/2021, 9:24 PMNeha Pawar
Roberto Díaz
08/10/2021, 9:45 PM"segmentsConfig": {
"schemaName": "context",
"timeColumnName": "timestamp",
"replication": "2",
"replicasPerPartition": "2"
},
Mayank
Neha Pawar
Roberto Díaz
08/10/2021, 9:54 PMNeha Pawar
Roberto Díaz
08/10/2021, 10:03 PM{
"status": "NO_OP",
"description": "Table is already balanced",
"instanceAssignment": {
"CONSUMING": {
"instancePartitionsName": "context_CONSUMING",
"partitionToInstancesMap": {
"0_0": [
"Server_pinot-server-1.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098",
"Server_pinot-server-2.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098",
"Server_pinot-server-0.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098"
]
}
}
},
"segmentAssignment": {
"context__0__0__20210810T2104Z": {
"Server_pinot-server-1.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098": "CONSUMING"
}
}
}
Roberto Díaz
08/10/2021, 10:04 PMNeha Pawar
Roberto Díaz
08/10/2021, 10:15 PMRoberto Díaz
08/10/2021, 10:15 PM{
"status": "IN_PROGRESS",
"description": "In progress, check controller logs for updates",
"instanceAssignment": {
"CONSUMING": {
"instancePartitionsName": "context_CONSUMING",
"partitionToInstancesMap": {
"0_0": [
"Server_pinot-server-1.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098",
"Server_pinot-server-2.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098",
"Server_pinot-server-0.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098"
]
}
}
},
"segmentAssignment": {
"context__0__0__20210810T2104Z": {
"Server_pinot-server-1.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098": "CONSUMING",
"Server_pinot-server-2.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098": "CONSUMING"
}
}
}
Neha Pawar
Neha Pawar
Roberto Díaz
08/10/2021, 10:42 PM{
"OFFLINE": null,
"REALTIME": {
"context__0__0__20210810T2236Z": {
"Server_pinot-server-2.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098": "CONSUMING"
}
}
}
Roberto Díaz
08/10/2021, 10:43 PM{
"OFFLINE": null,
"REALTIME": {
"context__0__0__20210810T2236Z": {
"Server_pinot-server-1.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098": "CONSUMING",
"Server_pinot-server-2.pinot-server-headless.pinot-quickstart.svc.cluster.local_8098": "CONSUMING"
}
}
}
Roberto Díaz
08/10/2021, 10:47 PMNeha Pawar
Roberto Díaz
08/10/2021, 10:52 PMRoberto Díaz
08/10/2021, 10:52 PMRoberto Díaz
08/10/2021, 10:53 PMNeha Pawar
Neha Pawar
Neha Pawar
Roberto Díaz
08/10/2021, 11:38 PM