Skip to content
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

Cloudwatch logs - logstreams is not sorted by last event time #2737

Closed
viralddave opened this issue Jul 29, 2021 · 9 comments
Closed

Cloudwatch logs - logstreams is not sorted by last event time #2737

viralddave opened this issue Jul 29, 2021 · 9 comments
Labels
bug We can reproduce the issue and confirmed it is a bug.

Comments

@viralddave
Copy link

Describe the bug
When you right click on any lambda and open the cloudwatch logs for that , it shows two columns one is log streams and another one is last Event Time - in older version it used to load Log Streams sorted by Last event time - so either give sorting option or make it default sorted by latest timestamp
To reproduce

Expected behavior

Screenshots

Your Environment

  • OS:
  • JetBrains product:
  • JetBrains product version:
  • AWS Toolkit version:
  • SAM CLI version:
  • JVM/Python version:

Additional context

@viralddave viralddave added the bug We can reproduce the issue and confirmed it is a bug. label Jul 29, 2021
@abrooksv
Copy link
Contributor

It looks like it is behaving that way for me:
Screen Shot 2021-07-29 at 7 33 21 AM

The event time is a snapshot in time from when the table loaded, you need to hit refresh to resort it if there are newer events

Is this not what you are seeing?

@viralddave
Copy link
Author

No I tried refresh but still no issue

Let me give you more details , am using latest Pycharm (professional edition - 2021.2 ) but still it is not
Below is the screen shot

PyCharm 2021.2 (Professional Edition)
Build #PY-212.4746.96, built on July 27, 2021
Licensed to ---------------
Subscription is active until February 26, 2022.
Runtime version: 11.0.11+9-b1504.13 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1981M
Cores: 8
Non-Bundled Plugins: AWSCloudFormation (212.4746.57), com.intellij.plugin.adernov.powershell (2.0.7), com.jetbrains.intellij.datalore (0.1.13-212), aws.toolkit (1.29-212)

image

@abrooksv
Copy link
Contributor

Interesting, seems we did not specify a custom String converter for that sorter so not 100% sure what it is sorting on. Will need to dig into it to validate

@viralddave
Copy link
Author

Probably when will get this fix , any approximate time ?

@rli rli mentioned this issue Aug 3, 2021
2 tasks
@abrooksv abrooksv closed this as completed Aug 6, 2021
@viralddave
Copy link
Author

image

@viralddave
Copy link
Author

This is still not fixed
I updated plugin - did not work - I uninstalled and install it again did not work

PyCharm 2021.2 (Professional Edition)
Build #PY-212.4746.96, built on July 27, 2021
Licensed to Viral Dave
Subscription is active until February 26, 2022.
Runtime version: 11.0.11+9-b1504.13 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1981M
Cores: 8
Non-Bundled Plugins: AWSCloudFormation (212.4746.57), com.intellij.plugin.adernov.powershell (2.0.7), com.jetbrains.intellij.datalore (0.1.13-212), aws.toolkit (1.30-212)

@abrooksv
Copy link
Contributor

abrooksv commented Aug 6, 2021

Sorry for the inconveniences. We will take another look.

@abrooksv abrooksv reopened this Aug 6, 2021
@viralddave
Copy link
Author

no worries

@abrooksv
Copy link
Contributor

abrooksv commented Aug 6, 2021

I found the issue and fixed it.
Screen Shot 2021-08-06 at 8 57 56 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug We can reproduce the issue and confirmed it is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants