[GitHub] flink issue #6270: [FLINK-9769][rest] Clear FileUpload attribute after acces...

2018-07-06 Thread zentol
Github user zentol commented on the issue:

https://github.com/apache/flink/pull/6270
  
merging.


---


[GitHub] flink issue #6270: [FLINK-9769][rest] Clear FileUpload attribute after acces...

2018-07-06 Thread zentol
Github user zentol commented on the issue:

https://github.com/apache/flink/pull/6270
  
Ultimately this should happen if the client sets the `keep-alive` flag on 
the first request.

One thing i observed is that it appears to be gated by time. Uploading a 
jar immediately triggers the JarListHandler, leading to the log message posted 
in the JIRA. However refreshing the page or manually pinging the listing causes 
no such thing.


---


[GitHub] flink issue #6270: [FLINK-9769][rest] Clear FileUpload attribute after acces...

2018-07-06 Thread tillrohrmann
Github user tillrohrmann commented on the issue:

https://github.com/apache/flink/pull/6270
  
How does it happen that Netty channels are shared @zentol?


---


[GitHub] flink issue #6270: [FLINK-9769][rest] Clear FileUpload attribute after acces...

2018-07-05 Thread medcv
Github user medcv commented on the issue:

https://github.com/apache/flink/pull/6270
  
+1
I rebuilt the 1.5.1 with this changes and now `Upload` jar file from WebUI 
working. 


---