2016-04-07 17 views
1
veri akışı sırasında

ben "m akış verileri BigQuery'ye hata 503 almak için 300 satır başladı insert bu hata ile bir hafta önce çalışmayı durdurdu.dakikada 3 kez etrafında BigQuery'e

Google.Apis.Requests.RequestError Error encountered during execution. Retrying may solve the problem. [503] Errors [ Message[Error encountered during execution. Retrying may solve the problem.] Location[ - ] Reason[backendError] Domain[global] ]

hizmetim iyi çalıştı bunu kullanmaya başladı çünkü 2 aydır ve herhangi bir kod değişikliği İşte

BigQuery çağrıda bulunan koddur.? Bu sorun yaşanırken başka

public async Task<TableDataInsertAllResponse> Update(List<TableDataInsertAllRequest.RowsData> rows, string tableSuffix) 
{ 
    var request = new TableDataInsertAllRequest {Rows = rows, TemplateSuffix = tableSuffix}; 
    var insertRequest = mBigqueryService.Tabledata.InsertAll(request, ProjectId, mDatasetId, mTableId); 

    return await insertRequest.ExecuteAsync(); 
} 

herkes

+0

Bir proje kimliğiniz var mı, böylece ekip hata ayıklayabilir mi? –

+0

Proje kimliği solutohome – orso

cevap

1

Genel olarak 503, 'ağ bağlantısı sorunu veya sunucu aşırı yükleme gibi geçici bir sunucu hatası' anlamına gelir. senin durumunda Ancak https://cloud.google.com/bigquery/troubleshooting-errors

Bkz, fatura devre dışı projenize gibi görünüyor. Gerçek hata msg 'billingNotEnabled' edilmelidir.

Yakında hata msg düzeltmek gerekir. Teşekkür bildirdikleri için!