Skip to content

Commit 1332226

Browse files
committed
[#9791] add uriStat offline table. change config(replicasPerPartition)
1 parent c53faf7 commit 1332226

File tree

5 files changed

+31
-7
lines changed

5 files changed

+31
-7
lines changed

metric-module/metric/src/main/pinot/pinot-dataType-realtime-table.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"timeColumnName": "saveTime",
66
"timeType": "MILLISECONDS",
77
"schemaName": "systemMetricDataType",
8-
"replicasPerPartition": "1",
8+
"replicasPerPartition": "3",
99
"retentionTimeUnit": "DAYS",
1010
"retentionTimeValue": "70"
1111
},

metric-module/metric/src/main/pinot/pinot-double-offline-table.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
"retentionTimeUnit": "DAYS",
88
"retentionTimeValue": "56",
99
"replication": "3",
10-
"minimizeDataMovement": false,
1110
"timeColumnName": "eventTime",
12-
"allowNullTimeValue": false,
13-
"segmentPushFrequency": "DAILY",
14-
"segmentPushType": "APPEND"
11+
"minimizeDataMovement": false
1512
},
1613
"tenants": {},
1714
"tableIndexConfig": {

metric-module/metric/src/main/pinot/pinot-tag-realtime-table.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"timeColumnName": "saveTime",
66
"timeType": "MILLISECONDS",
77
"schemaName": "systemMetricTag",
8-
"replicasPerPartition": "1",
8+
"replicasPerPartition": "3",
99
"retentionTimeUnit": "DAYS",
1010
"retentionTimeValue": "70"
1111
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"OFFLINE": {
3+
"tableName": "uriStat",
4+
"tableType": "OFFLINE",
5+
"segmentsConfig": {
6+
"timeType": "MILLISECONDS",
7+
"schemaName": "uriStat",
8+
"retentionTimeUnit": "DAYS",
9+
"retentionTimeValue": "56",
10+
"replication": "3",
11+
"timeColumnName": "timestamp",
12+
"minimizeDataMovement": false
13+
},
14+
"tenants": {
15+
"broker": "DefaultTenant",
16+
"server": "DefaultTenant"
17+
},
18+
"tableIndexConfig": {
19+
"sortedColumn": ["applicationName"],
20+
"bloomFilterColumns": ["tenantId", "serviceName", "applicationName", "agentId"],
21+
"noDictionaryColumns": ["tot0", "tot1", "tot2", "tot3", "tot4", "tot5", "tot6", "tot7", "fail0", "fail1", "fail2", "fail3", "fail4", "fail5", "fail6", "fail7"],
22+
"loadMode": "MMAP",
23+
"nullHandlingEnabled": true
24+
},
25+
"metadata": {}
26+
}
27+
}

uristat/uristat-common/src/main/pinot/pinot-uriStat-realtime-table.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"timeColumnName": "timestamp",
66
"timeType": "MILLISECONDS",
77
"schemaName": "uriStat",
8-
"replicasPerPartition": "1",
8+
"replicasPerPartition": "3",
99
"retentionTimeUnit": "DAYS",
1010
"retentionTimeValue": "56"
1111
},

0 commit comments

Comments
 (0)