YuXiaoFeng
YuXiaoFeng
watch() many goroutine sort the single slice at the same time. it has a concurrent problem. and there is no need to sort the pairs, we should delete the sort...
temp0 = cJSON_GetObjectItem(server_next, "value"); if (temp0 != NULL && ngx_strlen(temp0->valuestring) != 0) { cJSON *sub_attribute = cJSON_Parse((char *)temp0->valuestring); if (sub_attribute == NULL) { ngx_log_error(NGX_LOG_ERR, ngx_cycle->log, 0, "upsync_parse_json: \'%s\' is invalid",...
> GET collections/recsys_vod_media_1004_emb_b4r_qd > > { > "result": { > "status": "red", > "optimizer_status": { > "error": "Service internal error: Failed to flush payload_index: Service runtime error: RocksDB cf_handle error:...
 code as the flow: `func UnmarshalIntVector(size int, data string) ([]int32, error) { if size < 0 { return parseInt32(data) } var out []int32 if size > 0 { out...
Added Locale.ENGLISH to SimpleDateFormat for parsing the Last-Modified HTTP header. This makes the date parsing locale - specific to English, avoiding possible parsing issues caused by default locale differences.