-
Notifications
You must be signed in to change notification settings - Fork 34
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
LB-2095: Custom change log and -lock tables with keyspace issue #106
Conversation
Related to #105 |
Hi Denys. I really need those changes to be merged into the main branch as soon as possible. There is an issue I mentioned above following the copy-paste from another class. In our project we desperately need to separate changelog tables by domain. I tested your changes with the issue fix and they seem to work. |
src/main/java/liquibase/ext/cassandra/lockservice/LockServiceCassandra.java
Outdated
Show resolved
Hide resolved
Hi Anna. |
Hi Denys, Thanks for the quick reply. I am a fellow Ukrainian from Kyiv living in London. I know very well what's going talking to my family and following the news everyday. I am also constantly wondering if our flat is still there playing a "geoguesser" in the place of destruction. I feel very sorry for you and I don't want to ask stupid questions if you are safe and everyone in your family safe. No, we are not safe like my family is not. I am very grateful to you that even in these harsh circumstances you managed to reply to me. I will try to carry out this work as I need these changes to be in. |
Thank you Anna. I hope it will be peace soon |
@lanevska @denyskonakhevych Will see if I can get some attention on this. I understand fully your need for it in context of supporting a larger scale project. Even more, I want to also express my hope for peace and solidarity with the Ukrainian people! Liquibase Stands With Ukraine |
Thank you very much @kataggart for all your kind words. Please, let me know if you need any assistance from my side. |
…se-cassandra into denyskonakhevych-LB-2095 # Conflicts: # src/main/java/liquibase/ext/cassandra/changelog/CassandraChangeLogHistoryService.java # src/main/java/liquibase/ext/cassandra/lockservice/LockServiceCassandra.java
I updated the fork from main to address the merge conflicts and fixed a couple things:
I don't have a great cassandra test env at the moment. Could @lanevska or @denyskonakhevych or someone make sure the attached jar (renamed as a zip for github reasons) still works for you? Then we can get it merged in and released. |
Hi @nvoxland, Thanks for submitting the changes. I tested them today. Please, proceed with the merge. |
Hi! Could you, please, merge these changes to the main branch? Best regards, |
1 similar comment
Hi! Could you, please, merge these changes to the main branch? Best regards, |
Hi all. |
I would like also put attentions with concurrency issues when I used liquibase: #108 |
Dear @kataggart and @nvoxland, Best regards, |
Hi @kataggart and @nvoxland,
When getConnection method is invoked it throws a ClassCastException: Best regards, |
Hi @kataggart and @nvoxland, Could you provide any update on this request, please? It's been a while this one is ready to be merged? Is there any reason for a delay? Best regards, |
Hi guys, I hope you are all well. Do you have any update on this matter? What is the issue preventing you from the merge? Best regards, |
Hi everyone, Is there any issue with the merge? I need this feature ASAP. It's a top priority now for our project. I am begging you... |
Hey there, just a quick bump to say that we're currently working on several projects that would benefit from this, and as far as I understand this patch has been ready for quite some time now. |
Hi @nvoxland, @kataggart and @r2liquibase! I hope that you are well. When can you make this change? We are facing a delay in the project because of this issue. I don't know how to escalate. Please, understand that there are other customers who require this and we would be really grateful to all of you! Anna |
@lanevska Are you a Liquibase Pro customer? Liquibase Pro customers have their issues immediately escalated. Happy to help! |
That doesn't answer much of @lanevska questions above. This has been approved on the 29th of March, are you implying that only Pro customers get to see an already approved contribution merged in a decent timeframe? Does it need to be "escalated" at all to get an answer as to if this has been prioritized, and if not, when it is expected to be? |
sorry for delays -- taking a look again and will get back to everyone |
Again, our apologies for not merging this sooner. It is now merged, so you can build on your end if you would like to use it now. We are very likely to do a full release of core and the extensions next week. Are you still looking for an answer to the Simba question you posted in this thread as well? Let me know and I will open a separate issue so we don't accidentally lose that thread. |
Hi @nvoxland, @kataggart and @r2liquibase! I would like to also put your attention on concurrency issue with locking. |
Hi @kataggart, Thank you for sorting that out. Could you provide the timeline for the release containing this change, please? `
` Documentation for the latest version didn't contain the line Class.forName("com.simba.cassandra.jdbc42.Driver"); but it was used in the previous versions. Best regards, |
I am facing the similar issue initializing the DataSource with Simba driver in my springboot app.Is there a way to just have the right url which can be set to the dataSource to acquire the connection. My code as below: |
@lanevska this fix was released months ago, are you still seeing the same issue? I'll open a new issue based on your comment above, since this one is closed and we don't want to miss it. |
Hi @kataggart! My code snippet worked fine. Thanks to your support we debugged all the issues. I believe a key here is to put the line: Class.forName("com.simba.cassandra.jdbc42.Driver"); Without registering the driver it won't work. |
Custom change log and -lock tables with keyspace issue
┆Issue is synchronized with this Jira Bug by Unito