-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logshark ResourceManager plugin fails when run against Tableau Server 10.4 logs #28
Comments
This is a compatibility bug with the ResourceManager plugin when run against 10.4 logsets. Can you please verify that your logset is from Tableau Server 10.4? Assuming this is the same bug, we already have an internal fix done for this and will release it to GitHub soon. Thanks, |
Justin
Your absolutely right I am using 10.4 pre release build and trying to
analyze logs using Logshark
Please let me know once it is available in Github
Thanks
Kalyan
…On Thu, Oct 26, 2017 at 12:40 PM Justin Mangue ***@***.***> wrote:
Hi @KALYANRENGANATHAN <https://github.com/kalyanrenganathan>,
This is a compatibility bug with the ResourceManager plugin when run
against 10.4 logsets. Can you please verify that your logset is from
Tableau Server 10.4?
Assuming this is the same bug, we already have an internal fix done for
this and will release it to GitHub soon.
Thanks,
-Justin
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AfIrZdna1oFR_y9-KIPMHlqdsTCDzGLqks5swOA5gaJpZM4QGv9r>
.
|
@KALYANRENGANATHAN thanks for confirming! This bug should only affect the ResourceManager plugin, so in the meantime you should still be able to analyze your logs using the other ~11 plugins. Thanks for your patience, I'll update this issue once a fix is out. |
Hi there, any news on a fix for this? Now that 10.4 is out I'm trying to use the ResourceManager plugin in the wild and I keep getting this error. Thanks. |
Hi all, we are still working on a release date for the next version of Logshark, which will include this fix. Thanks for your patience. |
Hi jmangue, It appears I'm having a similar problem. I'm new to logshark and until seeing this post I haven't made much headway. Can you provide me the current status on this issue. I'm post a partial of the logshark.log so if you can, can you tell me if this is related to the bug you've discussed here? Thank you! 2018-01-11 16:44:48,710 exto-43vwzf2_18011121441585_log01032018zip (null) [1] INFO Logshark.ConnectionModel.Postgres.PostgresConnectionInfo - Created Postgres database 'exto-43vwzf2_18011121441585_log01032018zip' on 'localhost:5432'. |
Hi @darrelranf , your issue appears to be unrelated to the root ResourceManager issue here. It looks like Logshark is timing out when trying to communicate with your Postgres database (running on localhost). I'd recommend you start troubleshooting there; make sure you can connect to that database, issue queries, etc. |
Hi all, Is there an update on when a patch will be released for the SRM issues? We are now past the release of Tableau Server 10.5 and I am needed SRM info fairly badly. Thanks! |
Hi @sqlcenturion, We are working on other higher priority deliverables as a team. We will determine the release date for the next version of Logshark in the near future, which will include this fix. Thank you for your patience, feedback and persistence. |
It's now nearly 4 months since the last reply saying you would "determine the release date for the next version of Logshark in the near future", and 6 months since this bug was first identified. When can we expect a resolution here? Since the code is open source, are there some lines we can change to parse the Resource Manager logs correctly? Logshark has become quite a key tool for us, really looking forward to an updated version. Thank you. |
Hi all, we just released v2.1 which should resolve this issue with processing ResourceManager logs. Thanks for your patience. Please upgrade and feel free to open a new issue if you are still running into problems. |
Hello
I have installed Logshark 2.0 and when i try pull server log to visualize it it is throwing following error
2017-10-25 01:16:33,469 wsjcit1043566_17102508145683_srmlogszip (null) [1] ERROR Logshark.Core.Controller.Plugin.PluginExecutor - Encountered uncaught exception while executing plugin 'ResourceManager': No total memory limit found for { "_id" : "worker2/vizqlserver/Logs/backgrounder_2-1_2017_10_25_00_44_38.txt-572", "ts" : ISODate("2017-10-25T00:44:43.424Z"), "pid" : 601136, "tid" : "93f9c", "sev" : "info", "k" : "msg", "v" : "Resource Manager: listening on port 2233", "file_path" : "worker2\vizqlserver\Logs", "file" : "backgrounder_2-1_2017_10_25_00_44_38.txt", "worker" : 2, "line" : 572 }
2017-10-25 01:16:33,471 wsjcit1043566_17102508145683_srmlogszip (null) [1] DEBUG Logshark.Core.Controller.Plugin.PluginExecutor - <log4net.Error>Exception during StringFormat: Input string was not in a correct format. System.Exception: No total memory limit found for { "_id" : "worker2/vizqlserver/Logs/backgrounder_2-1_2017_10_25_00_44_38.txt-572", "ts" : ISODate("2017-10-25T00:44:43.424Z"), "pid" : 601136, "tid" : "93f9c", "sev" : "info", "k" : "msg", "v" : "Resource Manager: listening on port 2233", "file_path" : "worker2\vizqlserver\Logs", "file" : "backgrounder_2-1_2017_10_25_00_44_38.txt", "worker" : 2, "line" : 572 }
at Logshark.Plugins.ResourceManager.Helpers.MongoQueryHelper.GetTotalMemoryLimit(BsonDocument srmStartEvent, IMongoCollection
1 collection) at Logshark.Plugins.ResourceManager.Helpers.MongoQueryHelper.GetThreshold(BsonDocument srmStartEvent, IMongoCollection
1 collection)at Logshark.Plugins.ResourceManager.ResourceManager.PersistThresholds(Int32 workerId, IMongoCollection`1 collection)
at Logshark.Plugins.ResourceManager.ResourceManager.ProcessSrmEvents()
at Logshark.Plugins.ResourceManager.ResourceManager.Execute(IPluginRequest pluginRequest)
at Logshark.Core.Controller.Plugin.PluginExecutor.ExecutePlugin(Type pluginType){}</log4net.Error>
2017-10-25 01:16:33,481 wsjcit1043566_17102508145683_srmlogszip (null) [1] ERROR Logshark.Core.Controller.Plugin.PluginExecutor - ResourceManager failed to execute successfully.
2017-10-25 01:16:33,482 wsjcit1043566_17102508145683_srmlogszip (null) [1] INFO Logshark.Core.Controller.Plugin.PluginExecutor - Initializing SearchServer plugin..
2017-10-25 01:16:33,484 wsjcit1043566_17102508145683_srmlogszip (null) [1] INFO Logshark.Core.Controller.Plugin.PluginExecutor - Execution of SearchServer plugin started at 1:16 AM..
Logshark.log.txt
The text was updated successfully, but these errors were encountered: