-
I get the following error most of the times and sometimes it works with one file but then it doesn't work anymore and I get the same error. Can anyone help? I don't know what else to do.
```
at…
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in __the code in this repository__.
If you have a general question, need help debugging, or fall into som…
-
### Describe the bug
When you try to connect to SQL Server by Microsoft.Data.SqlClient v5 and meet the following conditions, you will get an error.
- The connection string does not include Initial C…
-
I have implemented a draining flag to allow current Function runs to complete before stopping the process. When the flag is set i call the `cancellationTokenSource.Cancel()` and then calls jobHost.Sto…
-
I'm trying out using the new `setUnobservedExceptionHandler` and I frequently see this logged now in my app:
```
12:06:43.716 1124-1136/com.aadhk.woinvoice E/App: Bolts UnobservedTaskException
…
-
**Describe the bug**
Docker shell fails handling arguments that contain spaces (quoted or escaped) preventing metastore migration from working.
**To Reproduce**
Steps to reproduce the behavior:
…
-
#### exception log
```
Microsoft.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An exist…
-
I'm using the local data store. Somehow after a while using my App I do get an IllegalStateException:
java.lang.IllegalStateException: Attempted to find non-existent uuid 2a5d65bb-29e1-4e8a-bcf9-b8…
-
The TCP client is extremely not thread safe. The UDP client either, really. Two options:
* Implement connection pooling
* Separate reader thread and `TaskCompletionSource`s returned to the callers
-
### Describe the bug
Legacy WebService.asmx running under .Net Framework 4.6.2 with physical path configured in IIS to **network share** (not reproduced with local folder. Not reproduced with console…