Reamer commented on PR #4563:
URL: https://github.com/apache/zeppelin/pull/4563#issuecomment-1581919786
A `synchronized` at the `saveNoteAuth` method should fix the problem. What
do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
youshaojun commented on PR #4563:
URL: https://github.com/apache/zeppelin/pull/4563#issuecomment-1581779073
Thanks for your reply.
This pull request migrates solve the concurrency problem caused by multiple
concurrent calls to
`org.apache.zeppelin.notebook.AuthorizationService#saveNoteAu
zhugezifang commented on code in PR #4612:
URL: https://github.com/apache/zeppelin/pull/4612#discussion_r1222353767
##
zeppelin-server/src/main/java/org/apache/zeppelin/socket/ConnectionManager.java:
##
@@ -124,11 +122,33 @@ public void removeNoteConnection(String noteId) {
p
jongyoul commented on code in PR #4612:
URL: https://github.com/apache/zeppelin/pull/4612#discussion_r1221824271
##
zeppelin-server/src/main/java/org/apache/zeppelin/socket/ConnectionManager.java:
##
@@ -124,11 +122,33 @@ public void removeNoteConnection(String noteId) {
publ
Reamer commented on code in PR #4612:
URL: https://github.com/apache/zeppelin/pull/4612#discussion_r1221819108
##
zeppelin-server/src/main/java/org/apache/zeppelin/socket/ConnectionManager.java:
##
@@ -124,11 +122,33 @@ public void removeNoteConnection(String noteId) {
public
jongyoul commented on code in PR #4612:
URL: https://github.com/apache/zeppelin/pull/4612#discussion_r1221525956
##
zeppelin-server/src/main/java/org/apache/zeppelin/socket/ConnectionManager.java:
##
@@ -124,11 +122,33 @@ public void removeNoteConnection(String noteId) {
publ
Philipp Dallig created ZEPPELIN-5926:
Summary: zeppelin_user_sockets and zeppelin_note_sockets are not
decreased
Key: ZEPPELIN-5926
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5926
Project
Reamer commented on PR #4563:
URL: https://github.com/apache/zeppelin/pull/4563#issuecomment-1580598263
Are you sure it is because of this change?
I think you have another concurrency problem.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
youshaojun commented on PR #4563:
URL: https://github.com/apache/zeppelin/pull/4563#issuecomment-1580078356
hi~, I tried to use the above modifications, but now occasionally throw
java.nio.file.NoSuchFileException
```
Caused by: java.nio.file.NoSuchFileException:
/usr/local/zeppelin-0
youshaojun commented on PR #4563:
URL: https://github.com/apache/zeppelin/pull/4563#issuecomment-1580078089
hi~, I tried to use the above modifications, but now occasionally throw
java.nio.file.NoSuchFileException
```
Caused by: java.nio.file.NoSuchFileException:
/usr/local/zeppelin-0
youshaojun commented on PR #4563:
URL: https://github.com/apache/zeppelin/pull/4563#issuecomment-1580071482
hi~, I tried to use the above modifications, but now occasionally throw
java.nio.file.NoSuchFileException
```
Caused by: java.nio.file.NoSuchFileException:
/usr/local/zeppelin-0
11 matches
Mail list logo