Richard Alam
2f383512c8
Merge pull request #6382 from ritzalam/try-to-fix-akka-logging
...
Try to fix akka logging
2018-12-11 16:47:16 -05:00
Richard Alam
c69fb9d585
- try to fix logging for akka fsesl
2018-12-11 13:45:45 -08:00
Richard Alam
9a612f7e3d
- see if akka-apps package will start logging.
2018-12-11 13:33:07 -08:00
Richard Alam
3d8c176e3f
Merge pull request #6381 from kepstin/archive-delete-events-fix
...
Ensure the archiver deletes events from redis for the last segment
2018-12-11 15:09:44 -05:00
Calvin Walton
beab29d39d
Ensure the archiver deletes events from redis for the last segment
...
Issue #6338
It looks like there was a logic error in the code that was causing it
to break out of the event deletion loop early when deleting events for
the last (or only) segment in a recording. (In this case, last_index
is -1, so i >= last_index is always true).
The trim_events_for call was always succeeding, so the events were
being removed from the event list (meeting:{ID}:recordings key) even
though the events themselves hadn't been deleted in the loop.
I've moved the trim_events_for call to below the event deletion loop
to ensure that if the archive script is interrupted, the events list
will contain all not-yet-deleted events.
2018-12-11 14:03:00 -05:00
Richard Alam
089dd792e8
Merge pull request #6370 from riadvice/fix-akka-packaging
...
Exclude red5 dependencies from akka and web projects
2018-12-11 11:05:38 -05:00
Richard Alam
0cd62fd032
Merge pull request #6376 from bigbluebutton/revert-6373-revert-6368-fix-akka-packaging
...
Revert "Revert "Fix akka applications packaging configuration""
2018-12-11 11:02:52 -05:00
Richard Alam
7b63c31317
Revert "Revert "Fix akka applications packaging configuration""
2018-12-11 10:57:09 -05:00
Ghazi Triki
4a5a1c572c
Fix logback dependency fro akka-bbb-apps.
2018-12-11 15:36:42 +01:00
Fred Dixon
60e155920f
Merge pull request #6375 from bigbluebutton/ffdixon-patch-1
...
Minor change to test build
2018-12-11 08:15:14 -05:00
Fred Dixon
75df6406c1
Minor change to test build
2018-12-11 08:15:04 -05:00
Richard Alam
f7341df231
Merge pull request #6373 from bigbluebutton/revert-6368-fix-akka-packaging
...
Revert "Fix akka applications packaging configuration"
2018-12-10 20:23:00 -05:00
Richard Alam
99d6acfa15
Revert "Fix akka applications packaging configuration"
2018-12-10 20:19:33 -05:00
Anton Georgiev
0c05b7befa
Fix typos
...
Close #6369
2018-12-10 15:05:42 -05:00
Ghazi Triki
9569704254
Exclude red5 dependencies from akka and web projects.
2018-12-10 20:32:08 +01:00
Anton Georgiev
f375d4ab14
Merge pull request #6359 from jfsiebel/unread-chat-notification
...
Fix unread chat notification.
2018-12-10 13:36:33 -05:00
Fred Dixon
f8b9bc73d2
Merge pull request #6368 from riadvice/fix-akka-packaging
...
Fix akka applications packaging configuration
2018-12-10 13:30:15 -05:00
Ghazi Triki
575c77d991
Minor edits to build.sbt
2018-12-10 19:18:32 +01:00
Ghazi Triki
5a9f74c88d
Fix akka applications packaging configuration.
2018-12-10 19:10:46 +01:00
Anton Georgiev
d4fec72729
Merge pull request #6363 from Tainan404/async-await-test
...
Attempt to fix the 401 screen bug.
2018-12-10 12:27:44 -05:00
Tainan Felipe
ac9dff0c3e
Merge branch 'master' into async-await-test
2018-12-10 15:23:16 -02:00
Tainan Felipe
bbc249483c
Fix liter errors
2018-12-10 15:05:17 -02:00
Tainan Felipe
e59e04a23f
testing async await to join
2018-12-10 13:52:25 -02:00
João Francisco Siebel
46d65489d9
fix unread chat notification. close #6258
2018-12-10 09:28:29 -02:00
Fred Dixon
37e4aefd08
Merge pull request #6358 from riadvice/bbb-conf-better-cleaning
...
Better logs cleanup
2018-12-09 15:58:48 -05:00
Ghazi Triki
b62c822d67
Better logs cleanup.
2018-12-09 21:47:13 +01:00
Richard Alam
cb0d282451
Merge pull request #6293 from riadvice/redis-refactor
...
Refactor redis implementation in server applications
2018-12-09 10:33:31 -05:00
Richard Alam
41713afabd
Merge pull request #6351 from pedrobmarin/recording-size
...
Display recordings raw size and playbacks sizes at getRecordings API …
2018-12-09 10:23:09 -05:00
Fred Dixon
b7c960a18c
Merge pull request #6356 from ffdixon/fix-sudo-bbb-conf
...
Fix use of SUDO variable
2018-12-08 19:24:09 -05:00
Fred Dixon
06d6928403
Fix use of SUDO variable
2018-12-08 18:23:20 -06:00
Fred Dixon
e88363496a
Merge pull request #6284 from mikhailnov/master
...
Dynamically detect is sudo is needed
2018-12-08 16:56:29 -05:00
Anton Georgiev
d3da7259d7
Merge pull request #6340 from antobinary/logs-post
...
Handle logs that cannot be stringified/parsed
2018-12-07 17:21:01 -05:00
Anton Georgiev
69873070b6
Merge pull request #6322 from MaximKhlobystov/html5-tests-v3
...
Update for the automated tests
2018-12-07 16:46:38 -05:00
Calvin Walton
5f82899747
Merge pull request #6345 from pedrobmarin/podcast-fix
...
Fixes podcast undefined method xpath errors
2018-12-07 15:54:42 -05:00
Anton Georgiev
20386334f6
Merge pull request #6295 from BobakOftadeh/micsLocked-check-fix
...
Fixed micsLocked check
2018-12-07 11:36:31 -05:00
Anton Georgiev
08d3d8294a
Merge pull request #6347 from MaximKhlobystov/user-join-subscription-client-logging
...
Better client logs on user join/subscription
2018-12-07 11:10:24 -05:00
Pedro Beschorner Marin
d411cd78f4
Display recordings raw size and playbacks sizes at getRecordings API call
2018-12-07 10:54:42 -02:00
Ghazi Triki
9615f88288
Do not close redis connection RedisStorageService except when stopping the service.
2018-12-07 11:55:57 +01:00
Bobak Oftadeh
95ddb01666
Improved fix on VideoService.isLocked error
2018-12-06 22:41:09 +00:00
Ghazi Triki
3a1a1bdace
Fixed dispatcher name for ScreenshareRedisSubscriberActor
2018-12-06 22:04:22 +01:00
Ghazi Triki
114cba670f
Improved redis connection logging.
2018-12-06 21:35:51 +01:00
Anton Georgiev
b29ee3a4bf
Merge pull request #6348 from antobinary/revert-loop
...
Revert presenter assign 6270 6326
2018-12-06 14:18:46 -05:00
Anton Georgiev
55f116cc95
revert presenter assign 6270 6326
2018-12-06 19:07:51 +00:00
Maxim Khlobystov
f548b46672
Improve the client logs appearing on user join/subscription
2018-12-06 12:26:08 -05:00
Ghazi Triki
c9791b32ee
Use single connection for RedisStorageService instead of connection pool.
2018-12-06 17:51:28 +01:00
Pedro Beschorner Marin
4e3ec0f9b2
Fixes podcast undefined method xpath errors
2018-12-06 10:50:48 -02:00
Ghazi Triki
79d34c42d2
Fix redis storage issues.
2018-12-06 11:53:39 +01:00
Anton Georgiev
dbb2a63d56
handle logs that cannot be stringified/parsed
2018-12-05 21:38:19 +00:00
Ghazi Triki
fd959f9e14
Remove rediscala library and replace it by a lettuce implementation.
2018-12-05 20:21:06 +01:00
Anton Georgiev
f322165e4e
Merge pull request #6331 from jfsiebel/improve-user-list-performace
...
Improve user-list-content performance
2018-12-05 12:32:15 -05:00