ppalaga opened a new issue #2304:
URL: https://github.com/apache/camel-quarkus/issues/2304


   Calling `azure-storage-datalake:cameltesting?operation=listFileSystem` 
causes the following flood of requests:
   
   ```
   2021-03-02 14:04:55,301 INFO  
[com.azu.sto.blo.imp.Ser.listBlobContainersSegment] (parallel-3) --> GET 
https://cqaccpeterpalagap1.blob.core.windows.net?comp=REDACTED(empty body)--> 
END GET
   2021-03-02 14:04:55,363 INFO  
[com.azu.sto.blo.imp.Ser.listBlobContainersSegment] (reactor-http-epoll-1) <-- 
200 https://cqaccpeterpalagap1.blob.core.windows.net?comp=REDACTED (61 ms, 
unknown-length body)(body content not logged)<-- END HTTP
   2021-03-02 14:04:55,418 INFO  
[com.azu.sto.blo.imp.Ser.listBlobContainersSegment] (parallel-5) --> GET 
https://cqaccpeterpalagap1.blob.core.windows.net?marker=REDACTED&comp=REDACTED(empty
 body)--> END GET
   2021-03-02 14:04:55,487 INFO  
[com.azu.sto.blo.imp.Ser.listBlobContainersSegment] (reactor-http-epoll-1) <-- 
200 
https://cqaccpeterpalagap1.blob.core.windows.net?marker=REDACTED&comp=REDACTED 
(69 ms, unknown-length body)(body content not logged)<-- END HTTP
   2021-03-02 14:04:55,493 INFO  
[com.azu.sto.blo.imp.Ser.listBlobContainersSegment] (parallel-7) --> GET 
https://cqaccpeterpalagap1.blob.core.windows.net?marker=REDACTED&comp=REDACTED(empty
 body)--> END GET
   ...
   ```
   
   Steps to reproduce:
   
   1. Open `AzureStorageDatalakeTest`
   2. Find the two occurrences of the URL of this issue, uncomment the blocks 
below
   
   Expected: the test should pass
   Actual: the above sequence of messages is repeated in the log until one 
cancels the Maven execution on the command line


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to