Kamal Chavda
07/29/2021, 8:33 PM{"name":"value"}
I'm trying to get the "value" by passing in the "name". I tried the JSON transformations but keep getting errors. I didn't see any string-to-json transformations on the 'supported transformations' page. Any other documentation with relevant information or suggestions?Mayank
Mayank
Kamal Chavda
07/29/2021, 8:51 PMKamal Chavda
07/29/2021, 8:55 PMMayank
Kamal Chavda
07/29/2021, 9:08 PMMayank
Kamal Chavda
07/30/2021, 1:56 PM{
"id": "event_OFFLINE",
"simpleFields": {
"BATCH_MESSAGE_MODE": "false",
"BUCKET_SIZE": "0",
"IDEAL_STATE_MODE": "CUSTOMIZED",
"INSTANCE_GROUP_TAG": "event_OFFLINE",
"MAX_PARTITIONS_PER_INSTANCE": "1",
"NUM_PARTITIONS": "120",
"REBALANCE_MODE": "CUSTOMIZED",
"REPLICAS": "1",
"STATE_MODEL_DEF_REF": "SegmentOnlineOfflineStateModel",
"STATE_MODEL_FACTORY_NAME": "DEFAULT"
},
"mapFields": {
"event_OFFLINE_2020-10-20 12:01:06_2020-10-31 23:56:25_6": {
"Server_172.19.0.5_8098": "ONLINE"
},
"event_OFFLINE_2020-10-20 12:01:06_2020-10-31 23:56:32_3": {
"Server_172.19.0.5_8098": "ONLINE"
},
.........
.........
.........
"event_OFFLINE_2021-07-01 00:00:01_2021-07-29 16:59:58_10": {
"Server_172.19.0.5_8098": "ONLINE"
}
},
"listFields": {}
}
Xiaobing
07/30/2021, 4:04 PMKamal Chavda
07/30/2021, 6:27 PMbad
state.Xiaobing
07/30/2021, 7:01 PMKamal Chavda
07/30/2021, 8:23 PM{
"code": 500,
"error": "Failed to reset segments in table: event_OFFLINE. Timed out waiting for external view to stabilize after call to disable/reset segments. Disable/reset might complete in the background, but skipping enable of segments of table: event_OFFLINE"
}
I have 120 segments and some of them are turning Good
. The reload segments trigger gave a 200 and I did not see errors on theKamal Chavda
07/30/2021, 8:34 PM